.hero {
    background-image: url(../images/bg-image-research.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-research {
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--black) !important;
    background-color: white;
    transition: background-color 0.24s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 1px 1px 0px 0px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8), 1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0), -6px 6px 0px 0px rgb(0 0 0);
    -webkit-box-shadow: 1px 1px 0px 0px rgb(8 8 8), -1px -1px 0px 0px rgb(8 8 8), 1px -1px 0px 0px rgb(0 0 0), -1px 1px 0px 0px rgb(0 0 0), -6px 6px 0px 0px rgb(0 0 0);
    -moz-box-shadow: 1px 1px 0px 0px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8), 1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0), -6px 6px 0px 0px rgba(0, 0, 0, 1);
    position: relative;
}

.btn-research:hover {
    background-color: rgb(215, 224, 228);
    ;
    box-shadow: 1px 1px 0px 0px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8), 1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0), -3px 3px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 1px 1px 0px 0px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8), 1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0), -3px 3px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 1px 1px 0px 0px rgb(8, 8, 8), -1px -1px 0px 0px rgb(8, 8, 8), 1px -1px 0px 0px rgb(0, 0, 0), -1px 1px 0px 0px rgb(0, 0, 0), -3px 3px 0px 0px rgba(0, 0, 0, 1);
    top: 2px;
    left: -3px;
}

.container-cc-narrow {
    width: 85%;
    max-width: 55em;
    margin: 0 auto;
}

p {
    margin-bottom: 1.5rem;
}

.topquote {
    font-size: 1.2rem;
    max-width: 600px;
}

.fund-box {
    background-color: rgb(0, 109, 133);
    background-image: url("/images/bluebg.png");
    background-size: cover;
    background-position: top right;
}


.vip-box {
    background-color: rgb(0, 109, 133);
    background-image: url("/images/redbg.png");
    background-size: cover;
    background-position: top right;
}

.pricing-img {
    width: 220px;
}

.box-head-ticket {
    display: flex;
    gap: 10px;
}

.box-head-ticket .icon {
    width: 30px;
}

.date {
    max-width: 200px;
}

@media only screen and (max-width: 54em) {
    .date {
        margin: 0 auto;
    }

}

@media only screen and (max-width: 420px) {
    .hero-item h2 {
        font-weight: 400;
    }

    .mobile-no-pb.py-3 {
        padding-bottom: 0;
    }

    .mobile-no-px {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-no-pl {
        padding-left: 0;
    }

    .mobile-py-2 {
        padding-left: 2em;
        padding-right: 2em;
    }
}