/* BASIC css start */
#institute{
    display: flex;
    gap: 104px;
    font-size:inherit;
    margin-top: 96px;}
.btnbox {
    margin-top: 144px;
    position: relative;
}

.btnbox .event_btn {
    position: absolute;
    bottom: 136px;
    left: 50%;
    transform: translateX(-50%);
}

.mb120{margin-bottom:120px}
/* BASIC css end */

