

* {
    outline: none !important;
}



.h2-border {
    border-left: 6px solid #c9305f;
    padding-left: 9px;
}

.banner-img {
    background-image: url('https://res.cloudinary.com/dievvn2hg/image/upload/v1640234238/bannerimg_y2wvtt.jpg');
    /*  margin-top: 6.9rem;*/
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-position: center;
    background-size: cover;
    text-transform: uppercase;
    color: #fff;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.color-yellow {
    color: #efae20;
}

.color-pink {
    color: #c9305f;
}

.color-white {
    color: #fff;
}

.box {
    max-width:500px;
    width:100%;
/*    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;*/
    box-shadow: 1px 1px 20px #eee;
    padding:1rem;
    margin-bottom: 1rem;
}

.box img{
    width: 100%;
}

.td-bg {
    color: white;
    background-color: #c9305f;
}

.tr-bg {
    background-color: #eae7e8;

}