.section1 > h2{
    padding-top: 80px;
    text-align: center;
    font-size: 26px;
    padding-bottom: 30px;
}

.section1 > p {
    text-align: center;
    font-size: 18px;
    max-width: 70%;
    margin: auto;
}

.section1 {
    padding-bottom: 80px;
}

.section2 {
    padding: 50px;
    background-color: #F0EFEF;
    text-align: center;            
}

.section2 .row {
    justify-content: center;       
}

.section2 .col-12 > div {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

.section2 > div > div {
    margin: 30px;
}

.section2 .col-12 > div > h2 {
    padding-bottom: 20px;
    font-size: 26px;
}