﻿.header {
    font-family: ABeeZee, sans-serif;
    color: #9B7672;
    padding-top: 50px;
    font-size: 70px;
}

@media (min-width: 768px) {
    .header {
        font-family: ABeeZee, sans-serif;
        color: #9B7672;
        padding-top: 250px;
        padding-bottom: 50px;
        font-size: 100px;
    }
}

.container-content {
    background: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px;
}

.col-content {
    padding: 20px;
}

@media (min-width: 1300px) {
    .col-content {
        padding: 80px;
    }
}
