.lawn-cards {
    margin: 96px 80px 0;
}

.lawn-cards .benefits {
    display: flex;
    flex-direction: column;
    gap: 64px;
}


.lawn-container {
    display: flex;
    gap: 32px;
}

.lawn-item {
    padding-top: 8px;
    width: 31%;
}

.lawn-item-two {
    padding-top: 8px;
    width: 47%;
}

.lawn-image{
    margin-top: 96px;
    border-radius: 16px;
}

.lawn-cards h2 {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 74.8px !important;
    letter-spacing: normal;
    text-align: left;
}

.lawn-cards  h3.lawn-title {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 16px;
}

.lawn-cards p {
    color: #414141;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}
/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media screen and (min-width: 768px) {
    .lawn-cards h3.lawn-title{
        min-height: 58px;
    }
}

@media (max-width: 767px) {
    .lawn-image{
        margin-top: 64px;
        border-radius: 16px;
    }

    .lawn-cards {
        margin: 64px 16px 0;
    }
    
    .lawn-container{
        flex-direction: column;
    }
    .lawn-item,
    .lawn-item-two {
        width: 100%;
    }
    .lawn-cards h2{
        font-size: 42px !important;
        line-height: 44px !important;
        letter-spacing: normal;
    }
    .lawn-image{
        margin-top: 54px !important;
    }
    .lawn-cards .benefits {
        gap: 32px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px){

    .lawn-cards h2{
        font-size: 42px;
        line-height: 44px;
    }
    .lawn-cards  h3.lawn-title{
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 600px){
    
    .lawn-cards .lawn-image{
        text-align: center;     
    }
    
}
@media screen and (min-width: 1200px){
    .lawn-cards .lc_grub_ctrl h2 {
        width: 690px;
    }
    .lc_grub_ctrl p {
        width: 950px;
    }
}
.lawn-cards .benefits p a {
    color: #00B140;
}