.contact-us-form-container {
    width: 100%;
    height: auto;
    background: #DC143C;
}

.text-align {
    text-align: center;
}

.white-btn {}

.contact-submit-btn {
    margin-top: 24px;
    text-align: center;
    padding-bottom: 24px;
}

.contact-btn {
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
}

input {
    border-radius: unset !important;
}

.branding-img-container {
    max-width: 650px;
    max-height: 534px;
}

.branding-img-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.text-25 {
    font-size: 25px;
}

.latest-news-event-main-container {
    height: 100%;
    background: #F1F1FF;
}

.side-news-event-main-container {
    margin-bottom: 74px;
    text-align: center;
    /* max-width: 290px; */
    margin-left: auto;
    margin-right: auto;
}

.side-news-event-single-read-more-container {
    position: absolute;
    bottom: -43px;
    right: 0px;
    font-size: 18px;
    font-weight: 600;
    width: 168px;
    background: #ffffff;
}

.news-event-page-content {
    margin-bottom: 72px;
}

.gallery-img-container {
    max-width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-item-group {
    justify-content: center;
    flex-wrap: wrap;
}

.tab-item {
    padding: 0 48px;
}

.tab-nav-active a {
    color: #DC143C;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.custom-connect-previous {
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 8px 32px;
    color: #DC143C;
    border: 2px solid #DC143C;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.custom-connect-next {
    background-color: #DC143C;
    display: inline-block;
    text-align: center;
    padding: 8px 56px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #DC143C;
}
.pagination-btn-container{
    justify-content: center;
}
.pagination-btn{
    margin-left: 32px;
}