main {
    padding: 0 !important;
    margin: 0 !important;
}

.fusion-row {
    max-width: 100% !important;
}

.stat-cards span.h1 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
}

.stat-cards .stat-card h5 {
    margin-top: 0px;
}

.stat-cards .stat-card {
    padding-left: 20px;
        padding-right: 20px;
}

@media (min-width: 1280px) {
    .stat-cards .stat-card {
        width: 23.076923077%;
    }
}

@media (min-width: 767px) {
    .stat-cards {
        display: flex !important;
        justify-content: space-between;
        flex-direction: row;
    }

    .stat-cards span.h1 {
        font-size: 78px;
    }
    .stat-cards .stat-card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .stat-cards .stat-card {
        width: 100%;
    }
}


@media (min-width: 1280px) {
    .hero-banner h1 {
        width: 31%;
        font-size: 30px;
        font-weight: bold !important;
        margin-bottom: 50px;
    }
}

.description-sec .desc,
.description-sec .desc h1,
.description-sec .desc h2,
.description-sec .desc h3,
.description-sec .desc h4
 {
    font-size: 30px !important;
    font-weight: normal !important;
}

.description-sec .image {
    text-align: center;
}

.about-cards .card{
    padding: 40px 20px;
}

.about-cards .card a {
    font-weight: bold;
    color: #0c5394;
}

@media (min-width: 767px) {
    .about-cards .flex-blocks:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}

.cds-inline-video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  object-fit: cover;
}

.cds-inline-video::-internal-media-controls-download-button {
  display: none !important;
}
.cds-inline-video::-webkit-media-controls-enclosure {
  overflow: hidden !important;
}
.cds-inline-video::-webkit-media-controls-panel {
  display: flex !important;
  justify-content: space-between !important;
}

.red-btn {
    width: fit-content !important;
    margin: auto;
    cursor: pointer;
}

.red-btn span {
    font-size: 16px !important;
}
