html{
    scroll-behavior: smooth;
}
.banner-item {
    /* border: 1px  solid red !important; */
    margin-left: -8rem !important;
}
.banner-item h3{
    /* border: 1px  solid red !important; */
    font-size: 3.2rem !important;
    color: #05377a;
}
.border{
    border: 1px solid red;
}
.right-arrow i{
    margin-right: 1.5rem;
}

.mry-5{
  margin: 5rem 0 !important;
}

.c-red{
    color: red !important;
    margin-bottom: 5rem !important;
  
}
.mt-2{
    margin-bottom: 2rem !important;
}

.c-black{
    color: black !important;
}