.about-banner{
    height: 400px;
    background:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url('https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=1920');
    background-size: cover;
    background-position: center;
    margin-top: 76px;
}

.about-box{
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    transition: 0.3s;
    height: 100%;
}

.about-box:hover{
    transform: translateY(-5px);
}

.about-box i{
    font-size: 40px;
    color: #3b4ef8;
    margin-bottom: 15px;
}

.logo{
    height: 65px;
    width: auto;
}