section.wrapper_middle[data-cattype="510"] {
    padding: 0px 0px !important;
    min-height: 50px;
    min-height: 350px;
    background-position: center center !important;
    background-size: cover !important;
}

[data-cattype="510"] * {
    transition: ease .3s;
}

[data-cattype="510"] .full-content {
    width: 400px;
    max-width: 100%;
}

[data-cattype="510"] .quote-message {
    min-height: 350px;
    width: 400px;
    max-width: 100%;
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    
}




[data-cattype="510"] .quote-text{
  padding: 70px 44px;  
    border-right: 12px solid #f9c700;
    border-left: 12px solid #f9c700;
}

[data-cattype="510"] .img-top{
    margin-bottom: -75px;
}
[data-cattype="510"] .img-bottom{
    margin-top: -82px;
}

[data-cattype="510"] h1{
    font-family: 'PacificoRegular';
    font-size: 44px;
    color: #033395;
}
[data-cattype="510"] .border {
    border: 13px solid #f9c700;
    border-radius: 60px;
}

[data-cattype="510"] .float-right {
    float: right;
    margin-right: 15px;
}

[data-cattype="510"] .float-left {
    float: left;
    margin-left: 15px;
}

/*
[data-cattype="510"] .quote-message:after {
    content: url(../../../data/ckfinder/images/items/quote_open.jpg);
    position: absolute;
}

[data-cattype="510"] .quote-message:before {
    content: url(../../../data/ckfinder/images/items/quote_close.jpg);
    position: absolute;
}
*/

@media (max-width: 767px) {
    [data-cattype="510"] .float-right,
    [data-cattype="510"] .float-left {
        float: none;
        margin: 0 auto !important;
    }
    [data-cattype="510"] .img-top{
    margin-bottom: -62px;
    }
    [data-cattype="510"] .img-bottom{
        margin-top: -67px;
    }
    [data-cattype="510"] .quote-text {
    padding: 70px 28px;
    }
    [data-cattype="510"] h1 {
    font-size: 35px;
    }
}