.service-lawn-care-page .find-branch .find-branch_title{
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52.8px;
    letter-spacing: normal;
    color: #222222;
    padding-bottom: 32px;
}
.service-lawn-care-page .find-branch .find-branch_desc{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414141;
    max-width: 408px;
    width: 100%;
}
.service-lawn-care-page .find-branch .map-section{
    margin-top: 64px;
    margin-bottom: 32px;
}
.service-lawn-care-page .find-branch img{
    height: 100%;
    max-height: 533px;
}

.service-lawn-care-page .contact-us .contact-us-card{
    border-radius: 24px;
    background: #F2FBF5;
    padding: 24px;
    justify-content: space-between;
    min-height: 236px;
    height: 100%;
    position: relative;
}
.service-lawn-care-page .contact-us .contact-us-card h3.contact_head{
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px !important;
    color: #222;
    margin-bottom: 8px;
    letter-spacing: normal;
}
.service-lawn-care-page .contact-us .contact-us-card .contact_des {
    display: flex;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #414141;
    margin: 0;
}
.service-lawn-care-page .contact-us .contact-us-card .contact_subdes {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    color: #414141;
    margin-bottom: 0;
    margin-top: 8px;
}
.service-lawn-care-page .contact-us .contact-us-card .contact_subdes span {
    font-weight: 600;
}
.service-lawn-care-page .contact-us .contact-us-card .contact_btn {
    padding: 16px 32px;
    background-color: #1EE576;
    color: #222;
    max-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    text-decoration: none;
    border-radius: 100px;
    border: unset;
    width: fit-content;
    cursor: pointer;
    margin-top: 24px;
    position: absolute;
    bottom: 24px;
}
.service-lawn-care-page .contact-us .contact-us-card .contact_btn:hover{
    background-color: #00B140;
}

@media only screen and (min-width: 692px) and (max-width: 767px) {
    .service-lawn-care-page .contact-us .contact-us-card .contact_btn {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-lawn-care-page .contact-us .contact-us-card .contact_btn {
        font-size: 16px;
        padding: 16px 20px !important;
    }
    .service-lawn-care-page .contact-us .contact-us-card{
        min-height: 272px;
        height: 100%;
    }
    .service-lawn-care-page .contact-us .contact-us-card .contact_des {
        font-size: 14px;
        line-height: 18px;
    }
    .service-lawn-care-page .contact-us .contact-us-card h3.contact_head{
        font-size: 22px;
    }
}

.service-lawn-care-page .contact-us .contact-us-card .contact_btn:focus-visible {
    background-color: #1EE576;
    border: none;
    outline: none;
}
@media screen and (max-width: 767px) {
    .service-lawn-care-page .contact-us{
        gap: 32px
    }
    .service-lawn-care-page .contact-us .contact-us-card{
        height: auto;
        min-height: auto;
        margin-bottom: 0;
    }
    .service-lawn-care-page .contact-us .contact-us-card .contact_btn{
        position: static;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .service-lawn-care-page .contact-us .contact-us-card{
        min-height: 275px;
    }
}

@media only screen and (max-width: 600px){
    .service-lawn-care-page .contact-us .contact-us-card h3.contact_head{
        font-size: 20px;
        line-height: 24px;
    }
}