

.faq{
    background-color: #20b7e6;
    padding: 0;
}

.faq_item{
    margin-bottom: 50px;
}

.faq_item_title{
    font-family: sansationbold;
    max-height: 50px;
    line-height: 25px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.faq_item_text{
    line-height: 20px;
    font-size: 1rem;
    text-align: justify;
}

@media only screen and (min-width: 1050px) {

    .faq {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;   
    }

    .faq_item{
        width: 45%;
    }
    
}