#cms #wrapper #main {
    max-width: 1140px;
    margin: 0 auto;
}
.page-content.page-cms {
    padding: 0;
    text-align: justify;
    background: #fff;
}
#main .page-header {
    margin: 36px 0 50px;
    text-align: center;
}
#main .page-header h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.page-content.page-cms ol, .page-content.page-cms ul, p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}
h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px;
    color: #000;
}
h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 8px;
    color: #000;
}
.page-content.page-cms ul, .page-content.page-cms ol {
    margin-left: 0;
}
a:hover, a:focus {
    color: #000;
}
/*******/

.faq-block {
    background: #fff;
    margin: 0 0 20px;
    clear: both;
}
.faq-block .faq-title {
    padding: 12px 58px 13px 18px;
    position: relative;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.faq-block .faq-title[aria-expanded="true"] {
    border-width: 1px 1px 0 1px!important;
    border-radius: 4px 4px 0 0;
    border-color: #1DC9D1;
}
.faq-block .collapse-block {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px 1px;
    border-color: #1DC9D1;
    border-style: solid;
    padding-top: 8px;
}
.faq-block .txt {
    padding: 4px 42px 12px 18px;
    line-height: 28px;
}
.faq-title h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-align: left;
}
.faq-block .txt ul {
    list-style: none;
}
.faq-block {
    position: relative;
}
.faq-block .faq-title span.navbar-toggler.collapse-icons {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: rgba(29, 201, 209, 0.4);
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    line-height: 20px;
    border-radius: 50%;
    border: none;
}
.faq-block .faq-title .collapse-icons .fa-plus {
    display: block;
}
.faq-block .faq-title .collapse-icons .fa-minus {
    display: none;
}
.faq-block .faq-title[aria-expanded="true"] .collapse-icons .fa-plus {
    display: none;
}
.faq-block .faq-title[aria-expanded="true"] .collapse-icons .fa-minus {
    display: block;
}
.faq-block .txt p, .faq-block .txt span, .faq-block .txt strong, .faq-block .txt a {
    color: #000;
}
.faq-block .txt p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 0 0 12px;
}
.faq-block .txt h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 8px;
}
.faq-block .txt a {
    transition: all 0.3s linear;
    text-decoration: underline;
    color: #000!important;
}
.faq-block .txt a:hover {
    font-weight: 600;
}
.faq-block .faq-title:after {
    content: "\e145";
    font-family: "Material Icons", Arial, sans-serif !important;
    font-size: 15px;
    position: absolute;
    right: 18px;
    top: 13px;
    width: 20px;
    height: 20px;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    background: rgba(29, 201, 209, 0.4);
    color: #000;
    line-height: 20px;
}
.faq-block .faq-title[aria-expanded="false"]:after {
    content: "\e145" !important;
}
.faq-block .faq-title[aria-expanded="true"]:after {
    content: "\e15b" !important;
}
.faq-page > .row {
    display: flex;
    flex-wrap: wrap;
}
.faq-block .faq-title:before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: 1px;
    width: calc(100% - 36px);
    height: 1px;
    background: #D9D9D9;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.faq-block .faq-title[aria-expanded="true"]:before {
    opacity: 1;
    visibility: visible;
}

/******/
@media screen and (max-width: 1024px) {
.faq-page > .row > .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.faq-title h2 {
    font-size: 16px;
    line-height: 26px;
}
}
@media screen and (max-width: 768px) {
    #main .page-header {
        margin: 20px 0 30px;
    }
    #main .page-header h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .page-content.page-cms ol, .page-content.page-cms ul, p {
        font-size: 16px;
        line-height: 28px;
    }
    h2 {
        font-size: 18px;
        line-height: 30px;
    }
    h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .faq-page > .row {
        display: block;
    }
    .faq-page {
        padding: 0 20px;
    }
    .faq-page > .row > .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 576px) {
    .faq-page {
        padding: 0;
    }
    #main .page-header h1 {
        font-size: 28px;
        line-height: 36px;
    }
}