.trading_regulations {
    width: 1000px;
    margin: 0 auto;
}
.trading_regulations div{
    margin-bottom: 60px;
}
.trading_regulations h2{
   font-size: 25px;
   font-weight: bold;
   text-align: center;
   margin-top: 50px;
}
.trading_regulations h3{
   font-size: 20px;
   font-weight: bold;
   margin-top: 30px;
}
.trading_regulations h4{
   font-size: 17px;
   font-weight: bold;
   margin: 40px 0 10px;
}
.trading_regulations p{
   font-size: 15px;
   margin-bottom: 15px;
   text-indent: -2.5em;
   padding-left: 2.5em;
}
.trading_regulations p span{
   display: block;
   margin-left: 10px;
   margin-top: 10px;
   font-size: 15px;
   text-indent: -2em;
   padding-left: 2em;
}

.trading_regulations p.no-indent{
   text-indent: 0;
   padding-left: 0;
}

@media (max-width:1050px) {
    .trading_regulations {
        width: 90vw;
        margin: 0 auto;
    }

    .trading_regulations p span{
       margin-left: 5px;
    }

}
