#section-9 {
    margin-top: 100px;

}

  .bg-section-9 {
     background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0;

}
#section-9 .text-white-contact {
    color: var(--white) !important;
}


#section-9 .container-contact {
    flex-wrap: wrap;
    gap: 18px;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

#section-9 .icon-contact {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-color-rent-car);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#section-9 .number-phone,
#section-9 .email-contact,
#section-9 .location-address {
    display: flex;
    gap: 15px;
}


#section-9 .title-contact {
    font-family: Outfit;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    line-height: 22px;
}

#section-9 .phone-contact,
#section-9 .email-contact,
#section-9 .address-contact {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    line-height: 22px;
}

#section-9 .contact-section {
    position: relative;
    z-index: 88;
}
