.col-centered{
    float: none;
    margin: 0 auto;
}

h3 {
    font-size: 20px !important;
    color: rgb(62, 43, 46)!important;
}


.italic {
    font-size: 18px !important;
    font-style: italic;
    color: rgb(197, 185, 172) !important;
}

p {
    font-size: 18px !important;
    color: rgb(62, 43, 46)!important;

}

p.ex {
    color: rgb(62, 43, 46)!important;
}

p.main {
    font-size: 15px;
    text-align: right;
    color: rgb(62, 43, 46)!important;
}

em {
    font-size: 18px !important;
    color: rgb(197, 185, 172)!important;

}

strong {
    color: rgb(62,43,46) !important;
}

.img-custom-centered {
    display: block;
    margin: 0 auto;
}
