.webstorm-level #bi-page-s #main_content{
max-width: 100%!important;
padding:0px!important;
}
.webstorm-level #bi-page-s #main_content #container_2 {
    flex: 100%!important;
    max-width: 100%!important;
}



@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
}

.container .h1, .container h1{
font-family: "Share Tech", sans-serif;
    font-size: 6rem!important;
    line-height: 7.2rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
}

.container .h2, .container h2 {
 font-family: "Lekton", monospace;
    font-size: 3rem!important;
color: #080C32;
    font-weight: 600;
    letter-spacing: -0.1rem;
}

.container .h3, .container h3 {
 font-family: "Lekton", monospace;
    font-size: 2rem!important;
    font-weight: 600;
color: #0068b3;
}

.container .h4, .container h4 {
 font-family: "Lekton", monospace;
    font-size: 1.8rem!important;
    font-weight: 400;
color: #080C32;
}

.container .h5, .container h5, .container p {
 font-family: "Lekton", monospace;
    font-size: 1.5rem!important;
    font-weight: 400;
    display: inline-block;
color: #080C32;
}
