﻿h1 {
    font-size: 48px;
    padding-bottom: 24px;
    color: #6a488e
}

h4 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #4b1474
}

.num {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    border-radius: 0 50px 50px 0;
    background: #add361;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
}

#main-section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    padding: 30px;
    box-shadow: 0px 10px 30px #e0e0e0;
    border-radius: 5px;
}

    #main-section p.intro {
        background: #eee;
        padding: 20px;
        margin-bottom: 45px
    }
