#hero{
    padding: 88px 0;
    background: #090909;
}
#hero h1{
    color: #fff;
    text-align: center;
    font-size: 37px;
    line-height: 44px;
    margin-bottom: 20px;
}
#hero p{
    text-align: center;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

#header{
    padding: 50px 0;
}

#header .content{
    text-align: center;
}

#header h2{
    margin-bottom: 20px;
}

#header .click{
    margin-top: 40px;
}

#header .btn{
    margin: 0 auto;
    display: block;
    width: fit-content;
}

#pricing{
    background: #FFF5EB;
    padding: 50px 0 0;
}

#pricing .row{
    justify-content: center;
}

#pricing h3{
    font-size: 27px;
    margin-bottom: 20px;
}

#pricing .wrap{
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#pricing .inner{
    padding: 0 25px;
}

#pricing .title{
    color: #4D4D4D;
}

#pricing .price{
    color: #4D4D4D;
}

@media(max-width:991px){
    #pricing .inner{
        padding: 0;
    }
}