﻿@charset "utf-8";
body{
    background-color: #111215;
}

.richtext{
    margin-top: 50px;
    margin-bottom: 30px;
}

.richtext p{
    color: #fff;
}


/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}