.t-section__topwrapper {
    margin-bottom: 0 !important;
}

.t-section__title {
    margin-bottom: 0 !important;
}

.t102__descr {
    padding: 0;
}

#allrecords ul {
    text-align: left;
}

.t589__container {
    display: flex !important;
    flex-direction: column;
}

.t589__col:nth-of-type(2) {
    order: -1;
}

.t075__img {
    margin-bottom: 0 !important;
}

.t075__wrappercenter {
    padding: 0;
}

.t075__title div {
    text-align: center !important;
}


@media (min-width: 960px) {
    .t589__container {
        flex-direction: row;
    }
    
    .t589__col:nth-of-type(2) {
        order: 0;
    }
    
    .t-section__title.t-title_xs,
    .t120__title.t-heading.t-heading_sm div,
    .t164__title.t-heading.t-heading_sm div,
    .t056__title.t-name.t-name_xl div{
        font-size: 85px !important;
        margin-bottom: 20px !important;
    }
}