#container > .wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#container .wrap h3 {
    margin: 10px 0px;
    text-transform: capitalize;
}
#container .wrap h3 a {
    color: inherit;
}
.page-description {
    line-height: 25px;
    text-align: justify;
}
.page-description-img {
    text-align: center;
}
.page-description-img > img {
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}
.section-title {
    margin-bottom: 35px;
}
.section-description {
    text-align: justify;
}
#page-title::after,
.section-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    border-bottom: 6px solid rgba(213, 29, 50, 1);
}
.section-title ~ .section-title {
    padding-top: 30px;
    color: rgba(213, 29, 50, 1);
    font-size: 25px;
    border-top: 1px solid rgba(112, 112, 112, 1);
}
.section-title ~ .section-title::after {
    display: none;
}

.list {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.list > span {
    text-transform: capitalize;
}
.list.tiles > a.block,
.list.text-links > a.block {
    width: calc(100% / 4 - 40px);
    margin: 30px 18px;
}
.list.text-links a.block > div.title {
    max-height: none;
    overflow: unset;
}
.list.tiles > a.block > img {
    height: 220px;
}
.list.tiles > a.block.landscape {
    width: 190px;
}
.list.tiles > a.block.landscape > img {
    height: 130px;
}

#page-options {
    display: flex;
    width: 100%;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#page-options > * {
    margin: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
}
#page-options > .right {
    position: absolute;
    right: 0;
}
#page-options > a,
#page-options > .right > a {
    /* display: inline-block; */
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}
#page-options > .right > a {
    width: auto;
    margin: 0 5px;
    padding: 10px;
}
#page-options > a:hover,
#page-options > .right > a:hover {
    /* background-color: rgba(208, 208, 208, 0.5); */
}
#page-options > a.disable,
#page-options > .right > a.disable {
    display: none;
}
#page-options > .divider {
    display: none;
}
#page-options > input:first-child {
    margin-left: 10px;
}
#page-options > input {
    width: 65px;
    height: 55px;
    text-align: center;
}
#page-options > input[type="button"] {
    cursor: pointer;
}
#page-options > a.disabled {
    /* opacity: 0.5; */
    display: none;
}
.text-arrow-left,
.text-arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    img {
        min-width: 6px;
        width: 6px;
        margin: 0 auto;
    }
}

.text-arrow-right {
    flex-direction: row-reverse;
}

.double-arrow {
    img {
        width: 11px;
        min-width: 11px;
    }
}

@media only screen and (max-width: 799px) {
    .body-main-faq-page  #body-wrapper{
        padding-top: 0; 
    }

    .body-main-faq-page .h5.h5-banner {
        height: auto;
    }

    #container .wrap h3 {
        color: rgba(255, 255, 64, 1);
    }
    #page-options {
        display: flex;
        padding: 0.2rem 0.6rem;
    }
    #page-options > * {
        display: block;
        margin: 5px 0;
    }
    #page-options > a {
        display: block;
        width: auto;
        margin: 10px;
        padding: 15px 5px;
    }
    #page-options > .right {
        position: relative;
        margin-top: 30px;
    }
    #page-options > .divider {
        display: block;
    }
    #page-options > input {
        display: inline-block;
    }

    .list.tiles > a.block,
    .list.tiles > a.block.landscape,
    .list.text-links > a.block,
    .list.text-links > a.block.landscape {
        width: 100%;
        margin: 10px 0px;
    }
    
    .text-arrow-left,
    .text-arrow-right {
        span {
            display: none;
        }
    }
}
 