
.main{
        position: relative;
        /* top: 80px; */
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}

.frist-section{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 630px;
}

.desktopbg{
        object-fit: contain;
    position: absolute;
    display: block;
    top: -230px;
}

.desktopbg-lg{
    display: block;
    position: absolute;
    top: 120px;
}
.desktopbg-exp{
          display: block;
    position: absolute;
   top: 209px;
    width: 35%;
}

.frist-section-down-btn{
     font-style: normal;
    border-radius: 4px 4px 4px 4px;
    background: #fb4a3e;
    border: 1px none currentColor;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    padding: 15px 32px;
    color: white;
    position: absolute;
    top: 349px;
    font-size: 18px;

}

.imgs-section{
          position: relative;
          /* top: 615px; */
          width: 100%;
          display: flex;
          flex-direction: column;
          background-color: #fff;
          align-items: center;
          padding-top: 60px;
          margin: 0 auto;
          max-width: 1200px;
}

.super-title{
      font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.008em;
    text-align: center;
    color: #2a2b2e;
}

.super-sub-title{
        font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
}

.row-imgs{
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 60px;
}

.img-box{
     width: 50%;
     height: 550px;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
.list-img{
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* width: 100%; */
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}
.imgs-section-bg{
    background-color: #fff;
    position: relative;
    width: 100%;
    padding-bottom: 62px;
    /* top: 614px; */
}


.explain-sec{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image:url(../static/secbg.jpeg);
        background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover;
}
.row-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card-box{
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    width: 40%;
    background-color: #ffffff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.col-item{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.content-div{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.photo-box{
    width: 100%;
    display: inline-block;

}

.photo-box img{
        display: inline;
    height: auto;
    max-width: 100%;
}

.card-box p{
       font-size: 18px;
    line-height: 48px;
    color: #3e4c59;
}

.mt{
    margin-top: 80px;
}

.explain-sec-title{
      margin-top: 50px;
}

.explain-sec-title h1{
    font-size: 48px;
    font-weight: 700;

}