*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

body{
    background: #080808;
    color: #fff;
}

.container{
    padding: 0px 10% 20px 10%;   
}

.logo{
    width: 140px;   
}

.sub-title{
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.title{
    padding-top: 60px;
    padding-bottom: 30px;
}

.text{
    color: #ababab;
    line-height: 1.6;
}


.image a img{
    width: 50%;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.image{
    padding: 30px;
}

.image p{
    color: #ababab;
    text-align: center;
    padding: 4px;
}


ol{
    list-style-position: inside;
}

ol li{
    color: #fff;
    font-weight: 400;
}

ul{
    list-style-position: inside;
}

ul li{
    line-height: 2.1;
}
