.contact-section .content-holder {
    background-image: url("../img/image_map.jpg");
}

.contact-section .body-holder:before {
    background-image: url("../img/image_map.jpg");
}

@media (min-width: 1200px) {
    .contact-section .body-holder:before {
        background-image: url("../img/image_map.jpg");
    }
}

@media (min-width: 768px) {
    .contact-section .content-holder {
        margin: 95px 0 0;
        background: none;
        padding: 0;
        position: static;
    }

    .contact-section .body-holder:before {
        background-image: url("../img/image_map.jpg");
    }
}

.expenses-list {
    padding: 24px 0 0;
    display: flex;
    gap: 0;
    flex-direction: column;
}

.list-title {
    font-size: 24px;
    color: #555;
}

.included-list li, .not-included-list li {
    font-size: 16px;
    margin-bottom: 0.5rem;
    color: #212121;
}

@media (min-width: 768px) {
    .expenses-list {
        flex-direction: row;
        gap: 3rem;
    }
    .included-list, .not-included-list {
        width: 50%;
    }

    .list-title {
        font-size: 32px;
    }

    .included-list li, .not-included-list li {
        font-size: 24px;
        margin-bottom: 1rem;
    }
}
