body {
    background:#fff;
    padding:0;
    font-size:15px;
}

.section {
    width:100%;
    max-width:100%;
    background-color:#fff;
}

.section .wrapper {
    padding:60px;
    text-align:center;
}

.section .wrapper h2 {
    color:#0a1247;
    font-family:"Barlow Condensed", Sans-serif;
    font-weight:200!important;
}

.section .wrapper > h1,h2,h3 {
    font-weight:700;
    font-size:48px;
}

@media (max-width: 680px) {
.section .wrapper {
    padding:30px;
}
}