.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 350;
  font-size: 17.5px;
  line-height: 25px;
  letter-spacing: -0.001em;
}

.home-section-1 .carousel-indicators {
  margin-bottom: -2.5rem;
}

.home-section-1 .carousel-indicators [data-bs-target] {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #E2E2E2;
  opacity: 1;
}

.home-section-1 .carousel-indicators .active {
  background-color: #1A678D;
}

.home-section-1 .carousel-control-next,
.home-section-1 .carousel-control-prev {
  width: 5%;
}

.home-section-1 .carousel-control-next-icon {
  background-image: url('../images/home/arrow-right.png');
}

.home-section-1 .carousel-control-prev-icon {
  background-image: url('../images/home/arrow-left.png');
}

.home-section-2 iframe {
  height: 400px;
}

.home-section-3 .section-3-container {
  background: linear-gradient(90deg, #2A317D 0%, #1A678D 100%);
  border-radius: 24px;
}

.home-section-3 .section-3-container .card {
  background-color: #DCE7EF;
  border-radius: 25px;
}

.home-section-3 .section-3-container .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #252525;
}

.home-section-3 .section-3-container .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.001em;
  color: #909090;
}

.home-section-4 .card {
  border-radius: 25px;
}

.home-section-4 .card .news-card-img {
  height: 50%;
  object-fit: cover;
  border-radius: 25px;
}

.home-section-4 .card .date-badge {
  background-color: #ED1C24;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: fit-content;
  padding: 5px;
  border-radius: 25px;
}

.home-section-4 .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.005em;
}

.home-section-4 .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.001em;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .home-section-4 .card .news-card-img {
    height: 35%;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .description {
    font-size: 15px;
    line-height: 20px;
  }

  .home-section-1 .carousel-control-next,
  .home-section-1 .carousel-control-prev {
    width: 10%;
    align-items: end;
    bottom: 40%;
  }

  .home-section-2 iframe {
    height: 200px;
  }
}

@media (max-width: 576px) {

  .home-section-1 .carousel-control-next,
  .home-section-1 .carousel-control-prev {
    bottom: 20%;
  }
}