.lottie-animation-container {
  background-image: url("../images/image\ \(119\).jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(80%);
}


.about-section .container {
  padding-inline: 15px !important;
}







.stats-header {
  flex: 0 0 100%;
  padding: 36px 20px;
}

.stats {
  background-color: rgb(253, 240, 246);
  padding-bottom: 1px;
  padding-inline: 1px;
}


@media (min-width: 768px) {
  .stats {
    padding-bottom: 20px;
    padding-inline: 20px;
  }

  .stats .stat:nth-child(2) {
    border-radius: 30px 0 0 30px;
  }

  .stats .stat:last-child {
    border-radius: 0 30px 30px 0;
  }
}