.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 (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 h1{
    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-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 (max-width: 575px) {
    .section-2 {
        padding: 0;
    }
    .section-2-row {
        flex-wrap: wrap;
        padding-right: 7%;
    }
    .section-2-row-left {
        width: 100%;
        order: 2;
    }
    .section-2-row-right {
        width: 100%;
        order: 1;
    }
    .section-2-row-left h1 {
        font-size: 18px;
    }
}

.section-3 {
  padding: 0 0 40px 0;
}

.news-and-blogs-details-section{
    padding: 60px 7%;
}
.related-news-and-blogs{
    background: #eff1f2;
    padding: 30px;
}
.news-and-blogs-details p{
    font-size: 14px;
    color: #222;
}
.news-and-blogs-details ul{
    padding-left: 15px;
  font-size: 14px;
}
.news-and-blogs-details ul li{
    margin: 0 0 7px 0;
}
.news-and-blogs-details h2{
    font-size: 24px;
  width: 100%;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-family: 'PoppinsBold';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #0081fb;
}
.news-and-blogs-details h3{
    font-size: 24px;
  width: 100%;
  line-height: 1.4;
  margin: 0 0 15px 0;
  font-family: 'PoppinsBold';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #000;
}
.relared-nob-title{
    font-size: 24px;
    color: #222;
    font-family: 'PoppinsBold';
}
.relared-nob-ul{
    padding-left: 15px;
}
.relared-nob-ul li{
    margin: 0 0 7px 0;
}
.relared-nob-ul li a{
font-size: 14px;
  color: #222;
  text-decoration: none;
  }
@media (max-width: 575px) {
    .news-and-blogs-details p {
        line-height: 1.6;
    }
    .news-and-blogs-details h2, .news-and-blogs-details h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .relared-nob-title {
        font-size: 18px;
    }
}