.logo-light{
    max-width: 56%;
}

.service-count{
    height: 65px;
    width: 65px;
    background: #1d65b9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.service-count p{
    color: #fff;
    margin-top: 20px;
    font-size: 30px;
}
