.product_seo_container {
    display: flex;
    flex-direction: column;
}

.product_seo_separator {
    margin: 60px 0;
}

.seo_header {
    font-family: empikProBold;
    margin-bottom: 16px;
}

.seo_header h2 {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
}

.seo_content {
    display: flex;
}

.seo_content div:first-child {
    margin-right: 100px;
}

.seo_column {
    max-width: 504px;
    color: #575757;
    font-family: empikProRegular;
}

.seo_column p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.seo_column :first-child {
    margin-bottom: 20px;
}

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

@media screen and (max-width: 800px) {
    .product_seo_separator {
        margin: 40px 0;
    }
    .product_seo_container {
        padding: 0 16px;
    }
    .seo_content div:first-child {
        margin-right: 50px;
    }
}

@media screen and (max-width: 600px) {
    .seo_content {
        flex-direction: column;
    }
    .seo_content div:first-child {
        margin: 0 0 60px 0;
    }
}