.title-bar .btn-next{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    color: #545A62;
}
.btn-next-bot{
    color: #545A62;
    padding-bottom: 30px;
}
.title-bar .btn-next:hover, 
.btn-next-bot:hover{
    text-decoration: none;
    color: #545A62;
}
.title-bar{
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -20px;
}
.title-bar img, .btn-next-bot img{
    width: 20px;
    margin-top: -3px;
}
@media only screen and (max-width:767px){
    .col-12.text-center {
        padding: 5px;
        margin-bottom: 20px;
    }
}