.box-icon2 {
    display: flex;
    gap: 1rem;
    min-height: 215px;
}
.college-block {
    display: flex;
    align-items: center; /* Vertically center logo and text */
    gap: 15px; /* Space between logo and text */
    font-family: Arial, sans-serif;
}

.college-logo img {
    width: 50px;   /* Adjust logo size */
    height: 50px;  /* Keep it square */
    object-fit: contain; /* Maintain aspect ratio */
}

.college-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.college-text p {
    margin: 0;
    font-size: 16px;
}
.box-content h4 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}
