#insights {
    background: #F7F7F7;
}
.page-insights .you-ready {
    display: none;
}
#head {
    padding-bottom: 70px;
}
#head .btn {
    width: 260px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    font-size: 17px;
    margin: 0;
}
#head .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#head .left {
    width: 550px;
    flex-shrink: 0;
}
#head  .have-account {
    font: 14px/22px Roboto;
    margin-top: 10px;
    width: 260px;
    text-align: center;
}
#head  .have-account a {
    text-decoration: underline;
}
#head .img-wrapper {
    width: 49%;
    position: relative;
}
#head .img-wrapper:after {
    content: '';
    width: 103px;
    height: 103px;
    background: url(../../img/pages/insights/badge.svg) no-repeat center center;
    position: absolute;
    top: 0;
    left: 30px;
    background-size: contain;
}
#head .description {
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 550px;
}
#head ul {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 40px;
    padding: 0;
}
#head ul li {
    list-style: none;
    padding-bottom: 8px;
    padding-left: 24px;
    position: relative;
}
#head ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #464646;
    display: inline-block;
    margin-right: 30px;
    top: 9px;
    left: 0;
    position: absolute;
}
#stats {
    background: #fff;
    padding: 65px 0;
}
#stats .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
#stats .item {
    font-weight: 300;
}
#stats .stat {
    font-size: 30px;
}
#gain h2 {
    margin: 80px 0;
}
#gain .container>img {
    float: left;
    margin-right: 100px;
}
#gain .item {
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 35px;
}
#gain .type {
    font-weight: bold;
    margin: 15px 0 10px 0;
}

@media (max-width: 1200px) {
    .page-insights .container {
        width: 100%;
    }
    #head .container {
        padding: 0 50px;
    }
    #gain .container {
        padding: 0 50px;
    }
    #gain .container>img {
        width: 420px;
        margin-right: 60px;
        margin-bottom: 100px;
    }
    #gain .item {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    #head .img-wrapper {
        display: none;
    }
    #head ul {
        text-align: left;
    }
    #stats {
        padding: 25px 0 50px 0;
    }
    #stats .container {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
    }
    #stats .item {
        flex-basis: 200px;
        margin-top: 35px;
    }
    #gain .container>img {
        float: none;
    }
    #gain .container {
        text-align: center;
    }
    #gain .container img {
        margin: auto;
    }
    #gain .group {
        margin-top: 60px;
    }
    #head .img-wrapper:after {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767px) {
    #head .left,
    #head .have-account {
        width: 100%;
    }
    #head  {
        width: 100%;
        text-align: center;
    }
    #head .description {
        font-size: 20px;
        line-height: 28px;
    }
    #head .container,
    #gain .container {
        padding: 0 15px;
    }
    #head {
        padding-bottom: 50px;
    }
    #head ul {
        margin-bottom: 30px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        background-color: #DADADA;
        width: 7px;
        height: 7px;
        border: none;
        display: block;
        border-radius: 30px;
        margin: 0 5px;
    }
    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }
    .owl-carousel .owl-dots {
        text-align: center;
        margin: 30px 0 0 0;
    }
    .owl-carousel .owl-dots .active span {
        background-color: #f57f17;
    }
    #stats {
        padding: 5px 0 40px 0;
    }
    #gain h2 {
        margin: 40px 0 30px 0;
    }
    #gain .group {
        margin-top: 30px;
    }
    #insights {
        padding-bottom: 20px;
    }
    #head  .btn {
        width: 100%;
    }
}
