.footerPara {
    max-width: 400px;
}


.section-padding {
    padding: 75px 0px;
}

.team-two .item {
    position: relative;
    overflow: hidden;
}

.geeks {
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.05);
}

.team-two .item .content {
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}

.content h3 {
    margin-left: 12px;
    font-size: 20px;
}
.content span {
    margin-left: 12px;
}

.logoImg{
    max-width: 400px;
    margin-bottom: 18px;
}

.logoMenu{
    max-width: 250px;
}