.ywys {
    padding: 33px 0 30px 0;
}

.ywys h2 {
    margin-bottom: 46px;
}

.ywys .content-item {
    border-radius: 4px;
    border: 0.5px solid var(--grey2);
    background: var(--white);
    padding: 20px 19px 20.8px 20px;
    height: 100%;
}

.ywys .content-item h3 {
    font-size: 32px;
    line-height: 48px;
}

@media(max-width:992px) {

    .ywys h2 {
        margin-bottom: 30px;
    }

    .ywys .content-item h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .ywys .content-item h3 br {
        display: none;
    }

    .ywys .row .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ywys .content-item {
        height: 100% !important;
    }
}

@media(max-width:576px) {
    .ywys h2 br {
        display: none;
    }
}