.institute {
    margin-bottom: 30px;
    .section_header {
        padding-bottom: 20px;
        text-align: center;
        h4 {
            font-size: 26px;
            font-weight: 600;
            color: $white;
            padding: 10px 0;
        }
    }
    .institute_wrapper {
        margin-top: 10px;
        .institute_card {
            text-align: center;
            background-color: #252525;
            padding: 20px 10px;
            border-radius: 7px;
            box-shadow: 1px 0.532px 1px 1px rgba(0, 0, 0, 0.1);

            img {
                width: 90px;
            }

            h4 {
                font-size: 22px;
                color: $white;
                font-weight: 500;
                line-height: 30px;
                padding-top: 10px;
            }

            h5 {
                font-size: 15px;
                color: $text;
                font-weight: 400;
                line-height: 22px;
            }
        }
    }
}