﻿@media (max-width:991px) {
    .text-center-sm {
        text-align: center !important;
    }

    .p-mt-10 {
        margin-top: -15px !important;
    }
}

@media (max-width:767px) {
    .text-center-sm {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .br-right {
        border-right: 3px solid #6c6c6c;
        max-height: 150px;
    }
}
