/*---------------------------
// Header
//-------------------------*/

#main-header p.logo_text {
    display: inline-block !important;
    font-size: 18px !important;
    color: #4B1500;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 980px) {
    #main-header p.logo_text {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        font-size: 17px !important;
    }
}

@media screen and (max-width: 767px) {
    #main-header p.logo_text {
        font-size: 16px !important;
    }
}

/*---------------------------
// Text Global
//-------------------------*/

#main-content .et_builder_inner_content p a,
#main-content .et_builder_inner_content .et_pb_post_content a {
	text-decoration: underline !important;
	font-weight: 700 !important;
}

.et_pb_text_inner ul ul li {
    list-style-type: circle;
}