::selection{
    background-color: #0c54a0 !important;
}

.border-left-box{
    border-right : 3px solid #0c54a0;
}

.box-right-padding{
    padding-left: 3rem !important;
}

@media (max-width: 768px){
    .border-left-box{
        border-right : none;
    }

    .box-right-padding{
        padding-left: 0rem !important;
    }
}