/* Section 2 */

.s2 {
    padding: 83.2px 0 93.3px;
}

.s2-subject-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.87;
    text-transform: uppercase;
    color: #0F3057;
}

.s2 .s2-address-city {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    margin-top: 12px;
}

.s2 .s2-address-street {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.07;
    color: #000000;
}

.s2-more-btn {
    margin-top: 40px;
    margin-left: 80px;
}

.s2-more-btn-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3057;
}

.s2-more-btn-link svg {
    vertical-align: middle;
    margin-left: 4px;
}

.s2 .s2-address {
    margin: 15.3px 0 32px;
}

.s2-big-border-left {
    height: 1px;
    background-color: #C2A99D;
}

.s2 .s2-left-info {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    margin: 25px 0;
    justify-content: center;
}

.s2-left-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    overflow: hidden;
}

.s2-left-info-item:not(:last-child) {
    border-right: 1px solid #C2A99D;
}

.s2-left-info-item1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3057;
}

.s2-left-info-item2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3057;
    margin-top: 13.49px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-right-info-item1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3057;
    display: block !important;
}

.s2-right-info-item2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #0F3057;
    margin-top: 2px;
}

.s2-right-info-item {
    padding: 16px 0;
}

.s2-right-info-item:not(:last-child) {
    border-bottom: 1px solid #C2A99D;
}

.s2-title {
    margin-top: 56px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.87;
    text-transform: uppercase;
    color: #0F3057;
}

.s2-desc {
    margin-top: 8px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}


/* Mobile version */

#s2-mobile-table-left {
    display: none;
}

#s2-mobile-table-left .s2-left-info {
    margin: 16px 0;
}

#s2-mobile-table-left .s2-left-info-item {
    width: 33.33%;
}