.lawn-care-plan {
    background: url('/themes/custom/trugreenakqa/assets/images/lawn-care-plan.png') no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 670px;
    max-height: 670px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.lawn-care-plan-txt{
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px;
    letter-spacing: normal;
    text-align: center;
    color: #FFFFFF;    
}
.lawn-care-plan-txt h1{
    font-size: 68px;
    margin-bottom: 32px;
    margin-top: 0;
}
.default-btn {
    display: flex;
    justify-content: center;
}
#react-compare-plans .w-btn .default-btn{
    min-width: 100%;
}
button.btn.primary-btn {
    width: 100%;
    height: 48px;
}
@media only screen and (max-width: 600px){
    .lawn-care-plan {
        width: 100%;
        background: url('/themes/custom/trugreenakqa/assets/images/lawn-care-plan-mob.png') no-repeat;
        height: 100%;
        min-height: 340px;
        align-items: flex-start;
        background-position: center;
        background-size: 109% 340px;
    }
    .lawn-care-plan-txt {
        font-size: 42px;
        line-height: 44.1px;
        letter-spacing: normal;
        margin-top: 42px;
    }
    .lawn-care-plan-txt h1{
        font-size: 42px;
        margin-top: 0;
    }
    .container.mob-container {
        padding-inline: 16px;
        height: 100%;
    }
}