.teamImage {
    width: 350px;
    height: 350px;
}
.blogImage {
    width: 750px;
    min-height: 400px;
}

@media (max-width: 767px) {
    .teamImage {
        width: 80% !important;
        height: 250px;
    }
    .blogImage {
        width: 100% !important;
        max-height: 100px !important;
    }
}
