.logo_sz {
    width: 50%;
}

.logo_sz_foot {
    width: 70%;
}

.map_size {
    width: 100%;
    height: 730;
}

.extra_mad_media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.extra_wide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.center_img {
    text-align: center;
}

.slider_extra {
    height: 100vh;
}

.center_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-padd {
    padding: 0 !important;
}

.extra_padd {
    padding-bottom: 2rem;
}

.text-center {
    text-align: center;
}

.text_dec {
    text-decoration: underline;
}

.mad-text-medium>br>span {
    font-weight: 500;
}

.extra-top-header {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 600px) {
    .logo_sz_foot {
        width: 50%;
    }
    .logo_sz {
        width: 100%;
    }
    .map_size {
        height: 500;
    }
    .extra_with-overlay {
        height: 50vh;
    }
    .slider_extra {
        height: 70vh;
    }
}