.topImages {
  width: 100%;
  height: 100%;
}
.moment-content-item.active img {
  object-fit: cover;
  height: 300px;
  width: 100% !important;
}
.swipActive .slider-slider-item {
  height: 700px;
}
.swipActive .slider-slider-item img {
  width: 60%;
  height: auto;
  border-radius: 20px;
}
.title-a {
  text-align: center;
}
.title-a h2 {
  color: #ff4d4d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
}
.title-a .card {
  background-color: #ffffff;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  width: 100%;
  max-width: 800px;
  transition: box-shadow 0.3s ease;
  margin: 0 auto;
}
.title-a .card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.title-a .job-title {
  font-weight: 700;
  font-size: 18px;
  color: #2d3e5f;
}
.title-a .arrow-button {
  background-color: #ff4d4d;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  padding-bottom: 8px;
}
.title-a .arrow-button:hover {
  background-color: #e64040;
}
@media (max-width: 600px) {
  .card {
    padding: 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .job-title {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */