h2.sofia-logo {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0;
}

.ph-caption {
    padding: 0 50px;
}

.ph-caption-title {
    line-height: 1;
}

.tt-header-col a {
    color: black;
}

.tt-header-inner .line {
    background: #0000005c;
}

.social-buttons > ul > li svg path {
    fill: black;
}

.ui-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 0 25px;
    padding-top: 50px;
}

.ui-blocks > .tt-section {
    width: 45%;
    padding-top: 0;
}

.ui-blocks > .tt-section:nth-child(2n) {padding-left: 80px;border-left: 1px solid black;width: 55%;}

.ui-blocks > .tt-section .tt-heading-title {
    font-size: 32px;
}

@media screen and (max-width: 1024px){
    .ui-blocks {
        flex-direction: column;
        gap: 50px;
        margin-top: 60px;
    }

    .ui-blocks > .tt-section {
        width: 100%;
        padding: 0;
    }

    .ui-blocks > .tt-section:nth-child(2n) {
        padding: 0;
        border: none;
    }
}