.diagnostic {
    padding-top: 100px;
}

.citate {
    padding: 30px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 30px;
    border: 1px solid var(--white);
}

.autor {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 35px;
}

.diagnostic__descr {
    max-width: 70%;
    margin-bottom: 35px;
}


.diagnostic__descr:nth-of-type(2) {
    display: block;
    max-width: 100%;
    text-align: center;
}

.diagnostic__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.diagnostic__flex:nth-of-type(2) {
    flex-direction: row-reverse;
}

.diagnostic__text {
    width: 65%;
}

.diagnostic__img {
    width: 35%;
}

.diagnostic__img {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;
    border: 1px solid var(--white);
}

.diagnostic__img.img-1 {
    background-image: url(../../images/tibet_medecin/diagnostic-1.webp);
}

.diagnostic__img.img-2 {
    background-image: url(../../images/tibet_medecin/diagnostic-2.webp);
}

.diagnostic__title {
    padding-top: 35px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 35px;
}

.diagnostic__steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.diagnostic__item {
    padding: 30px;
    width: 49%;
    border-radius: 30px;
    border: 1px solid var(--white);
    background-position: right -20px center;
    background-size: 40% 110%;
    background-repeat: no-repeat;
}

.diagnostic__item:nth-of-type(1) {
    background-image: url(../../images/tibet_medecin/step-1.png);
}

.diagnostic__item:nth-of-type(2) {
    background-image: url(../../images/tibet_medecin/step-2.png);
}

.diagnostic__item:nth-of-type(3) {
    background-image: url(../../images/tibet_medecin/step-3.png);
}

.diagnostic__item:nth-of-type(4) {
    background-image: url(../../images/tibet_medecin/step-4.png);
}

.diagnostic__name {
    margin-bottom: 15px;
}

.diagnostic__content {
    max-width: 70%;
}