@media only screen and (max-width: 768px) {
    .swiper{
        display: none !Important;
    }
}

.upcoming {
    background: #001441;
    z-index: 5
}
.upcoming .p-2:nth-child(even) {
    background: none;
}
.upcoming .highlighted {
    background: none;
}

.p-2 {
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.border-radius-5 {
    min-height: 365px;
    border-radius: 0px;
    
}
.border-gold {
    position: relative;
    z-index: 6
}
.border-gold:after, .border-gold:before {
    content: "";
    position: absolute
}
p {
    margin: 0;
    font-size: 16px
}
.mb-0 {
    line-height: 18px
}

.text-blue {
    color: #5e72e4!important;
    font-weight: 700;
    font-size: 18px;
}
.col-md-6{
    padding-bottom: 30px;
}
body h4{
    margin: unset;
}
.col-footer-4{
    flex: 0 0 auto;
        width: auto;
}

img, video, object, embed {
max-width: 100%;    
height: auto;
overflow:hidden !important;
}

iframe{
    overflow: hidden;
}     
iframe::-webkit-scrollbar {
    display: none;
}





