.section-content .content-wrap {
    border: 1px solid #E9EBEE;
    border-radius: 1.5rem;
    background-color: #F7F9FC;
    padding: 2rem;
}

.section-content .content-wrap .desc-wrap {
    color: #5B5C5F;
}

.section-content .content-wrap .button {
    margin-top: 2rem;
}

.section-content .img-wrap img {
    width: 100%;
}

@media screen and (max-width: 767.99px) {
    .section-content .content-wrap {
        padding: 2rem 1rem 1rem;
        border-radius: 0.75rem;
    }

    .section-content .img-wrap {
        margin-top: 2.5rem;
    }
}