.sppb-carousel-extended-content-wrap {
  justify-content: flex-end;
}

.sppb-carousel-extended-heading {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin-bottom: -20px;
    background-color: #8AC64C;
    padding: 18px;
    position: absolute;
    width: 100%;
  	font-family: 'Bitter';
}

.sppb-carousel-extended-item {
    overflow: hidden; /* Ensures content doesn't spill out of rounded corners */
    border-radius: 25px; /* Applies rounded corners to the container */
  }

  .sppb-carousel-extended-item img {
    width: 100%; /* Ensures the image fits the container */
    border-radius: 25px; /* Applies rounded corners to the image itself */
  }


.upcomingcert .sppb-carousel-extended-heading {
    background-color: #00000000 !important;
}