.cards-with-heading-round-illustration {
margin-top: 12rem;
background-color: #F3F4F5;
padding: 8rem 0;
}
.cards-with-heading-round {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.cards-with-heading-round img {
margin: 0 0 2rem 0;
width: 8rem;
}

/* --------------------------------------------------------------------------------------------------- */

.row.cards-with-heading-round-row {
margin-left: -15px;
margin-right: -15px;
margin-top: 5rem;
}
.cards-with-heading-round-wrapper {
padding: 15px;
}
.cards-with-heading-round-wrapper p {
width: 95%;
}
.cards-with-heading-round-wrapper img {
width: 8rem;
}
.cards-with-heading-round-wrapper h3 {
margin: 2rem 0 1rem;
}
.cards-with-heading-round-imageside img {
width: 100%;
height: auto;
}
.cards-with-heading-round-videoside-wrapper {
overflow: hidden;
}
.cards-with-heading-round-imageside {
margin-right: -1px;
}

@media(max-width:767px) {
.cards-with-heading-round-wrapper {
    padding: 20px 15px;
}
.cards-with-heading-round-imageside {
    margin-top: 3rem;
}
.cards-with-heading-round-wrapper p {
    width: 100%;
}
}