.hero-bg {
    background: linear-gradient(99.41deg,#ecf5fb 2.33%,#f8f9fc 96.77%);
}
.line-after:after {
    content: "";
    background-color: rgb(39 255 255);
    height: .75rem;
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
}
.hero-content{
    padding-top: 90px;
}
.hero-title{
    color: #212B39;
    font-size: 30px;
    line-height: 1.25!important;
    font-weight: 700;
}
.hero-description{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}
.choose-file{
    border-radius: .75rem;
    padding: 24px 48px;
}
.inline-dashed{
    border-top: 1px dashed #D8D8DB;
}
.image-demo{
    width: 52px;
    height: 52px;
}
.image-demo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.max-w-md {
    max-width: 448px;
}
.how-use-tool{
    padding-top: 3rem;
}
.card-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.card-item {
    flex: 1;
}
.card-image{
    flex-basis: 60%;
}
.card-image>div{
    border-radius: 1rem;
    overflow: hidden;
}
.card-image img{
    width: 100%;
    height: 200px;
}
.card-description{

}
.card-content{
    font-size: 14px;
    line-height: 20px;
}
.card-title{
    font-size: 14px;
    line-height: 18px;
}
.card-title span{
    color: #0051EE;
    background-color: #D7E5FE;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 18px;
}
.banner-gradient {
    background: linear-gradient(167.7deg,#e2eaf4,#ece2f4 100.38%);
}
.app-info{
    gap: 3rem;
}
.tool-kit{
    background-color: #F8FAFD;
    padding-top: 48px;
    padding-bottom: 48px;
}
.tool-kit .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.sub-compare{
    padding-top: 40px;
    gap: 48px
}
span.text-0051EE path{
    stroke:#0051EE ;
}
.max-w-528{
    max-width: 528px!important;
}
.frame{
    background-color: rgb(26 27 47);
    padding: 56px 0;
}
.h-fit{
    height: fit-content;
}
.frame button{
    padding: 1rem 2rem;
    font-size: 16px;
    display: flex;
    color: rgb(33 43 57);
    border-radius: 30px;
    outline: unset;
    cursor: pointer;
    border: unset;
}
.frequently-asked{
    padding-top: 3.5rem;
    padding-bottom: 80px;
}
.frequently-asked .title{
    margin-bottom: 1.5rem;
}
.frequently-asked .title h2{
    color: #212B39;
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
}
@media (min-width: 1024px) {
    .hero-content{
        padding-top: 160px;
        justify-content: space-between;
        min-height: 700px;
        position: relative;
    }
    .hero-title{
        color: #212B39;
        font-size: 56px;
        /*text-align: left;*/

    }
    .hero-description{
        font-size: 20px;
        line-height: 30px;
        /*text-align: left;*/
    }
    .choose-file{
        padding: 64px;
    }
    .how-use-tool{
        padding-top: 5rem;
    }
    .card-list{
        justify-content: center;
    }
    .app-info{
        margin-top: 5rem;
        gap: 1rem;
    }
    .app-info>div{
        flex: 0 0 calc((100% - 2 * 1.5rem) / 2);
    }
    .tool-kit{
        padding-top: 96px;
        padding-bottom: 120px;
    }
    .tool-kit .title{
        font-size: 56px;
        line-height: 1.5;
        width: 75%;
    }
    .sub-compare{
        padding-top: 72px;
        gap: 90px;
    }
    .sub-compare-item .text{
        padding-left: 80px;
    }
    .sub-compare-item.sm-column-reverse .text{
        padding-left: 0;
        padding-right: 80px;
    }
    .frame{
        padding: 110px 0;
    }
    .frame-list{
        gap: 64px;
    }
    .frame-item{
        flex: 0 0 calc((100% - 2 * 2rem) / 2);
    }
    .frequently-asked{
        padding-top: 5rem;
        padding-bottom: 120px;
    }
    .frequently-asked .title{
        margin-bottom: 3rem;
    }
    .frequently-asked .title h2{
        line-height: 72px;
        font-weight: 700;
        font-size: 56px;
    }
    .lg-oder-2{
        order: 2;
    }

}

@media (max-width: 1024px) {
    .sm-mt-32 {
        margin-top: 32px;
    }
    .card-item {
        flex: 0 0 calc((100% - 2 * 1.5rem) / 2);
    }

}
@media (min-width: 768px) {
    .lg-fz-40 {
        font-size: 40px;
    }
    .container{
        padding-bottom: 3.5rem;
    }
    .sub-compare-item-title{
        font-size: 32px;
    }
}
@media (max-width: 768px){
    .card-item {
        flex: 0 0 100%;
    }
    .card-image img{
     height: auto;
    }
}