p {
    
    color: #4a4a4a;
}
.btn__cta{
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    width: auto;
    padding: 0 1rem;
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff!important;
}
.btn__cta:hover{
        display: block;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.151) !important;
    color: #fff !important;
    border-color: #fff!important;
}
ul.camag-list li:before {
    margin-left: -25px !important;
}
ul.camag-list{
    margin-left: 25px !important;
}
.book-img {
    width: 75px;
}

.app-item .service__title {
    margin-top: 124%;
}

.brouchure-button{
    justify-content: end;
}

@media (max-width: 767px){
.horizontal-scroll {
    display: flex;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 2rem;
    justify-content: start !important;
}

.brouchure-button{
    justify-content: center;
}

.horizontal-scroll .app-list{
    width: 90%;
    min-width: 80%;
}

.text-xs-center{
    text-align: center;
    margin-bottom: 1rem !important;
}
}