
/* Faq section */

.faq-section {
    position: relative;
    padding: 150px 0 120px;
}

.faq-section .top-content .text {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
    margin-right: 0;
    margin-bottom: 30px;
}

.faq-section .sec-title:before {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 15px;
    width: 1px;
    height: 100px;
    background: #ddd;
}

.faq-section .text-block {
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(37, 59, 112, 0.1);
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.faq-section .text-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.faq-section .text-block .text {
    position: relative;
    margin-bottom: 0;
}