﻿.rc-banner {
    height: 400px;
    width: 100%;
    background-image: url("/assets/images/Refund.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*
    .tc-banner img {
        height: 100%;
        object-fit: cover;
    }*/

.rc-title {
    color: #1a237e;
    letter-spacing: 2px;
}
