.faq-section-with-image {
    padding: 70px 0;
}

.faq-section-with-image .faq-header h2 {
    padding-bottom: 20px;
}

.faq-section-with-image .faq-header h2:after {
    position: absolute;
    content: '';
    width: 195px;
    height: 12px;
    background: url(../images/title-strip.png) no-repeat left top;
    background-size: cover;
    left: 0;
    bottom: 0;
}

.faqs-wrapper {
    margin-top: 60px;
}

.faq-col-img {
    width: 684px;
    min-width: 684px;
    margin-right: 35px;
}

.faq-col-ctnt {
    width: 100%;
}

.faq-img {
    padding-top: 75.14%;
}

.faq-accordion .faq-answer {
    overflow: hidden;
    display: none;
    padding: 20px 10px;
}

.faq-accordion .faq-answer p,
.faq-accordion .faq-answer h2,
.faq-accordion .faq-answer h3,
.faq-accordion .faq-answer h4 {
    margin-top: 0;
    padding-top: 0;
}

.faq-accordion .faq-question {
    width: 100%;
    display: block;
    color: #334454;
    padding: 15px 25px 10px 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    position: relative;
}

.faq-accordion .faq-question::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s;
}

.faq-accordion .faq-question.openq::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.faq-accordion .faq-question:hover {
    cursor: pointer;
}

.faq-accordion-row {
    border-bottom: 1px solid #ED6B79;
    width: 100%;
}

.faq-section-with-image .btn {
    margin-top: 40px;
}