@media (max-width: 1042px) {
    .echipa-wrapper .echipa-content {
        margin: 5px;
    }

    .echipa-wrapper .echipa-content .text p {
        color: white;
        font-size: 17px;
        margin-left: 70px;
    }

    .btn-decis {
        margin-left: 70px;

    }

    .echipa-wrapper .echipa-content .img-masina img {
        width: 300px;
    }
}

@media (max-width: 782px) {
    .echipa-wrapper {
        position: relative;
        top: 30vh;
    }

    .echipa-wrapper .main-title h1 {
        text-align: center;
    }

    .echipa-wrapper .echipa-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .echipa-wrapper .echipa-content .img-masina {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .echipa-wrapper .echipa-content .text p {
        color: white;
        font-size: 15px;
        margin-left: auto;
        text-align: center;
    }

    .btn-decis {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        margin-top: 20px;
    }
}

@media (max-width: 1040px) {
    .echipa-wrapper .echipa-content .text h1 {
        text-align: center;
        margin-left: 20px;
    }

    .echipa-wrapper .echipa-content .text h3 {
        color: rgba(255, 255, 255, 0.705);
        font-size: 17px;
        font-weight: 200;
        margin-left: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .echipa-wrapper .echipa-content .text p {
        color: rgba(255, 255, 255, 0.705);
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 200;
    }
}