.themeblocks-reassurance {
    background-color: #C3C4B1;
    font-size: 1.25rem;
    font-weight: 400;
    color: #191919;
    padding: 5rem 0;
}

.themeblocks-reassurance {
    background-color: #EFF0EB;
    padding: 6rem 0.6rem 5rem;
    color: #191919;
}

.themeblocks-reassurance p {
    color: #191919;
}

.themeblocks-reassurance .container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.themeblocks-reassurance .container .block {
    overflow: hidden;
    margin-bottom: 1rem;
}

.themeblocks-reassurance .container .block .text p {
    padding-left: 3rem;
    padding-right: 3rem;
}

@media (max-width: 576px){

    .themeblocks-reassurance .container .block .text p {
        padding-left: 0;
        padding-right: 0;
    }
}
.themeblocks-reassurance .container .block img {
    max-width: 100%;
    height: auto;
    width: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.themeblocks-reassurance .container .block:nth-child(2),
.themeblocks-reassurance .container .block:nth-child(3),
.themeblocks-reassurance .container .block:nth-child(6),
.themeblocks-reassurance .container .block:nth-child(7),
.themeblocks-reassurance .container .block:nth-child(10) {
    width: 45%;
    padding: 2rem;
}

@media (max-width: 576px) {
    .themeblocks-reassurance .container .block:nth-child(2),
    .themeblocks-reassurance .container .block:nth-child(3),
    .themeblocks-reassurance .container .block:nth-child(6),
    .themeblocks-reassurance .container .block:nth-child(7),
    .themeblocks-reassurance .container .block:nth-child(10) {
        padding: 0;
    }
}

.themeblocks-reassurance .container .block:nth-child(1),
.themeblocks-reassurance .container .block:nth-child(4),
.themeblocks-reassurance .container .block:nth-child(5),
.themeblocks-reassurance .container .block:nth-child(8),
.themeblocks-reassurance .container .block:nth-child(9) {
    width: 55%;
}

@media (max-width: 1200px) {
    .themeblocks-reassurance .container .block:nth-child(1),
    .themeblocks-reassurance .container .block:nth-child(2),
    .themeblocks-reassurance .container .block:nth-child(3),
    .themeblocks-reassurance .container .block:nth-child(4),
    .themeblocks-reassurance .container .block:nth-child(5),
    .themeblocks-reassurance .container .block:nth-child(6),
    .themeblocks-reassurance .container .block:nth-child(7),
    .themeblocks-reassurance .container .block:nth-child(8),
    .themeblocks-reassurance .container .block:nth-child(9),
    .themeblocks-reassurance .container .block:nth-child(10) {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .themeblocks-reassurance .container .block:nth-child(1),
    .themeblocks-reassurance .container .block:nth-child(2),
    .themeblocks-reassurance .container .block:nth-child(3),
    .themeblocks-reassurance .container .block:nth-child(4),
    .themeblocks-reassurance .container .block:nth-child(5),
    .themeblocks-reassurance .container .block:nth-child(6),
    .themeblocks-reassurance .container .block:nth-child(7),
    .themeblocks-reassurance .container .block:nth-child(8),
    .themeblocks-reassurance .container .block:nth-child(9),
    .themeblocks-reassurance .container .block:nth-child(10) {
        width: 100%;
    }

    .themeblocks-reassurance .container .block.text p {
        padding: 1rem;
    }

    .themeblocks-reassurance .container .block.image p {
        text-align: center;
    }
}

