 .section1 {
    background: url(../images/background.jpg) top #0A0D0A no-repeat;
    padding: 50px 0;
    background-size: contain;
    }
 .section1 h1, .section1 h2 {
    color: white;
    font-size: 50px;
    }
 .section1 h2 {
    letter-spacing: -2px;
    padding-top: 10px;
    }
 .section1 h3 {
    font-size: 30px;
    color: white;
    padding: 0 0 40px 0;
    }
 .section1 h4 {
    font-size: 20px;
    }
 .section1 .million-img {
    background-image: url(../images/3_5_millions.svg);
    min-width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    }
 .section1 .terms {
    font-size: 12px;
    color: #6A6A6A;
    }
 .section1 .btn-u {
    padding: 15px 13px;
    font-size: 17px;
    min-width: 250px;
    text-transform: uppercase;
    }
 .section1 .coins {
    display: table;
    width:100%;
    }
 .section1 .bottom {
    float: none;
    display: table-cell;
    vertical-align: bottom;
    }

 .coins p {
    color: white;
    font-size: 25px;
    padding-top: 20px;
    }
 .section1 .coins img {
    width:80px;
    margin: auto;
    }
 .section1 .fa-sm {
    font-size: 17px;
    }
 .margin-x{
    margin-left: auto;
    margin-right: auto;
    }
 .section1 .box{
    background-color: #202020;
    min-height: 380px;
    padding: 15px;
 }

 .section1 .box h3 {
    width: auto;
    padding: 18px 0 0 20px;
 }
 .boxes p {
    position: relative;
    }
 .section1 .boxes .box img {
    width: 200px;
    z-index: 10;
 }
 .box p {
    font-size: 18px;
    color: white;
    }

 @media (max-width: 992px) {
    .section1 .box {
        min-height: 400px;
        }
    }

 @media (max-width: 767px) {
    .section1 h1, .section1 h2 {
        font-size: 40px;
        }
    .section1 .million-img {
        background-image: url(../images/3_5_millions_mob.svg);
        }
    .section1 h2 {
        line-height: initial;
        }
    .section1 .bottom {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
        }
    .section1 .box {
        margin-bottom: 20px;
        min-height: 100%!important;
        }
    .section1 .boxes .box img {
        width: 150px;
        }
    }
