.mb-3{
 margin-bottom: 30px!important;
}

.img-resize {
   max-width: 100%;
   border-radius: 6px;
   width: 100%;
   max-height: 400px;
   object-fit: contain;
}

.position-relative {
    position:relative;
}

.mt-6 {
    margin-top:60px;
}

.white-text {
    color: #fff;
}

.m-auto {
    margin: auto;
}
