.seo_wrapper {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 80px;
}

.seo_separator {
    position: absolute;
    height: 1px;
    width: 100%;
    margin: 0;
    left: 0;
    border-color: #F2F2F2;
}

.first_seo_section {
    padding-top: 80px;
}

.second_seo_section {
    margin-top: 40px;
}

.first_seo_section p {
    margin-bottom: 0;
}

.seo {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in;
}

.seo.open {
    max-height: 1300px;
    transition: max-height 300ms ease-in;
}

.seo_title {
    letter-spacing: 0.3px;
    font-size: 20px;
    font-family: empikProBold;
    padding: 0;
}

.seo_description {
    font-family: empikProRegular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
    color: #575757;
}

.fourth_seo_section .seo_description {
    font-family: empikProRegular;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 0.4px;
    color: #575757;
}

.more_seo_container {
    padding-bottom: 80px;
}

.more_seo {
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    font-family: empikProBold;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    margin: 1em 0;
}

.more_seo:hover {
    color: #333333;
}

@media screen and (max-width: 1220px) {
    .seo_wrapper {
        padding: 0 32px;
    }
}

@media screen and (max-width: 800px) {
    .seo_wrapper {
        padding: 0 16px;
        margin-top: 40px;
        margin-bottom: 0;
        clear: both;
    }

    .seo_description {
        text-align: justify;
    }

    .first_seo_section {
        padding-top: 40px;
    }

    .more_seo_container {
        padding-bottom: 40px;
    }
}