.contentMap {
    padding: 50px 0;
    background: #0F3F49;
}
.contentMap .content h2 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.contentMap .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.contentMap iframe {
    border-radius: 20px;
    width: 100%;
    max-width: 439px;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    margin-left: auto;
}
@media (max-width: 1200px) {
    .contentMap iframe {
        margin: 0 auto;
    }
}
.contentMap .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E1A93B;
}
.contentMap .accordion-button {
    background-color: transparent;
    padding-left: 60px;
}
.contentMap .accordion-button p {
    margin: 0;
    color: #F5F5F5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.contentMap .accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
}
.contentMap .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.contentMap .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    background-image: none;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
}
.contentMap .accordion-body p {
    color: #F5F5F5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
