.reg_section {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 15px;
}

.reg_section:hover {
    background-color: #fff4e2;
    border-color: #fae0bc !important;
    transform: scale(1.1); /* Zoom-in effect */
}

.section_border{
    border-radius: .5rem .5rem 0 0;
}

.section_image{
    width: 180px; height:220px;height:220px; border-radius: 10px;
}



.csja_section {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 15px;
}

.csja_section:hover {
    /* background-color: #fff4e2; */
    /* border-color: #fae0bc !important; */
    transform: scale(1.1); /* Zoom-in effect */
}

@media (max-width: 767px) {
    .col-md-7 {
        text-align: center !important;
        align-items: center !important;
    }

    .col-md-7 h5,
    .col-md-7 p {
        padding: 5px;
        margin-left: 0 !important;
    }

    .col-md-7 a {
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block;
        margin: 0 auto;   /* centers the button */
    }

    .section_image {
        display: block;
        margin: 0 auto;   /* centers image horizontally */
    }
}