/* AL 17-11-2023 */
.contact_address_wrapper .section_title_wrapper h2 p {
    display: block;
    margin: 0 0 0.35em;
    font-size: 4.5vw;
}

.contact_address_wrapper .section_title_wrapper h2 p:nth-child(1) {
    font-weight: 300;
}

.contact_address_wrapper .section_title_wrapper h2 p:nth-child(3) {-webkit-text-stroke: 2px #000;margin-bottom: 0.55em;}

.contact_address_wrapper .section_title_wrapper h2 span:last-child {
    font-size: 3vw;
    width: 80%;
}

.contact_address_wrapper {
    align-items: flex-start;
}

.services_listing_details .services_listing_details_grid:not(:last-child) {
    padding-bottom: 0;
}

@media only screen and (max-width:1200px){
    .contact_address_wrapper .section_title_wrapper h2 p{
        font-size: 3rem;
    }
    .contact_address_wrapper .section_title_wrapper h2 span:last-child{
        width: 100%;
        font-size: 1.75rem;
    }

    .services_listing .services_lisiting_wrapper ul li {
        transform: none;
        opacity: 1;
    }
}
/* AL 17-11-2023 */
