.section1 > h2{
    padding-top: 80px;
    text-align: center;
    font-size: 28px;
    padding-bottom: 30px;
}

.section1 > p {
    text-align: center;
    font-size: 18px;
    max-width: 70%;
    margin: auto;
}

.section1 {
    padding-bottom: 80px;
}

.section2-outside {
    padding: 50px;
    background-color: #F0EFEF;
    text-align: center;       
    padding-bottom: 90px;     
}

.section2 h2 {
    padding: 10px;
    font-size: 28px;
}

.section2 .row {
    justify-content: center;       
}

.section2 .col-12 > div > div {
    background-color: #ffffff;
    padding: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    flex-grow: 1;
}

.section2 .col-12 > div > div> h2 {
    padding-bottom: 20px;
    font-size: 26px;
}

.section2 .col-12 > div > img {
    padding: 0px;
    width: 100%;
}

.section2 .col-12 > div > img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 230px;
}

.section2 .col-12 > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 30px;
    height: 500px;
}

.section3 {
    padding-top: 100px;
    text-align: center;
}

.section3 > h2 {
    padding-bottom: 30px;
    font-size: 28px;
}

.section3 > p {
    font-size: 18px;
    max-width: 70%;
    margin: auto;
    padding-bottom: 50px;
}

.section4 > div{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.section4 .col-12 > div {
    background-color: #A9A9A9;
    padding: 40px 80px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.section4 .col-12 > div > h2 {
    padding-bottom: 20px;
    font-size: 24px;
}

.section4 .col-12 {
    padding: 20px 40px;
    display: flex;
}

.section4 .col-12 > div > p {
    font-size: 18px;
}