
.blockquote {
    margin: 30px auto 0 auto;
}

.blockquote.block-blog {
    margin: 30px auto 30px auto;
}

.blockquote.block-blog .container {
    padding: 0;
}

.blockquote.block-blog blockquote {
    box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    background-color: #fff;
    border-radius: 8px;
}

.blockquote.block-blog blockquote h3:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: inline-block;
    right: 20px;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 1;
    background-image: url(/assets/img/icons/faq-btn.svg);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
.blockquote.block-blog blockquote h3.transform:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.blockquote blockquote {
    margin: 0 0;
    position: relative;
    padding: 18px 0px;
}

.blockquote blockquote h3:after {
    content: '';
    background-image: url(../img/icons/down-arrow.svg);
    position: absolute;
    top: 50px;
    right: 20px;
    width: 20px;
    height: 10px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.blockquote h3 {
    cursor: pointer;
}

.blockquote .block-description {
    display: none;
}

.blockquote .block-description.open-b {
    display: flex;
}

.blockquote blockquote ul li {
    text-align: left !important;
}

.banner-pc {
    display: block;
}
.banner-mob {
    display: none;
}

.banner-blog {
    position: relative;
}
.banner-blog .order-link {
    /*position: absolute;*/
}

.banner-blog .order-link>a {
    display: inline-block;
    font-family: Montserrat,sans-serif;
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    min-width: 168px;
    max-width: 100%;
    min-height: 48px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 15px 10px;
    background: #2bc5dd;
    color: #fff;
    border: 1px solid transparent;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.banner-blog .order-link>a:hover {
    outline: 0;
    text-decoration: none;
    background: #27b5cb;
    color: #fff;
}

.banner-blog .banner-pc .order-link {
    top: 68%;
    left: 18%;
    position: absolute;
}

.banner-blog .banner-mob .order-link {
    top: 81%;
    left: 15%;
    position: absolute;
}

@media (max-width: 767px) {
    .blockquote blockquote .custom-list {
        display: block;
        margin: 0 0 0 15px;
    }
    .banner-pc {
        display: none;
    }
    .banner-mob {
        display: block;
        text-align: center;
    }
}
