*, *::before, *::after {
    box-sizing: border-box;
}

div.titleContainer {
    width: 100%;
    min-height: 300px;
    background: url(images/background-1.png) lightgray 50% / cover no-repeat;
    padding: 90px 20px 40px;
}
div.titleContainer h2,
div.titleContainer h3 {
    max-width: 760px;
    margin: 0 auto;
    color: #FFF;
    text-shadow: 0 2px 0 #000;
    font-family: Montserrat, sans-serif;
    line-height: 1.3;
}
div.titleContainer h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 600;
    margin-bottom: 12px;
}
div.titleContainer h3 {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
}

div.desContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 20px auto 125px;
    width: min(100%, 1140px);
    padding: 0 20px;
}
div.desContainer > div {
    flex: 1 1 380px;
    min-width: 320px;
    max-width: 520px;
}
div.desContainer > div:first-child img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
div.desContainer > div:last-child {
    position: relative;
    display: flex;
    width: 100%;
    padding: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 5px;
    background: rgba(255, 245, 227, 0.85);
}
div.desContainer > div:last-child > p {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 22px;
}
div.desContainer > div:last-child > h3 {
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
#quotes1,
#quotes2 {
    position: absolute;
    width: 36px;
    height: 36px;
}
#quotes1 {
    left: 20px;
    top: 20px;
}
#quotes2 {
    right: 20px;
    bottom: 20px;
}

div.experti {
    display: flex;
    justify-content: center;
    width: min(100%, 958px);
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin: 0 auto 90px;
    padding: 0 20px;
}
div.experti > div > h2 {
    color: #000;
    text-align: center;
    font-size: clamp(28px, 3vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 8px;
}
div.experti > div > h3 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
div.experti > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
    width: 100%;
}
div.experti img {
    border-radius: 5px;
    width: 100%;
    height: auto;
    max-width: 220px;
    object-fit: cover;
}
div.cardExperti {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 240px;
}
div.cardExperti h4 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
div.cardExperti p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

div.stats {
    display: flex;
    flex-wrap: wrap;
    width: min(100%, 958px);
    margin: 0 auto 90px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
div.stats div {
    display: flex;
    flex: 1 1 180px;
    min-width: 160px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
div.stats > div > h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}
div.stats > div > h3 {
    color: #000;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: clamp(16px, 1.3vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

div.recenziiContainer {
    display: flex;
    width: min(100%, 1200px);
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 0 auto 90px;
    padding: 0 20px;
}
div.recenziiContainer h2 {
    color: #000;
    text-align: center;
    font-size: clamp(28px, 3vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
div.recenzii {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}
div.cardRecenzie {
    display: flex;
    flex: 1 1 280px;
    min-width: 260px;
    max-width: 360px;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
div.cardRecenzie:hover {
    transform: translateY(-5px);
    border: 2px solid rgba(255, 205, 60, 0.15);
    box-shadow: 0 7px 8px 0 rgba(180, 154, 77, 0.25);
}
div.cardRecenzie > span {
    color: rgba(0, 0, 0, 0.45);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
div.cardHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}
div.cardHeader > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
div.cardHeader > div img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 920px) {
    div.desContainer {
        gap: 18px;
    }
    div.experti > div:nth-child(2) {
        gap: 16px;
    }
    div.stats {
        padding: 0 16px;
    }
}

@media (max-width: 768px) {
    div.titleContainer {
        padding: 70px 16px 30px;
    }
    div.desContainer {
        margin-bottom: 60px;
    }
    div.desContainer > div:last-child {
        padding: 20px;
        align-items: stretch;
    }
    div.desContainer > div:last-child > p {
        font-size: 18px;
    }
    div.experti {
        gap: 34px;
    }
    div.experti > div:nth-child(2) {
        justify-content: center;
    }
    div.stats {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    div.titleContainer {
        padding: 50px 14px 24px;
    }
    div.titleContainer h2 {
        font-size: 26px;
    }
    div.titleContainer h3 {
        font-size: 18px;
    }
    div.desContainer {
        gap: 16px;
        padding: 0 14px;
    }
    div.desContainer > div {
        min-width: 100%;
        max-width: 100%;
    }
    div.desContainer > div:last-child {
        padding: 18px;
    }
    div.experti > div:nth-child(2) {
        flex-direction: column;
        align-items: center;
    }
    div.cardExperti {
        max-width: 100%;
        align-items: center;
    }
    div.stats {
        padding: 0 14px;
    }
    div.stats div {
        min-width: 0;
    }
    div.recenziiContainer {
        padding: 0 14px;
    }
    div.cardRecenzie {
        min-width: 100%;
        max-width: 100%;
    }
}
