#contentSection{
    margin: 60px auto;
}

#contentSection h1{
    font-family: "dubaibold";
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    color: #822881;
    position: relative;
    margin: 0 auto 30px;
    display: table;
    padding-bottom: 5px;
}

#contentSection h1::after{
    position: absolute;
    width: 65%;
    left: 0;
    right: 0;
    background-color: #822881;
    height: 2px;
    content: "";
    bottom: 0;
    text-align: center;
    margin: 0 auto;
}


#contentSection p.tagline {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 40px;
}

#contentSection h2{
    font-family: "dubaibold";
    text-transform: uppercase;
    font-size: 20px;
    color: #822881;
    margin: 0 0 25px;
}

#contentSection p {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 19px;
}

#contentSection p span{
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

#contentSection p.withImg {
    margin-bottom: 35px;
}

#contentSection p > img {
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
    max-height: 105px;
}

#contentSection ol {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

#contentSection ol > li {
    font-size: 19px;
    margin-bottom: 7px;
    letter-spacing: 1px;
    font-family: "dubairegular";
}

#contentSection p a{
    color: #822881;
}

#contentSection p a:hover{
    opacity: 0.8;
    color: #822881 !important;
}

@media only screen and (max-width: 1600px){

    #contentSection p.tagline {
        font-size: 19px !important;
        margin-bottom: 30px;
    }

    #contentSection p > img {
        margin-right: 25px;
        max-height: 75px;
    }

    #contentSection ol > li {
        letter-spacing: 0;
        font-size: 16px;
    }

}

@media only screen and (max-width: 1279px){

    #contentSection p > img {
        margin-right: 25px;
        max-height: 85px;
    }

    #contentSection p.withImg {
        margin-bottom: 27px;
    }   
}

@media only screen and (max-width: 1279px){

    #contentSection {
        margin: 50px auto;
    }

    #contentSection h1 {
        font-size: 36px;
        margin: 0 auto 22px;
        padding-bottom: 2px;
    }

    #contentSection h2 {
        font-size: 17px;
        margin: 0 0 20px;
    }

    #contentSection p.tagline {
        font-size: 17px !important;
        margin-bottom: 25px;
    }

    #contentSection p {
        margin-bottom: 16px;
    }

    #contentSection p.withImg {
        margin-bottom: 20px;
    }

    #contentSection p > img {
        max-height: 75px;
    }

    #contentSection ol > li {
        font-size: 14px;
    }

}


@media only screen and (max-width: 767px){

    #contentSection h1 {
        font-size: 28px;
        margin: 0 auto 20px;
        padding-bottom: 2px;
    }

    #contentSection h2 {
        text-align: center;
    }

    #contentSection p {
        text-align: center;
    }

    #contentSection p > img {
        max-height: 85px;
        float: none;
        clear: both;
        display: table;
        margin: 0 auto 15px;
    }

    #contentSection ol > li {
        list-style-position: inside;
        text-align: center;
    }

}


@media only screen and (max-width: 359px){

    #contentSection h1 {
        font-size: 25px;
    }

    #contentSection p.tagline {
        font-size: 17px !important;
        margin-bottom: 25px;
    }

    #contentSection h2 {
        font-size: 15px;
   } 

}

