.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: transform 1.5s ease-in-out;
}
.section-1{
    padding: 40px 7% 40px 7%;
}
.section-1 .h2-title{
    font-size: 18px;
  width: 100%;
  line-height: 1.4;
  margin: 0;
  font-family: 'PoppinsRegular';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #0081fb;
}
.section-1 .h2-title a {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}

.section-2 {
  padding: 0 0 40px 0;
}
.section-2-row{
    display: flex;
    padding-left: 7%;
}
.section-2-row-left{
    width: 50%;
  padding: 6%;
  display: flex;
  align-items: center;
  background: #eff1f2;
}
.section-2-row-left h2{
    font-size: 24px;
  font-family: 'PoppinsBold';
    margin: 0 0 10px 0;
    line-height: 1.6;
    width: 100%;
    color: #0081FB;
}
.section-2-row-left p{
font-size: 14px;
  margin: 0;
  line-height: 1.6;
  width: 100%;
  margin: 0 0 15px 0;
}
.section-2-row-left button, .section-2-row-left button:hover, .section-2-row-left button:focus, .section-2-row-left button:active{
    background: transparent;
  border: 0;
  padding: 0;
  color: #222;
  font-weight: bold;
  font-size: 14px;
}
.section-2-row-right{
    width: 50%;
    position: relative;
}
.section-2-row-right .carousel, .section-2-row-right .carousel .carousel-inner, .section-2-row-right .carousel .carousel-inner .carousel-item{
    height: 100%;
}
.section-2-row-right-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 1.5s;
}
.section-2-row-right:hover .section-2-row-right-layer {
  background: rgba(0, 0, 0, 0);
}
.section-2-row-right img{
    width: 100%;
    height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-2-row {
        padding-right: 7%;
        flex-wrap: wrap;
    }
    .section-2-row-left {
        width: 100%;
        order: 2;
    }
    .section-2-row-right {
        width: 100%;
        order: 1;
    }
    .section-2-row-left h2 {
        font-size: 18px;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-2-row {
        padding-right: 7%;
        flex-wrap: wrap;
    }
    .section-2-row-left {
        width: 100%;
        order: 2;
    }
    .section-2-row-right {
        width: 100%;
        order: 1;
    }
    .section-2-row-left h2 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .section-2-row {
        padding-right: 7%;
        flex-wrap: wrap;
    }
    .section-2-row-left {
        width: 100%;
        order: 2;
    }
    .section-2-row-right {
        width: 100%;
        order: 1;
    }
    .section-2-row-left h2 {
        font-size: 18px;
    }
}

.section-3 {
  padding: 0 0 40px 0;
}
.section-3-row{
    display: flex;
    padding-right: 7%;
}
.section-3-row-right{
    width: 50%;
  padding: 6%;
  display: flex;
  align-items: center;
  background: #eff1f2;
}
.section-3-row-right h2{
    font-size: 24px;
  font-family: 'PoppinsBold';
    margin: 0 0 10px 0;
    line-height: 1.6;
    width: 100%;
    color: #0081FB;
}
.section-3-row-right p{
font-size: 14px;
  margin: 0;
  line-height: 1.6;
  width: 100%;
  margin: 0 0 15px 0;
}
.section-3-row-right button, .section-3-row-right button:hover, .section-3-row-right button:focus, .section-3-row-right button:active{
    background: transparent;
  border: 0;
  padding: 0;
  color: #222;
  font-weight: bold;
  font-size: 14px;
}
.section-3-row-left{
    width: 50%;
    position: relative;
}
.section-3-row-left .carousel, .section-3-row-left .carousel .carousel-inner, .section-3-row-left .carousel .carousel-inner .carousel-item{
    height: 100%;
}
.section-3-row-left-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 1.5s;
}
.section-3-row-left:hover .section-3-row-left-layer {
  background: rgba(0, 0, 0, 0);
}
.section-3-row-left img{
    width: 100%;
    height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-3-row {
        padding-left: 7%;
        flex-wrap: wrap;
    }
    .section-3-row-right {
        width: 100%;
        order: 2;
    }
    .section-3-row-left {
        width: 100%;
        order: 1;
    }
    .section-3-row-right h2 {
        font-size: 18px;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-3-row {
        padding-left: 7%;
        flex-wrap: wrap;
    }
    .section-3-row-right {
        width: 100%;
        order: 2;
    }
    .section-3-row-left {
        width: 100%;
        order: 1;
    }
    .section-3-row-right h2 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .section-3-row {
        padding-left: 7%;
        flex-wrap: wrap;
    }
    .section-3-row-right {
        width: 100%;
        order: 2;
    }
    .section-3-row-left {
        width: 100%;
        order: 1;
    }
    .section-3-row-right h2 {
        font-size: 18px;
    }
}

.news-or-events-section{
    padding: 0 7% 40px 7%;
}
.news-or-event-card-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.news-or-event-card-col{
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 15px 0;
}
.news-or-event-card {
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 25px;
    border-bottom: 4px solid #0081fb;
    height: 100%;
}
.news-or-event-card a{
    text-decoration: none;
}
.news-or-event-card img{
    background: whitesmoke;
}
.news-or-event-card .news-or-event-title{
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 10px 0;
    color: black;
    font-weight: bold;
}
.news-or-event-card .news-or-event-date {
    font-size: 14px;
    text-align: center;
    color: rgb(0 0 0 / 50%);
    margin: 10px 0 20px 0;
}
.news-or-event-card .news-or-event-desc{
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: rgb(0 0 0 / 75%);
}
.news-or-event-card .news-or-event-btn {
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
}
.news-or-event-card .news-or-event-btn img{
    background: transparent;
    width: 25px;
    margin-left: 7px;
}
@media (max-width: 768px) {
    .news-or-event-card-col {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .news-or-event-card-col {
        width: 100%;
    }
}