/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.venue-features-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.feature-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 32px 32px 32px;
    color: white;
    font-family: Oswald-SemiBold;
    white-space: nowrap;
}

.feature-check-icon {
    margin-right: 16px;
}

.venues-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 96px;
}

.mosaic_picture-link {
    width: calc(33% - 18px);
    display: block;
    border-radius: 22px;
    overflow: hidden;
    height: 330px;
    position: relative;
}

.mosaic_picture-element img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mosaic-element__label {
    position: absolute;
    bottom: -3px;
    left: -3px;
    background-color: #282828;
    border-radius: 22px 28px 28px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px 8px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Oswald-Medium;
    font-size: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.label-text {
    color: white;
    font-size: 16px;
    font-family: Oswald-Regular;
    margin-top: 8px;
}

.mosaic-element__label .eye-icon {
    margin-right: 8px;
}

.cta-section {
    margin-top: 48px;
}
.need-more-information-section__text {
    font-family: Oswald-SemiBold;
    text-align: center;
    line-height: 1.2;
    color: white;
}

.need-more-information-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 96px;
    padding: 0 16px;
}

.need-more-information-section .main-cta {
    margin-top: 48px;
}

.need-more-information-section__content * {
    color: white;
    font-family: Oswald-Regular;
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
    margin-top: 16px;
}

.need-more-information-section__content a {
    text-decoration: underline;
}
@media all and (max-width:1062px) {
    .mosaic_picture-link {
        width: calc(50% - 16px);
    }

    .mosaic_picture-link:nth-of-type(3n + 2) {
        margin-left: 0;;
        margin-right: 0;;
    }

    .venues-list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media all and (max-width:750px) {
    .top-hero__big_title {
        font-size: 60px;
    }
}

@media all and (max-width:690px) {
    .mosaic_picture-link {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 16px !important;
    }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .venues-list {
        gap: inherit;
    }

    .feature-element {
        white-space: inherit;
        line-height: 1.6;
        margin-left: 0;
    }

    .top-hero__big_title_underline {
        right: 0;
    }

    .venue-features-div {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .feature-check-icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto
    }
                .mosaic_picture-link:last-of-type {
                    margin-bottom: 0 !important;
                }
        
                .venues-list {
                    margin-bottom: 48px;
                }
}

@media all and (max-width:600px) {

    .need-more-information-section__text {
        font-size: 48px;
    }
}