.logo{
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 2px solid #ccc;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.6);
    overflow: hidden;
    margin: 0 auto;
}

.logo a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-val{
    margin-top: 40px;
}

.core-val .col-md-3{
    background-color: #fff;
    padding: 20px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 5px 5px;
}

.awards{
    padding: 40px 100px;
}

.gallery .images .image{
        width: 100%;
    height: 300px;
}

.gallery .images .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:960px) {
    .core-val .col-md-3{
        height: fit-content;
            margin: 20px 20px;
    }

    .awards{
        padding: 40px 10px;
    }
}

.icon i{
    font-size: 45px;
    color:green;
}

@media (max-width:960px) {
    .home-wrapper{
        width: 100%;
    }
}