html,
body {
    overflow-x: hidden;
}

.echipa-wrapper {
    position: relative;
    top: 65vh;
    margin: 10px;
}

.echipa-wrapper .main-title h1 {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
}

.echipa-wrapper .echipa-content .img-masina img {
    width: 400px;
    border-radius: 10px;
    margin-top: 20px;
}

.echipa-wrapper .echipa-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


.echipa-wrapper .echipa-content .text h1 {
    color: white;
    font-size: 20px;
    margin-left: 100px;
    text-transform: uppercase;
}

.echipa-wrapper .echipa-content .text h3 {
    color: rgba(255, 255, 255, 0.705);
    font-size: 17px;
    font-weight: 200;
    margin-left: 100px;
    margin-bottom: 20px;
}

.echipa-wrapper .echipa-content .text p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 100px;
    font-weight: 200;
}