.section-banner .banner-construct .img-background h1 {
    position: relative;
    z-index: 2;
    font-size: 2.64583vw;
    line-height: 4.4442vw;
    font-weight: 900;
    width: 79vw;
    text-wrap: wrap;
}

.section-padding {
    margin-left: 2.65625vw;
    margin-right: 2.65625vw;
    margin-top: 8vw;
    margin-bottom: 4vw;
    background: white;
    padding: 3.22916vw 2.91666vw;
    border-radius: 1.0416666vw;
}

.section-contact {
    background: #dce1e8;
    padding: 2vw;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.section-contact span.h3{
    font-weight: bold;
}
.section-contact span i {
    color: var(--success-color);
}


/*===================== RESPONSIVE OF HEADER__WEBSITE ===========================*/

@media (max-width:768px) {

    .section-contact .list {
        flex-direction: column;
        gap: 3vw;
        font-size: 5vw;
        margin-left: 2vw;
    }
}