.img-banner {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.banner-section {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 48px;
}

.custome-text-banner {
    display: flex;
}

.carousel-caption {
    bottom: -0.75rem !important;
    left: 5% !important;
}

.title-banner {
    font-size: 15px;
    line-height: 200%;
    color: #FFFFFF;
}

.content-about {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;
}

.title-about {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.25px;
    color: #000000;
}

.text-novatek {
    font-weight: 700;
    color: #101088;
}

.content-about-mid {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    align-items: center;
}

.content-about-left {
    width: 50%;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #1F1F1F;
}

.text-content-left {
    margin: 0;
}

.content-about-right {
    width: 40%;
}

.img-content-about {
    width: 100%;
    height: 205px;
    border-radius: 20px;
}

.text-about-bot {
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
    color: #1F1F1F;
}

.box-you-should {
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

.content-box-you-should {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.title-you-should {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.25px;
    color: #000000;
}

.custome-title-you-should {
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.25px;
    color: #101088;
}

.content-should {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

li {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

li:last-child {
    margin-bottom: 0;
}

li::before {
    content: "•";
    font-size: 30px;
    color: black;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box-should-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.box-should-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .banner-section {
        padding-top: 82px;
    }

    .img-banner {
        border-radius: 0;
        height: 290px;
        object-fit: cover;
    }

    .content-about {
        margin-top: 40px;
        padding: 0 25px;
    }

    .title-about {
        font-size: 30px;
    }

    .content-about-mid {
        flex-direction: column;
    }

    .content-about-left {
        width: 100%;
    }

    .content-about-right {
        width: 50%;
        object-fit: cover;
    }



    .title-you-should,
    .custome-title-you-should {
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }

    .box-you-should {
        padding: 25px;
    }

    .text-about-bot {
        margin-top: 25px;
    }

    .box-should-left {
        width: 100%;
        justify-content: flex-start;
    }

    li {
        font-size: 15px;
    }

    .content-should-left-left {
        margin-right: 50px;
    }

}

@media (max-width: 767px) {

    .title-you-should,
    .custome-title-you-should {
        display: block;
    }

    .content-about-right {
        width: 100%;
        object-fit: cover;
    }

    .box-should-left {
        justify-content: space-between;
    }
    
    .content-should-left-left {
        margin-right: 0;
    }
}