.common_btn{
    color: black !important;
}
#section-1775806842490
{
    text-align: center;
}
#section-1775806842490 img
{
    max-width: 101px;
}
#section-1775806842490 h3 {
    margin-top: 20px;
    color:#9e0a2f;
    font-size: 2.5rem;
    font-weight: 600;
}
#section-1775806842490 p {
    margin-top: 15px;
}
#section-1775806927856 h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
}
#section-1775806927856 h3 span {
    color: #9e0a2f;font-size: 28px;
}
#section-1775806927856 .video-box {
  width: 100%;
  max-width: 100%;
  overflow: hidden;         /* hides video edges when rounded */
  border-radius: 20px;      /* round corners */
}

#section-1775806927856 .video-box video {
  width: 100%;
  height: 400px;
  border-radius: 20px;      /* round video itself */
  object-fit: cover;        /* optional: make sure it fills nicely */
  display: block;
}
@media (min-width: 1200px){
    .tf__event_page  .col-xl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
}