/* Seo section */
.section-seo {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.section-seo .container {
    position: relative;
    z-index: 2;
}

.section-seo svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(180deg);
}

.max-lines {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 220px;
    line-height: 1.8em;

}

.section-seo__description {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.max-lines._active {
    max-height: 800px;
    overflow-y: auto;
}

.section-seo__description p {
    margin-bottom: 15px;
}

.more-link {
    display: flex;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}

.section-seo a {
    display: inline-block;
    color: red;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.section-seo a:hover {
    text-decoration: underline;
}

.section-seo ol,
.section-seo ul {
    font-size: 16px;
    line-height: 1.4;
}

.section-seo h1,
.section-seo h2,
.section-seo h3,
.section-seo h4,
.section-seo h5,
.section-seo h6 {
    margin-bottom: 20px;
}

.section-seo h2 {
    font-size: 30px;
}

.section-seo h3 {
    font-size: 26px;
}


.section-seo p{
    margin-bottom: 15px;
}