.MainH1 {
    color: #fff;
    font-family: 'ISBold';
    font-size: 33px !important;
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.AboutTextBack {
    display: block;
    float: right;
    width: 100%;
    padding: 25px;
    border-radius: 11px;
    margin-top: 50px;
}
.AboutTag {
    display: block;
    float: right;
    font-size: 14px;
    color: red;
    color: #956a01;
}
.AboutTitle {
    display: block;
    float: right;
    width: 100%;
    font-size: 19px;
    margin-top: 12px;
    font-family: 'ISBold';
    color: #3b2411;
}
.AboutText {
    float: right;
    display: block;
    width: 100%;
    font-size: 18px !important;
    line-height: 2em;
    text-align: justify;
    margin-top: 20px;
}
.textunder img {
    float: right;
    margin-right: calc((100% - 189px) / 2);
    margin-top: 5px;
    margin-bottom: 5px;
}
.textunder h3 {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #adaba6;
}
.E6-20382 {  
  background: #ffffffc7;
    padding: 15px;
    width: calc(100% - 50px);
    margin-right: 25px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 11px #bba083c7;
}