.faqs-section {
    padding: 75px 0;

    .faqs-heading {
        h1 {
            font-family: Inter;
            font-weight: 600;
            font-size: 64px;
            line-height: 88px;
            text-align: center;
            color: #FFFFFF;
        }

        h3 {
            font-family: inter;
            font-weight: 500;
            font-size: 20px;
            line-height: 22px;
            text-align: left;
            color: #FFFFFF;

            a {
                color: #f75891;
            }
        }
    }
}

.faqs-body {
    h2 {
        font-family: inter;
        font-weight: 500;
        font-size: 40px;
        line-height: 52px;
        text-align: left;
        color: #FFFFFF;
        border-radius: 11.5px;
    }

    h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
    }

    p,
    li,
    a {
        font-family: IBM Plex Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
        color: #C3C3C3;
        margin-bottom: 0;
    }

    p {
        margin: 5px 0;

        strong {
            font-weight: 700;
        }
    }

    a {
        font-size: 20px;
        color: #f75891;
    }

    img {
        margin: 15px 0;
    }

    .body-heading {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
        margin: 0;
    }
}

.faqs-card {
    margin: 0 auto;
    border-radius: 11.5px;
    box-shadow: 0px 0px 10px 0px #00000026;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF0D;
    margin-bottom: 30px;

    .faqs-card-heading {
        display: flex;
        align-items: center;
        gap: 16px;
        border-bottom: none;

        .faqs-heading-icon {
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 26px;

            img {
                width: 40px;
                height: 40px;
                margin: 0;
            }
        }

        h3 {
            margin: 0;
        }
    }
}

.faqs-card-body {
    background: #FFFFFF1A;

    h5 {
        font-family: IBM Plex Sans;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: #FFFFFF;
        margin-top: 12px;
    }

    .faqs-card-links {
        display: flex;
        flex-direction: column;
        padding: 0;

        a {
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 40px 0 40px;
            border-top: 1px solid #FFFFFF0D;
            border-bottom: 1px solid #FFFFFF0D;
            font-family: IBM Plex Sans;
            font-weight: 400;
            font-size: 20px;
            line-height: 100%;
            color: #C3C3C3;
            text-decoration: none;

            &:hover {
                color: #FFFFFF;

                img {
                    content: url(https://gappeo-fzcyhag5g5bbdnfn.z01.azurefd.net/images/arrow-left-pink.svg);
                }
            }

            img {
                width: 32px;
                height: 32px;
                cursor: pointer;
            }
        }

        .item-icon {
            margin: 0;
        }
    }
}

hr {
    color: #FFFFFF40;
    border: 1px solid #FFFFFF40;
}

.accordion {
    --bs-accordion-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #FFFFFF1A;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    padding: 16px 40px;
}

.accordion-button::after {
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
}

.accordion-button {
    height: 136px;
    border-radius: 11.5px;
    background: #FFFFFF1A;
    box-shadow: 0px 0px 10px 0px #00000026;

    &:hover {
        border: 1px solid #F75891;
    }
}

.faqs-body-right-text {
    h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        color: #FFFFFF;
    }

    a {
        height: 40px;
        font-family: IBM Plex Sans;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 24px;
        color: #C3C3C3;
        border-bottom: 1px solid #FFFFFF0D;

        &:hover {
            color: #FFFFFF;

            img {
                content: url(https://gappeo-fzcyhag5g5bbdnfn.z01.azurefd.net/images/arrow-left-pink.svg);
            }
        }
    }
}


@media (max-width: 719px) and (min-width:300px) {
    .faqs-body {
        padding: 0 20px;
    }

    .faqs-card {
        .faqs-card-heading {
            .faqs-heading-icon {
                width: 40px;
                height: 40px;

                img {
                    width: 24px;
                    height: 24px;
                }
            }

            h3 {
                font-size: 16px;
                line-height: 20px;
            }
        }
    }

    .faqs-card-body {
        margin-left: 20px;

        h5 {
            font-size: 14px;
            line-height: 18px;
        }

        .faqs-card-links {
            a {
                font-size: 12px;
                line-height: 18px;
            }
        }
    }

    .faqs-heading {
        h3 {
            margin: 0 20px 30px 20px;
            font-size: 16px;
            line-height: 20px;
        }
    }

    .faqs-body-right-text {
        display: none;
    }

    .faqs-body-left-text {
        width: 100%;
        border-radius: 12px;
        margin: 20px;

        .faqs-body {
            padding: 0;

            p {
                margin: 0;
                margin-bottom: 5px;
            }

            img {
                width: 100%;
            }
        }
    }
}