.about-us-primary-text {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: .08em;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.about-us-secondary-text {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .03em;
    line-height: 1em;
    text-transform: none;
    color: #adadad;
    text-align: center;
}

.about-us-secondary-text a {
    text-decoration: none;
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,0,0,.3);
}

.about-us-secondary-text a:hover {
    opacity: 0.5;
}

.testimonial {
    background: url("../img/about_us/about-us-bg.47d69409fadf.jpg") no-repeat;
    background-size: cover;
    min-height: 50vh;
    width: 100%;
}

.testimonial .sqs-block-content {
    padding-left: 15%;
    margin-top: 200px;
    border-left: 1px solid #fff;
}

.testimonial .sqs-block-content .testimonial-text {
    font-family: bebas-neue;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    letter-spacing: .03em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
}

.testimonial-sign {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .03em;
    line-height: 1em;
    text-transform: none;
    text-align: right;
    color: #fff;
}

.press-info-title {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .03em;
    line-height: 1em;
    text-transform: none;
    color: #adadad;
}

.press-info-text a {
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    transition: border-color .15s ease-out,color .15s ease-out;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    letter-spacing: .08em;
    line-height: 1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
}

@media (max-width: 768px) {
    .press-info-text a {
        border: none;
    }
}

.press-info-text a:hover {
    color: rgba(255,255,255,.6);
    border-bottom-color: rgba(255,255,255,.15);
}
