.cstm_article article {
    cursor: pointer;
}

.custom_map_location {
    background-color: #f3faff;
    padding: 100px 0;
}

.custom_map_location h3 {
    font-family: "Century Gothic Paneuropean", sans-serif;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}

.custom_map_location .cstm_desc {
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 25px 0 30px;
}

.custom_map_location a.cstm_button {
    background-color: #615d6c;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: max-content;
    padding: 16px 40px;
    border-radius: 55px;
    font-size: 20px;
    font-family: "Century Gothic Paneuropean", sans-serif;
    font-weight: bold;
    transition: 0.2s ease;
}

.custom_map_location .cstm_button:hover,
.custom_map_location .location_button:hover {
    background-color: #89bbfe;
}

.custom_map_location .cstm_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 50px;
    align-items: flex-start;
}

.custom_map_location .cstm_blocks {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 20px;
}

.custom_map_location .cstm_rating_img {
    padding-bottom: 14px;
    max-width: 90px;
    display: block;
}

.custom_map_location .all_cstm_block .cstm_blocks:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #615d6c47;
}


.custom_map_location .location_heading {
    font-family: "Century Gothic Paneuropean", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    display: block;
    transition: 0.2s ease;
}

.custom_map_location .location_heading:hover {
    color: #89bbfe;
}

.custom_map_location .location_name {
    font-family: 'EB Garamond';
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding: 8px 0;
    display: block;
}

.custom_map_location .location_desc {
    font-family: 'EB Garamond';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 20px;
    display: none;
}

.custom_map_location .location_button {
    background-color: #615d6c;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 24px;
    border-radius: 55px;
    font-size: 16px;
    font-family: "Century Gothic Paneuropean", sans-serif;
    font-weight: bold;
    transition: 0.2s ease;
    white-space: nowrap;
    max-width: max-content;
    margin-left: auto;
}

.custom_map_location .all_cstm_block {
    display: grid;
    row-gap: 30px;
}

.cstm_blocks .ft_img {
    width: 100%;
}

.custom_map_location .icion_bttns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding-top: 15px;
}

.custom_map_location .new_key {
    font-family: "Century Gothic Paneuropean", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: block;
}

.custom_map_location .icon_divs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    max-width: 170px;
}

.icon_divs img {
    height: 26px;
    width: 26px;
    object-fit: contain;
    padding: 5px;
    border: 1px solid #615d6c47;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .custom_map_location {
        padding: 60px 0;
    }

    .custom_map_location h3 {
        font-size: 32px;
    }

    .custom_map_location .cstm_row {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .custom_map_location a.cstm_button {
        padding: 10px 35px;
        font-size: 18px;
    }

    .custom_map_location .cstm_blocks {
        grid-template-columns: 1fr;
    }

    .custom_map_location .location_button {
        padding: 8px 22px;
        font-size: 15px;
    }

    .custom_map_location .icion_bttns {
        gap: 20px;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {


    .custom_map_location h3 {
        font-size: 36px;
    }

    .custom_map_location a.cstm_button {
        padding: 14px 38px;
        font-size: 18px;
    }

    .custom_map_location .location_button {
        padding: 8px 22px;
        font-size: 15px;
    }

    .custom_map_location .cstm_row {
        grid-template-columns: 1fr;
    }

    .custom_map_location .icion_bttns {
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width: 990px) {
    .custom_map_location .container {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .cstm_map iframe {
        min-height: 700px;
    }

    .custom_map_location .cstm_map {
        position: sticky;
        top: 10px;
    }

    .cstm_blocks .ft_img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .custom_map_location .icion_bttns {
        gap: 20px;
    }

    .custom_map_location .icon_divs {
        grid-template-columns: repeat(4, 1fr);
        max-width: 130px;
    }

    .custom_map_location .container {
        max-width: 100%;
    }
}