.about_section_1 {
    background-position: center;
    background-size: cover;
}

.about_section_1 .banner {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.about_section_1 .banner img {

    width: 100%;
    display: block;
    object-fit: cover;

}

/*  */
.about_section_2 {
    padding: 40px 0;
}

.about_section_2 .desc {
    max-width: 75%;
    margin: auto;
}

.about_section_2 .desc h2.title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 40px;
}

.about_section_2 .banner {
    position: relative;
}

.about_section_2 .banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(92deg, #000 -2.77%, rgba(0, 0, 0, 0) 99.07%);
}

.about_section_2 .banner .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about_section_2 .banner .box-text .btn {
    display: flex;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(17.25px);
    font-size: 0.9375vw;
    width: fit-content;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0.3vw 0.6vw 0.3vw 1.5vw;
    color: white;
    margin-top: 1.5vw;
    font-weight: 700;
    cursor: pointer;
    font-weight: 400;
    margin: auto;
}

.about_section_2 .banner .box-text .btn img {
    margin-left: 1.2vw;
    width: 2.0833333333vw;
    transition: all 600ms;
    display: block;
}

/*  */
@media screen and (min-width:1024px) {
    .about_section_3 .row:nth-child(odd) .box-text {
        padding-right: 30px;
    }

    .about_section_3 .row:nth-child(even) .box-text {
        padding-left: 30px;
    }
}

.about_section_3 .box-image img {
    width: 100%;
    border-radius: 30px;

}

.about_section_3 .box-text {
    height: auto;

}

.about_section_3 .box-text ul {
    margin-left: 0;

}

.about_section_3 .box-text h3 {

    font-size: 36px;
    margin-bottom: 23px;
    font-weight: 500;

}

.about_section_3 .box-text p {

    font-size: 20px;
    font-weight: 300;

}

@media screen and (max-width:1024px) {
    .about_section_2 .desc {
        max-width: 100%;
    }

    .about_section_2 .banner img.img-banner {
        min-height: 450px;
        object-fit: cover;
        height: 100%;
    }

    .about_section_2 .banner .box-text {
        max-width: 90%;
        width: 100%;
    }

    .about_section_2 .banner .box-text .btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .about_section_2 .banner .box-text .btn img {
        height: 24px;
        width: 24px;
    }
    .about_section_3 .box-text h3{
        font-size: 22px;
    }
    .about_section_3 .box-text p{
        font-size: 16px;
    }
}