/* Show CSS */

.show {
    padding-top: 65px; 
}

.show__breadcrumb {
    line-height: 1.5;
    margin-bottom: 20px;
}

.show__title {
    margin-bottom: 40px;
}

.show__description {
    margin: 0 auto 40px auto;
    max-width: 850px;
}

.show__facilities {
    margin: 0 auto 65px auto;
    max-width: 690px;
    width: 100%;
}

.show__facilities__facility {
    align-items: center;
    background-color: #EBEBEB;
    display: flex;
    margin-bottom: 3px;
    max-width: 690px;
    padding: 26px ;
    width: 100%;
}

.show__facilities__facility-competitions {
    background-color: #FAFAFA;
}

.show__facilities__facility__icon {
    height: 28px;
    margin-right: 20px;
    width: 28px;
}

.show__facilities__facility__icon__tick {
    align-items: center;
    border-radius: 50%;
    background-color: #AAC555;
    color: #fff !important;
    display: flex;
    font-weight: 700;
    height: 28px;
    justify-content: center;
    line-height: 0;
    width: 28px;
}

.show__facilities__facility__icon__cross {
    align-items: center;
    border-radius: 50%;
    background-color: #B8B8B8;
    color: #fff !important;
    display: flex;
    height: 28px;
    justify-content: center;
    line-height: 0;
    width: 28px;
}

.show__facilities__facility__text {
    line-height: 1.25;
}

.show__buttons {
    align-items: center;
    column-gap: 20px;
    display: flex;
    max-width: max-content;
    margin: 0 auto 90px auto;
    width: 100%;
}

.show__address {
    margin-bottom: 20px;
}

.show__map {
    height: 540px;
    margin: 0 auto 80px auto;
    max-width: 980px;
    width: 100%;
}

.show__contactText {
    font-size: 20px;
    margin-bottom: 20px;
}

.show__button {
    border: 2px solid #333;
    border-radius: 74px;
    display: block;
    margin: 0 auto 120px auto;
    padding: 20px 30px;
    width: max-content;
}

.show__nearby {
    background-color: #2A5440;
    padding: 120px 0 200px 0;
}

.show__nearby__title {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1300px) {

    .show__nearby__title {
        text-align: center;
    }
}

@media only screen and (max-width: 850px) {

    .show__buttons {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 730px) {

    .show__buttons {
        display: block;
    }

    .show__buttons a {
        margin-bottom: 20px;
    }
}