.despre-noi-banner {
    width: 100%;
    max-width: 2000px;
    display: flex;
    height: 100vh;
    align-items: center;
    background-color: #3d8e33;
    flex-wrap: nowrap;
}

.bg-despre-noi-banner {
    width: 50%;
    overflow: hidden;
    height: 100vh;
}

.bg-despre-noi-img {
    width: 100%;
    object-fit: cover;
    height: max-content;
}

.text-bg-despre-noi {
    width: 50%;
    text-align: left;
    color: white;
    overflow: hidden;
    margin-left: 40px;
}

.text-bg-despre-noi>h1 {
    font-size: 50px;
    margin-bottom: 10px;
    font-family: "Merienda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    width: 80%;
    opacity: 0;
}

.text-bg-despre-noi>h4 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    font-weight: 200;
    width: 80%;
    opacity: 0;
}

.nav-bar::before {
    background: rgba(255, 255, 255, 0.9);
}

.double_arrow {
    left: calc(50% - 20px);
    transform: translateX(-50%);
}

.double_arrow:hover {
    border: 1px solid white;
}

.dspr-noi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
    padding-top: 130px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.dspr-noi-txt {
    width: 50%;
    background-color: white;
}

.dspr-noi-video {
    width: 50%;
    max-width: 640px;
    max-height: 480px;
    align-items: center;
    margin: auto;
    padding: 20px;
    border: 2px solid #266025;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 0;
}

.dspr-noi>.despre-noi-txt {
    padding: 20px;
}

.dspr-noi>.despre-noi-txt>.second-txt-descriere {
    margin-top: 20px;
    margin-right: 40px;
}

.last-title {
    background-color: #e6f1de;
    width: 100%;
    text-align: center;
}

.last-title>h1 {
    font-size: 40px;
    font-weight: 400;
    font-family: Merienda, serif;
    font-optical-sizing: auto;
    color: #266025;
    margin: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    padding: 150px 20px 150px 20px;
    opacity: 0;
}

@media (max-width: 768px) {
    .despre-noi-banner {
        flex-wrap: wrap;
    }

    .bg-despre-noi-banner {
        width: 100%;
        height: 30%;
    }

    .text-bg-despre-noi {
        width: 100%;
        height: 70%;
    }

    .double_arrow {
        left: 50%;
    }

    .text-bg-despre-noi>h1 {
        font-size: 30px;
    }

    .text-bg-despre-noi>h4 {
        font-size: 20px;
    }

    .dspr-noi-video {
        width: 100%;
        border: 0;
    }

    .dspr-noi>.despre-noi-txt {
        padding: 0;
    }

    .dspr-noi {
        padding: 100px 0 60px 0;
        height: 100%;

    }

    .last-title>h1 {
        font-size: 30px;
        width: 90%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}