.main_cms_info_wrapper .text_section_wrapper div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 30px;
}
.main_cms_info_wrapper .text_section_wrapper div img {
    max-height: 223px;
}
.main_cms_info_wrapper .text_section_wrapper div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-right: 10px;
    padding-left: 30px;
}
.main_cms_info_wrapper .text_section_wrapper .text_wrapper {
    padding-left: 8px;
}
.main_cms_info_wrapper .quote_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_cms_info_wrapper .quote_wrapper img {
    max-width: 350px;
    margin-top: 20px;
}
.main_cms_category_wrapper>div img {
    transition: transform .4s;
}
.main_cms_category_wrapper .cms_img_wrapper {
    overflow: hidden;
    line-height: 0;
}
.main_cms_category_wrapper a {
    text-decoration: none;
}
.main_cms_category_wrapper>div {
    display: flex;
    padding: 0;
}
.main_cms_category_wrapper .cms_text_wrapper {
    margin: 25px 0 30px;
    text-align: center;
}
.main_cms_category_wrapper .cms_text_wrapper strong {
    display: flex;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.4rem;
}
.main_cms_category_wrapper .cms_text_wrapper span {
    font-size: 1.2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #1D1D1B;
}
.cm {
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
}
#menu_buttons2 {
    display: none;
}    
.main_cms_category_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.main_cms_info_wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 18px 0px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0px 9px 18px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 9px 18px 0px rgb(0 0 0 / 3%);
}
@media (min-width: 979px) {
.main_cms_info_wrapper {
    height: 285px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
}
.main_cms_info_wrapper .text_section_wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.main_cms_info_wrapper .text_section_wrapper:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120px;
    right: 0;
    display: block;
    background: #DDDDDD;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
@media (min-width: 979px) {
.main_cms_info_wrapper .text_section_wrapper:before {
    display: block;
}
}
#details_wrapper {
    align-items: stretch !important;
}