.content-home {    font-family: "Ubuntu",Sans-serif;}.content-home h2 {    color: #0d1f3a;    font-family: "Fira Sans",Sans-serif;    font-size: 33px;    /*margin: 2em 0 1em;*/}.content-home .h2-text h2 {    text-align: center;    margin: 100px 0 80px;}.content-home .stats-wrapper {    display: flex;    margin-bottom: 50px;}.content-home .stats-wrapper .stat-item {    width: 23%;    text-align: center;    padding: 50px 10px;    margin: 1%;    border-radius: 15px;}.content-home .stats-wrapper .stat-item:hover {    box-shadow: 0 0 30px rgba(0,0,0,0.2);}.content-home .stats-wrapper .stat-item h1 {    color: #e22200;    font-size: 60px;    font-weight: 600;    font-style: normal;    line-height: 1em;    letter-spacing: 1px;}.content-home .contant-background {    background-image: url('../../../uploads/sites/2/2020/04/how-to-start_bg.jpg');    background-position: top;    background-size: cover;    padding-top: 100px;    padding-bottom: 100px;}.content-home .container-contact {    text-align: center;    border-radius: 20px;    box-shadow: 0 0 20px rgba(0,0,0,0.2);    padding: 40px 80px;    background-color: #fff;}.content-home .container-contact .items {    display: flex;    position: relative;    margin: 50px 0;}.content-home .container-contact .items:before {    position: absolute;    content: '';    background-image: url(../../../uploads/sites/2/2020/04/dots.png);    background-size: contain;    background-position: top;    top: 10px;    left: 15%;    width: 70%;    height: 300px;    background-repeat: no-repeat;    z-index: 0;}.content-home .container-contact .items .item {    width: 25%;    text-align: center;    padding: 20px;    z-index: 1;}.content-home .container-contact .form {    margin-bottom: 30px;}.content-home .advantages {    text-align: center;}.content-home .advantages .items {    display: flex;    flex-wrap: wrap;}.content-home .advantages .items .item {    width: 30%;    margin: 0 0.5%;    padding: 50px;    color: #009ded;    text-align: center;    border-radius: 20px;}.content-home .advantages .items .item:hover {    box-shadow: 0 0 20px rgba(0,0,0,0.2);}.content-home .additional-advantages h2 {    text-align: center;}.content-home .additional-advantages {    font-family: "Ubuntu",Sans-serif;    font-size: 18px;    font-weight: 500;}.content-home .additional-advantages .item i {    color: #009ded;    margin-right: 25px;}.content-home .usefulness h2 {    text-align: center;}.content-home .usefulness .items {    display: flex;    flex-wrap: wrap;}.content-home .usefulness .items .item {    width: 48%;    margin: 1%;    border-radius: 20px;    box-shadow: 0 0 20px rgba(0,0,0,0.2);    padding: 70px;    font-size: 19px;}.content-home .usefulness .items .item p {    margin: 1em 0;}.content-home .usefulness .items .item .solution {    color: #009ded;}.content-home .usefulness .items .item .solution i {    margin-right: 15px;}.content-home .testimonials h2 {    text-align: center;}.content-home .license h2 {    text-align: center;}.banner-slider-mobile {    display: none;}@media screen and (max-width: 1000px) {    .content-home .stats-wrapper {        flex-wrap: wrap;    }    .content-home .stats-wrapper .stat-item {        width: 48%;    }}@media screen and (max-width: 800px) {    .content-home .stats-wrapper .stat-item {        width: 48%;    }    .content-home .stats-wrapper .stat-item h1 {        font-size: 30px;    }    .content-home .container-contact .items {        flex-wrap: wrap;    }    .content-home .container-contact .items:before {        display: none;    }        .content-home .container-contact .items .item {        width: 50%;        margin-bottom: 30px;    }    .content-home .usefulness .items .item {        width: 98%;    }    .content-home .advantages .items .item {        width: 48%;        padding: 20px;    }    .content-home .container-contact {        padding: 40px 30px;    }}@media screen and (max-width: 480px) {    .banner-slider {        display: none;    }    .banner-slider-mobile {        display: block;    }    }