@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .payment-portal-info{
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    
    .payment-portal-info__border-mid{
        padding: 24px 0;
        margin: 24px 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

    .notification-card{
        flex-wrap: wrap;
    }
    .notification-card__btns{
        flex-direction: column;
        width: 100%;
    }
    .notification-card__btns .btn{
        width: 100%;
    }
}

@media (max-width: 575.98px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
