.consultation-section {
    padding: 20px 15px;
    background: linear-gradient(to bottom, #e24d38 0%,#a72f1d 100%);
    color: #fff;
    font-size: 18px;
}
.consultation-box{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

.consultation-bt {
    max-width: 450px;
    display: inline-block;
    padding: 20px 70px;
    color: #fff;
    text-decoration: none;
    margin: 15px auto;
    cursor: pointer;
    white-space: normal;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    background: #ffae00;
    background: -moz-linear-gradient(top, #ffae00 40%, #ea9801 60%);
    background: -webkit-linear-gradient(top, #ffae00 40%, #ea9801 60%);
    background: linear-gradient(to bottom, #ffae00 40%, #ea9801 60%);
    border: 0;
    border-bottom: 4px solid #c38205;
}
.consultation-bt:hover {
    color: #fff;
    background: #ffbf11;
    background: -moz-linear-gradient(top, #ffbf11 40%, #fba912 60%);
    background: -webkit-linear-gradient(top, #ffbf11 40%, #fba912 60%);
    background: linear-gradient(to bottom, #ffbf11 40%, #fba912 60%);
}

#content-page{padding-top: 50px}

.right-arrow{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.left-arrow{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
