/* section */

#section h2 {
    font-size: 28px;
    margin-top: 20px;
}

#section {
    padding-top: 0px;
}

#section img {
    margin-bottom: 50px;
}

#section p {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 100;
}

#section ul {
    font-size: 16px;
}

#section .action-page {
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 20px;
}

#section .btn {
    border-radius: 10px;
    font-size: 28px;
    padding: 20px;
}

#section span, #section p span {
    color: unset;
}

.red {
    color: #ff0000;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 978px) {}

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 0px;
    }
    h1,
    h2,
    h3,
    h4 {
        text-align: left;
    }
}