@media only screen and (min-width:1366px) {}

@media only screen and (max-width:1366px) {
    .team-h2-area .team-items .team-image img {
        width: 100%;
    }
}

@media only screen and (min-width:991px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {}

@media screen and (max-width:768px) {}

@media only screen and (max-width:575px) {
    .elementor-row .border-right::before {
        right: 4rem;
    }
}