  .carousel-wrapper2 {
    display: flex;
    overflow: hidden;
}

.carousel-container2 {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-box-2 {
    width: 400px;
    height: auto;
    margin-left: 16.66px;
    margin-right: 16.66px;
    border-radius: 20px;
    justify-content: center;
    background-color: #860038;
    color: white;
}

.carousel-box-2 a {
    text-decoration: none;
    color: inherit !important;
}

.image-container2 {
    position: relative;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.image-container2 img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.title2 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 10px;
    margin: 0;
    font-size: 1.2rem;
    font-family: arial, sans-serif;
}

.text-area2 {
    display: block;
    height: auto;
    text-align: center;
}

.name {
    color: #EFBA08;
    margin: 0;
    padding-top: 15px;
    font-family: arial, sans-serif;
    font-size: 24px;
}

.text1 {
    font-size: 16px;
    margin-top: 0;
}

.text2 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
}