#our-benefits {
    border-top: 1px solid rgb(239 235 235 / 50%);
}

.ms-picture-wrap {
    width: 100%;
}

.ms-picture-wrap img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

.ms-content .text-container {
    padding: 40px 15px;
}

.ms-content-flex {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.ms-content-row {
    padding-bottom: 40px;
}

.ms-content-row:nth-child(even) {
    background: #f6f6f6;
}

.clear-both {
    clear: both;
}

.ms-container.container {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .ms-content-flex {
        flex-direction: row;
    }

    .ms-picture-wrap {
        width: 300px;
    }

    .ms-picture-wrap img {
        position: relative;
        width: 300px;
        height: 300px;
        max-width: none;
    }

    .ms-content-row {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ms-content-row:nth-child(odd) .ms-picture-wrap {
        margin-right: 40px;
    }

    .ms-content-row:nth-child(even) .ms-picture-wrap {
        margin-left: 40px;
    }

    .ms-content-row:nth-child(even) .ms-content-flex {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1024px) {
    .ms-picture-wrap img {
        height: 450px;
        width: 450px;
    }

    .ms-picture-wrap {
        width: 450px;
    }

    .ms-content-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}