@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1290px;
    }
}
@media (min-width:992px) and (max-width:1140px) {
    .container {
        width: 100%;
    }
    .team-section-1 {
        padding: 80px 0;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .team-section-1 {
        padding: 60px 0;
    }
}
@media (max-width:768px) {
    .container {
        width: 100%;
    }
    .team-section-1 {
        padding: 30px 0;
    }
    .team-mega {
        padding: 20px;
    }
    .team-info {
        margin-top: 50px;
    }
    .skills-animation {
        margin-top: 15px;
    }
    .mt-4 {
        margin-top: 1rem !important;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .row {
        --bs-gutter-x: 1.5rem;
    }
    .progress {
        flex-direction: column;
        justify-content: end;
    }
    h2{
        margin-top: 0px;
    }
}