.greener-lawns{
    padding: 0 40px;
}

.greener-lawns h2 {
    color: #000000;
    font-family: "DM Sans", sans-serif;
    font-size: 68px !important;
    font-weight: 500;
    line-height: 74.8px !important;
    letter-spacing: normal;
    text-align: center;
    margin: 96px 0 64px 0;
}
span.diamond-size {
    font-size: 12px;
}
.greener-lawns .col-md-6 {
    padding: 0;
}

.greener-lawns img {
    width: 100%;
    border-radius: 24px;
}

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

}

.greener-lawns h4.title-text {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px !important;
    margin-bottom: 16px;
}

.greener-lawns .steps-block {
    margin-left: 109px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    gap: 48px;
}

.greener-lawns .text-block h3 {
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    margin-bottom: 16px;
}

.greener-lawns .default-btn {
    width: 248px;
    margin-top: -8px;
}

@media only screen and (max-width: 1200px) {
    .greener-lawns .steps-block {
        margin-left: 64px;
        gap: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .greener-lawns{
        padding: 0 16px;
    }

    .greener-lawns h2{
        font-size: 42px !important;
        line-height: 44px !important;
        letter-spacing: normal;
        text-align: left;
        margin: 64px 0 32px 0;
        padding-left: 0;
    }
    .greener-lawns .steps-block{
        margin-left: 0;
        margin-top: 40px;
    }

    .greener-lawns .default-btn {
        margin-top: 0px;
        width: 100%;
    }

    .greener-lawns img {
        border-radius: 16px;
    }
}
.greener-lawns .text-block h5{
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px !important;
    text-align: left;
    color: var(--Primary-Moss, #00873C);
    letter-spacing: 1px;
}