.region-2-image{
    width: 232px;
    height: 300px;
}

.register-2-btn{
    color: #fff; 
    text-decoration: none; 
    font-size: 22px; background: #0f3c82; 
    font-family: inherit; 
    padding: 11px 20px;
}

.icea-section {
    position: relative;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Beige Top Background – visible on desktop only */
.top-half-background {
    background-color: #dcc397;
    height: 200px;
    width: 100%;
}

@media (max-width: 768px) {
    .top-half-background {
        display: none;
    }
}

.carousel-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.carousel-inner-container {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
}


@media (max-width: 408px) {
    .region-2-image {
        height: auto;
        width: 380px;
        margin-bottom: 25px;
    }

    .register-2-btn {
        margin-bottom: 20px !important;
        margin-left: 0px !important;
    }
}