.project-run {
    display: flex;
    gap: 20px;
}

.left-blocks,
.right-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.project-run-block {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 1.2rem;
    min-height: 100px;
    font-size: 2rem;
    background-color: #a4c6ec;
    border-radius: 15px;
    color: #000000FF;
}

.for-scientists-wrapper .title {
    font-size: 2.1333333333rem;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    color: #2b2b2b;
    font-weight: 700;
    font-family: var(--bs-body-font-family);
}

.volunteers-purposes a {
    max-width: 100%;
    border-radius: 15px;
    margin-bottom: 1.1rem;
    text-align: left;
    font-size: 2.1333333333rem;
}

.volunteers-purposes a:first-child {
    margin-top: 1.1rem;
}

.help-info .idea {
    color: black;
    font-size: 1.3333333333rem;
}

.resources {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
}

.for-scientists-wrapper ul {
    padding-left: 2em;
    font-size: 18px;
    margin-bottom: 2rem;
}

@media (max-width: 1200px) {
    .quiz-wrapper .title {
        font-size: 1.5rem !important;
    }

    .volunteers-purposes a {
        font-size: 1.5rem !important;
    }

    .for-scientists-wrapper .title {
        font-size: 1.5rem;
    }

    .title-for-scientists {
        font-size: 2rem;
    }


    .project-run-block {
        font-size: 1.5rem;
    }

    .for-scientists-wrapper .project-run-block {
        font-size: 1.5rem !important;
    }

    .for-scientists-wrapper .qu {
        font-size: 1.5rem;
    }
}

.volunteers-purposes a {
    font-size: 2rem;
}

.volunteers-purposes a {
    font-size: 2rem;
}

.title-for-scientists {
    font-size: 3rem;
    color: #2b2b2b;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .title-for-scientists {
        font-size: 2rem;
    }

    .project-run-block {
        font-size: 1.5rem
    }

    .for-scientists-wrapper ul {
        padding-left: 2em;
        font-size: 14px;
    }
}

@media (max-width: 600px) {

    .title-for-scientists {
        font-size: 2rem;

    }

    .volunteers-purposes a {

        font-size: 1.4rem;
    }

    .for-scientists-wrapper .title {
        font-size: 1.4rem !important;
    }

    .quiz-wrapper .title {
        font-size: 1.4rem !important;
    }

    .volunteers-purposes a {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 430px) {
    .title-for-scientists {
        font-size: 1.6rem;
    }

    .for-scientists-wrapper .title {
        font-size: 1.2rem !important;

    }

    .project-run-block {
        font-size: 1.2rem !important;
    }

    .for-scientists-wrapper .project-run-block {
        font-size: 1.2rem !important;
    }

    .quiz-wrapper .title {
        font-size: 1.2rem !important;
    }
}

.quiz-wrapper {
    margin-top: 1.3rem;
    color: black;
    background-color: #f0f0f0;
}

.quiz-wrapper .title {
    padding-top: 1.2rem;
    font-size: 2.1333333333rem;
    font-family: var(--bs-body-font-family);
    font-weight: bold;

}

.quiz-wrapper ul {
    padding: 0 0 1.5rem 1.5rem;
}

.quiz-wrapper .question-li {
    font-weight: 700;
    margin-top: 1.4rem;
}

.document-resource {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.document-name {
    width: auto;
}


.for-scientists-wrapper .project-run-block {
    font-size: 2em;
    padding: 1.2rem;
}

.answer-li{
    list-style:none;
}
.resources a {
    text-decoration: none ;
    color: #0a0a0a;
}
.page-head {
    padding-bottom: 0 !important;
}