.landing_head {
    background-color: #fbeadf;
}
.landing_head_pic {
    background-image: url('/images/landing/01.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 14rem;
}
.landing_head_text2 {
    line-height: 1.5rem;
}
.landing_container_1 {
    background-color: #f5f5f5;
}
.landing_icon {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80%;
    min-height: 9rem;
}
.landing_icon_full {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 9rem;
}
.landing_description {
    
}

@media (min-width: 768px) {
    .landing_icon {
        background-size: 40%;
    }
}
@media (max-width: 767.98px) {
    .landing_icon {
        background-size: 80%;
    }
    .landing_description {
        padding-top: 1rem;
    }
}