/*
 Theme Name: SOES
 Theme URI: http://example.com/soes
 Author: Your Name
 Author URI: http://example.com
 Description: Custom theme for the School of Engineering and Science
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: soes
*/

.serv-img-box {
    height: 150px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 20px 20px 0 0;
}

.serv-swiper .item-box h5 {
    font-size: 18px;
    font-weight: 600;
}

.item-content-box {
    padding: 10px 20px 0;
}

p {
    padding-bottom: 10px;
}

img.custom-logo {
    width: 160px;
    height: auto;
    border-radius: 5px;
}