.hr-service-contact {
    position: relative;
    z-index: 11;
    background: var(--color-3);
}
.hr-service-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 72%;
    height: 100%;
/*    background-image: url('https://dev.hrinfocare.com/elitedental/public/assets/images/backgrounds/servicecontactbg.webp');*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color-4);
}
.hr-contact-wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    position: relative;
    z-index: 111;
    padding: 43px 0;
}
.hr-contact-wrapper .hr-contact-icon img {
    width: 120px;
}
.hr-contact-wrapper .hr-contact-info .hr-title {
    font-size: 30px;
    line-height: 43px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.hr-contact-wrapper .hr-contact-info .hr-contact-number {
    display: flex;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hr-contact-wrapper .hr-contact-info .hr-contact-number li {
    font-size: 22px;
    line-height: 43px;
    color: #fff;
}
@media (max-width: 1200px) {
    .hr-contact-wrapper .hr-contact-info .hr-title {
        font-size: 23px;
        line-height: 35px;
    }
    .hr-contact-wrapper .hr-contact-info .hr-contact-number li {
        font-size: 17px;
        line-height: 35px;
    }
}
@media (max-width: 991px) {
    .hr-contact-wrapper .hr-contact-icon img {
        width: 85px;
    }
    .hr-contact-wrapper {
        align-items: baseline;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .hr-contact-wrapper .hr-contact-info .hr-contact-number {
        flex-direction: column;
        row-gap: 5px;
        align-items: baseline;
    }
}