/** {*/
/*    box-sizing: border-box;*/
/*  }*/
.seoContainer{
    width: 100%;
    max-width: 1366px;
    display: flex;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: auto;
    background-color: transparent;
    color: #F3F3F3;
    padding: 10px;
    flex-direction: column;
    margin-top: 40px;
}
.seoMain {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.seoMain-title {
    font-family: 'bebas-neue-pro', sans-serif; 
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
    text-transform: uppercase;
    border-left: 5px solid #F73535;
    padding-left: 5px;
}
.seoMain span {
    width: 10px;
    height: 100%;
}
.seoMain span {
    width: 4px;
    height: 28px;
    background-color: #FA3636;
    margin-right: 5px;
}
.seoMain-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 29px;
}
.seoMain-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: 'Montserrat';
}
.seoMain-infoHide {
    margin-top: 20px;
    display: none;
}
.seoMain-infoHide.show {
    display: block; 
}
.seoMain-info button {
    margin-top: 20px;
    background: none;
    border: none;
    color: inherit;
    width: fit-content;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
}

  
/*** RESPONSIVE DESIGN ***/

/* Mobiles */
@media only screen and (max-width: 320px) {
    .seoContainer{
        margin-top: 15px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .seoContainer{
        margin-top: 25px;
    }
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {  

}

/* Laptop */
@media only screen and (min-width: 992px) and (max-width: 1365px) {}
@media only screen and (min-width: 1366px) {}