#hero{
    padding: 50px 0;
}

#hero .click{
    margin-top: 40px;
}

@media(max-width:576px){
    #hero .btn-yellow{
        margin-bottom: 20px
    }
}

#reviews{
    padding: 50px 0;
}

#reviews .inner{
    border: 1px solid #F4BF00;
    border-radius: 5px;
    padding: 20px;
}

#reviews .content{
    margin-bottom: 50px
}

#reviews .name{
    font-weight: 700;
    font-size: 25px;
    text-align: right
}

#reviews .job{
    font-size: 16px;
    font-weight: 700;
    text-align: right
}

#reviews .inner img{
    width: 45px;
}

#reviews .icon{
    margin-bottom: 20px
}

#reviews .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#reviews .bottom img{
    width: 120px
}

#reviews .company{
    font-size: 20px;
}