.seo_block {
    /*padding-top: 56px;*/
    margin-top: 0;
}
.seo_block__title {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 32px;
}
.seo_block__title span{
    font-weight: 700;
}
.seo_block__text {
    padding-right: 0;
}
.seo_block__text.expanded {
    max-height: none;
    -webkit-line-clamp: unset;
}

#toggleButtonReadMore {
    margin-left: auto;
    background-color: transparent;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transform: translateY(100%);
    transition: all 0.2s ease;
}

.text-container.expanded #toggleButtonReadMore {
    transform: translateY(0%);
}

@media (min-width: 576px) {
    #toggleButtonReadMore:focus {
        box-shadow: none;
    }
    #toggleButtonReadMore:hover {
        background-color: #FF9900;
        color: #fff;
    }
}
@media (min-width: 768px) {
    .seo_block {
        /*padding-top: 50px;*/
        background-color: #fff;
    }
    .seo_block__title {
        line-height: 50px;
    }
}


