.red{
    color: #B71C1C;
}

.uppercase{
    text-transform: uppercase;
}

.font-20{
    font-size: 20px;
}

.font-17{
    font-size: 17px;
}

.font-14{
    font-size: 13px !important;
}

.right{
    float: right;
}

.bold{
    font-weight: bold;
}

.white{
    color: #FFF;
}

.underline{
    text-decoration: underline;
}

.title-section-background{
    background-color: #ebebeb !important;
}

.title-section .wpb_content_element{
    margin-bottom: 0;
}

.title-section h1{
   font-size: 28px;
    line-height: 40px;
    font-family: "Exo 2";
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 46px;
    margin: 0;
}

}

.text-content{
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
}

article{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14.5px;
	font-weight:light;
	line-height:24px;
}

.list-normal h4{
    font-size: 18px;
    color: #b71c1c;
    line-height: 22px;
    text-align: left;
    font-family: "Exo 2";
    font-weight: 500;
}

.text-right-desktop{
    text-align: right;
}

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

    .title-section h1{
        font-size: 40px;
        line-height: 40px;
        font-family: "Exo 2";
        font-weight: 600;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        margin: 0;
    }

}

@media screen and (min-width: 768px) {

    .text-right-desktop{
        text-align: left;
    }
    
    .text-center-sm{
        text-align: center;
    }

}


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

    .text-right-desktop{
        text-align: left;
    }

}

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

    .title-section h1 {
        font-size: 30px;
        line-height: 40px;
        font-family: "Exo 2";
        font-weight: 600;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        margin: 0;
    }

}