.main {

    padding-top:53px;
    padding-bottom:100px;

}

.main .faq_container {

    width:100%;
    min-height:10px;

}

.main .faq_container .faq_image {

    width:100%;
    height:260px;
    position:relative;

}

.main .faq_container .faq_image img {

    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    object-position:center;

}

.main .faq_container .sitemap {

    width:100%;
    height:40px;
    display:table;
    margin-top:16px;

}

.main .faq_container .sitemap > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:18px;
    font-weight:400;
    font-family:'Raleway',sans-serif;
    color:rgba(0,0,0,1.0);

}

.main .faq_container h2 {

    padding:0;
    margin:0;
    font-size:30px;
    font-weight:700;
    font-family:'Raleway',sans-serif;
    color:rgba(0,0,0,1.0);
    margin-top:49px;

}

.main .faq_container p {

    padding:0;
    margin:0;
    font-size:18px;
    font-weight:400;
    font-family:'Raleway',sans-serif;
    color:rgba(0,0,0,1.0);
    margin-top:22px;

}

.main .faq_otherImages {

    width:100%;
    min-height:10px;
    text-align:left;

}

.main .faq_otherImages .image_item {

    width:calc((100% / 4) - 20px);
    height:160px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:inline-block;
    margin:8px;

}

@media screen and (max-width:1100px) {

    .main .faq_otherImages .image_item {

        width:calc((100% / 3) - 20px);
        
    }

}

@media screen and (max-width:700px) {

    .main .faq_otherImages .image_item {

        width:calc((100% / 2) - 20px);
        height:100px;
        
    }

}