    #fotorama-wiz {
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }

    .fotorama__img {}

    .text img {
        display: none;
    }

    #fotorama-wiz {
        border: 1px #e1e1e1 solid;
        padding: 15px 15px;
    }

    .fotorama_wrap {
/*        margin-bottom: 20px;*/
}

    .fotorama_wrap .content {
        padding-left: 30px;
        padding-top: 10px;
    }

    .fotorama_wrap .content h1 {

        font-size: 32px;
        font-weight: 900;
        padding-bottom: 8px;
    }

    .fotorama_wrap .content .text {
        font-size: 15px;
        line-height: 22px;
        color: #616161;

    }

    section.spac-table {
        /*            margin-top: 20px;*/
    }

    section.spac-table table th {
        background-color: #f7f7f7;
        font-size: 14px;
    }

    section.spac-table table td {
        padding-left: 22px;
        font-size: 14px;
    }

    section.spac-table table caption {
        /*            text-align: center;*/
        font-size: 15px;
    }
@media screen and (max-width: 992px) {
    .fotorama_wrap .content {
        padding-left: 0;
        padding-top: 10px;
    }

    .fotorama_wrap .content h1 {

        font-size: 24px;
        font-weight: 900;
        padding-bottom: 0;
    }

    .fotorama_wrap .content .text {
        font-size: 14px;
        line-height: 18px;
        color: #616161;

    }
}