.pdf-list-section h2 {
    color: #33D8E5;
    font-size: 3.2vw;
}

.pdf-list-section .section-description p {
    color: #33D8E5;
    font-size: 1.867vw;
    line-height: 5.422vw;
}

.pdf-list-section {
    padding-top: 6.667vw;
}

.pdf-list-section .pdf-list {
    margin-top: 2.667vw;
}

.pdf-list-section .pdf-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pdf-list-section .pdf-title h3 {
    font-size: 1.867vw;
    line-height: 3.267vw;
    padding-left: 1.556vw;
}

.pdf-list-section .pdf-title .icon {
    width: 2.044vw;
    height: 2.044vw;
    background-color: #33D8E5;
    border-radius: 50%;
    position: relative;
    margin-bottom: 4px;
}

.pdf-list-section .pdf-title .icon:before,
.pdf-list-section .pdf-title .icon:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pdf-list-section .pdf-title .icon:before {
    width: 0.978vw;
    height: 0.133vw;
}

.pdf-list-section .pdf-title .icon:after {
    width: 0.133vw;
    height: 0.978vw;
}

.pdf-list .pdf-wrapper {
    height: 0;
    transition: all 0.2s ease;
    overflow: hidden;
}

.pdf-list .pdf-item:not(:last-child) {
    margin-bottom: 1.333vw;
}

.pdf-wrapper .pdf-block {
    margin-top: 1.333vw;
}

.pdf-wrapper .pdf-block p {
    margin: 0;
}

.pdf-wrapper .pdf-block a {
    color: #33D8E5;
    text-decoration: underline;
    display: block;
}

.pdf-wrapper .pdf-block a:hover {
    text-decoration: none;
}

.pdf-list-section .pdf-item.active .pdf-title .icon:after {
    display: none;
}

@media only screen and (max-width: 1199px) {

    .pdf-list-section .pdf-title h3 {
        font-size: 19px;
        line-height: 26px;
        padding-left: 10px;
    }

    .pdf-list-section .pdf-title {
        align-items: flex-start;
    }

    .pdf-list-section .section-description p {
        font-size: 21px;
        line-height: 31.5px;
    }

    .pdf-list-section .pdf-list {
        margin-top: 43px;
    }

    .section-description {
        margin-top: 19px;
        display: block;
    }

    .pdf-list-section .pdf-title .icon {
        width: 25px;
        height: 25px;
        min-width: 25px;
        min-height: 25px;
    }

    .pdf-list-section .pdf-title .icon:before {
        width: 12px;
        height: 2px;
    }

    .pdf-list-section .pdf-title .icon:after {

        width: 2px;
        height: 12px;
    }

    .pdf-wrapper .pdf-block p,
    .pdf-wrapper .pdf-block a {
        font-size: 19px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .pdf-wrapper .pdf-block {
        margin-top: 20px;
    }

    .pdf-wrapper .pdf-block img {
        margin-bottom: 10px;
    }

    .pdf-list-section {
        padding-top: 99px;
    }

    .pdf-list-section h2 {
        font-size: 34px;
        line-height: 51px;
    }

    .pdf-list .pdf-item:not(:last-child) {
        margin-bottom: 25px;
    }
}