﻿.faq-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    margin-bottom: 32px;
    position: relative;
}

.faq-content .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 996px) {
    .faq-content .image {
        height: 300px;
    }
}

@media (min-width: 996px) {
    .faq-content {
        border-radius: 8px 8px 0 0;
        margin-top: 2rem;
    }

    .faq-content .image {
        border-radius: 8px 8px 0 0;
    }
}

.faq-content .faq-inner {
    position: relative;
    top: 20%;
    width: 90%;
    margin: 0 auto;
}


.faq-inner .faq-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    text-align: center;
    font-size: 1.5rem;
    color: #245C71;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 1.5rem 0;
    position: relative;
}

.faq-inner .faq-body {
    display: flex;
}

@media(min-width: 996px) {
    .faq-body {
        padding-top: 36px;
        padding-bottom: 72px;
    }
}

@media(max-width: 996px) {
    .faq-body {
        gap:8px;
    }
}