.pdf-list-section {
    padding-top: 6.533vw;
    padding-bottom: 7.867vw;
}
.pdf-list-section .section-title{
    text-align: left;
}
.pdf-list-section .section-title h2{
    font-size: 3.2vw;
    line-height: 5.422vw;
    margin-bottom: 5.778vw;
}
.pdf-list-wrapper .list-item{
    display: flex;
    gap: 3.111vw;
    align-items: center;
}
.pdf-list-wrapper .list-item a.btn{
    display: flex;
    align-items: center;
    gap: 1.778vw;
    padding: 1.022vw 2.422vw;
    font-size: 1.2vw;

}
.pdf-list-wrapper .list-item a img{
    width: 1.2vw;
}
.pdf-list-wrapper .list-item h3{
    color: #33D8E5;
    font-size: 1.689vw;
    line-height: 150%;

}
.pdf-list-wrapper .list-item:not(:last-child){
    margin-bottom: 2.889vw;
}
@media only screen and (max-width: 1199px) {
    .pdf-list-wrapper .list-item a.btn{
        min-width: auto !important;
        padding: 5.5px 28px;
        font-size: 22px;
        line-height: 50px;
    }
    .pdf-list-wrapper .list-item a img{
        width: 20px;
    }
    .pdf-list-wrapper .list-item h3{
        font-size: 28px;
        width: calc(100% - 158px);
    }
    .pdf-list-section{
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .pdf-list-wrapper .list-item a.btn{
        display: none;
    }
    .pdf-list-wrapper .list-item h3{
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 200%;
    }
    .pdf-list-wrapper .list-item:not(:last-child) {
        margin-bottom: 50px;
    }
    .pdf-list-section .section-title h2{
        text-align: center;
        font-size: 30px;
        line-height: 150%;
        margin-bottom: 70px;
    }
    .pdf-list-section{
        padding: 70px 0;
    }
}