.reports-section {
  margin: 30px auto;
  max-width: 800px;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px #00000029;
  padding: 20px 40px;
  justify-content: center;
}
.reports-section .date {
  font-size: 16px;
  margin: 5px 0;
}
.reports-section .social-links {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  justify-items: center;
  padding: 10px 0;
}
.reports-section .social-links img {
  width: 20px;
  margin: 0 5px;
}
.reports-section figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reports-section figure img {
  width: 90%;
  margin: 3px auto;
}
.reports-section figure p {
  font-size: 10px;
  color: #202964;
  padding: 10px 0;
}
.reports-section .secondary-title {
  margin: 20px 0px;
}
.reports-section .content {
  font-size: 12px;
  margin-bottom: 20px;
}
.reports-section .third-title {
  margin: 20px 0;
  font-weight: 800;
  padding-left: 5px;
  font-size: 15px;
}
.reports-section .third-title::before {
  width: 6px;
  height: 15x;
  position: relative;
  content: "|";
  font-size: 15px;
  font: bold;
  font-weight: 800;
  background-color: #FFC736;
  color: #FFC736;
  margin-right: 5px;
}
.reports-section .common-btn-with-radius {
  border-radius: 2px;
  padding: 5px 10px;
  margin-top: 50px;
}
.carousel {
  padding: 0 30px;
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 50px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.carousel .carousel-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  align-items: center;
  padding: 0 10px;
  height: 150px;
}
.carousel .carousel-box img {
  max-width: 150px;
  min-width: 150px;
  min-height: 150px;
  object-fit: cover;
  margin-right: 16px;
}
.carousel .switch-left,
.carousel .switch-right {
  line-height: 150px;
  width: 50px;
  font-size: 40px;
  color: #B1B1B1;
  top: 0;
  cursor: pointer;
}
.carousel .switch-left {
  position: absolute;
  left: 0px;
}
.carousel .switch-right {
  position: absolute;
  right: -30px;
}
.back-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.back-btn i {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .reports-section {
    max-width: 100vw;
    margin: 0 auto;
    padding: 20px;
  }
  .reports-section .carousel {
    padding: 0px;
    width: 92vw;
    overflow: hidden;
  }
  .reports-section .carousel .carousel-box {
    overflow-x: hidden;
  }
  .reports-section .carousel .switch-left {
    position: absolute;
    left: 0px;
  }
  .reports-section .carousel .switch-right {
    position: absolute;
    right: -25px;
  }
}
