#fotorama-wiz {
    margin: 0 auto;
    text-align: center;
}

.fotorama__img {}

.text img {
}

#fotorama-wiz {
    padding: 15px 15px;
    margin-bottom: 50px;
    background: #fff;
}
.fotorama__nav {
    padding-top: 15px;

}
.fotorama_wrap {
    /*        margin-bottom: 20px;*/
}

.fotorama_wrap .content {
    padding-left: 30px;
    padding-top: 30px;
}

.fotorama_wrap .content h1 {
    font-size: 38px;
    font-weight: 900;
    padding-bottom: 12px;
    color: #000;
}

.fotorama_wrap .content .text {
    font-size: 16px;
    line-height: 25px;
    color: #808080;
    font-weight: 400;

}

section.spac-table {
    /*            margin-top: 20px;*/
}

section.spac-table {
    margin-top: 30px;
}
section.spac-table table {
    border-top: 2px #000 solid;
    border-bottom: 1px #ddd solid;
}
section.spac-table table th {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight:600;
    color: #000;
}

section.spac-table table td {
    padding-left: 22px;
    font-size: 16px;
}

section.spac-table table caption {
    /*            text-align: center;*/
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
   
    section.spac-table {
        margin-top: 15px;
    }
    .fotorama_wrap .content {
        padding-left: 0;
        padding-top: 10px;
    }

    .fotorama_wrap .content h1 {

        font-size: 24px;
        font-weight: 900;
        padding-bottom: 0;
        padding-top: 0;
        
    }

    .fotorama_wrap .content .text {
        font-size: 14px;
        line-height: 18px;
        color: #616161;

    }
    section.spac-table table th {
        background-color: #f7f7f7;
        font-size: 13px;
        font-weight:600;
        color: #000;
    }

    section.spac-table table td {
        padding-left: 19px;
        font-size: 13px;
    }
}