.session-banner-ach {
    position: relative;
    background: url('images/anadya\ 2.jpg') no-repeat center center/cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-overlay-ach {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 147, 220, 0.48);
    /* Blue overlay */
    z-index: 1;
}

.session-content-ach {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.card {
    border-radius: 32px;
    border: 3px solid rgba(1, 147, 220, 0.48);
    background: #FFF;
}


.card-img-top {

    border-radius: 32px;
    width: 50%;
}