@charset "UTF-8";

#wrapper .section-info .info-content a.opac {
    display: inline;
}

#wrapper .section-topics-inner {
    margin-bottom: 100px;
}

#wrapper .topics-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 35px;
}

#wrapper .topics-images {
    width: 540px;
}

#wrapper .topics-images img {
    width: 100%;
    margin-bottom: 20px;
}

#wrapper .topics-info {
    width: calc(100% - 575px);
}

#wrapper .topics-info.no-images {
    width: 100%;
}

#wrapper .topics-info p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

#wrapper .topics-info-btn-wrap {
    margin-top: 70px;
}

#wrapper .topics-btn {
    display: block;
    margin: 0 auto 32px;
    width: 400px;
    background-color: #f08000;
    color: #fff;
    font-size: 33px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 29px 20px 30px;
    border: 5px #f4a45c solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 15px;
}

#wrapper .topics-info.no-images .topics-info-btn-wrap .topics-btn {
    margin: 0 0 32px auto;
}