.main-footer{
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

.main-footer span{
    color: #f7941d;
}

.main-footer .hightlight{
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.cta-footer{
    text-align: center;
}
.cta-footer a{
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    min-width: 300px;
    text-align: center;
    padding: 10px;
    line-height: 33px;
    height: 50px;
    border: 1px solid #f7941d;
    border-radius: 10px;
    margin: 0 10px;
}

.cta-footer-1{
    background: #f7941d;
}

#footer{
    padding-bottom: 54px;
    padding-top: 40px;
    position: relative;
}

@media only screen and (max-width : 768px) {
    #footer:after{
        content: " ";
        width: 250px;
        height: 1px;
        background: #ffa608;
        position: absolute;
        top: 31px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #footer{
        padding-top: 50px;
    }
    .cta-footer a{
        margin: 5px 0;
    }
    .main-footer span{
        font-weight: bold;
    }
}





