.quickLinks {
    display: flex;
    justify-content: center;
}

.vismis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    margin: 20px;
    height: 400px;
    width: 400px;
}

.vismis h4{
    display: flex;
    justify-content: center;
    text-align: center;
}
.vismis p {
    display: flex;
    justify-content: center;
    text-align: center;
}

.style {
    display: flex;
    justify-content: center;
    text-align: center;
}

.mainMission {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.team-item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 80px;
}
.team-item1 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 80px;
    position: relative;
    top: 28px;
}
.team-item2 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 80px;
    position: relative;
    top: 0px;
}
.team-item3 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 80px;
    position: relative;
    top: 0px;
}

.quote-btn1{
    padding: 6px 25px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #009750;
    border: 2px solid #009750;
    margin: 0;
    vertical-align: middle;
    border-radius: 30px;
}

.boxed{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lead{
    display: flex;
    justify-content: center;
    align-items: center;
}

#logoimg{
    height: auto;
    width: 420px;
}





@media only screen and (max-width: 768px) {
    .quickLinks {
        display: flex;
        justify-content: start;
    }
    .mainMission {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px){
    .vismis{
        height: 500px;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .team-item3 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
        position: relative;
        top: -13px;
    }

}
@media (min-width: 770px) and (max-width: 1000px) {
    .team-item1 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
        position: relative;
        top: 68px;
    }
    .team-item2 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
        position: relative;
        top: 30px;
    }
    .team-item3 {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
        position: relative;
        top: -13px;
    }

}
@media (min-width: 376px) and (max-width: 770px) {
    #logoimg{
        height: auto;
        max-width: 300px;
    }

}
@media (min-width: 320px) and (max-width: 375px) {
    #logoimg{
        height: auto;
        max-width: 240px;
    }

}