
.xp-container {
  margin-top: 4%;
}

.custom-accordion {
  background-color: #66fcf1;
  font-weight: 200;
  font-size: 1.4rem;
  color: dark;
}

.bg-accordion {
  background-color: #66fcf24f;
}

.tag-item {
  background-color: #45a29e;
  margin-right: 1%;
}

.location-text {
  font-size: 1.3rem;
  font-weight: bold;
}

.summary-text {
  font-size: 1.3rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .responsive-image {
    max-width: 300px; /* Decrease size for small screens */
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .responsive-image {
    max-width: 200px; /* Further decrease size for extra small screens */
  }
}
