@charset "UTF-8";
.details h1 {
    padding-bottom: 15px;
}
.details h3 {
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color_bk);
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
.details .white_box_xl {
}
.details .fx-row {
    row-gap: 15px;
}
.details .btn a {
    max-width: 100%;
    padding: 20px 0;
    font-size: 20px;
}
.pdf_wrap .btn5 a::after {
    content: none;
}
.details .btn1 a:hover::after {
    top: 56%;
}
.btn .fa-angle-right {
    right: 35px;
}
.btn a:hover .fa-angle-right {
    right: 25px;
}
@media screen and (max-width: 1229px) {
    .details h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .details h1 {
        font-size: 42px;
        padding-bottom: 15px;
    }
    .details h3 {
        font-size: 18px;
    }
    .details .fx-row {
        margin: 0;
    }
    .details .btn a {
        padding: 10px 0;
        font-size: 14px;
    }
    .details .btn1,
    .details .btn5 {
        width: 100%;
        padding: 0;
    }
    .details .btn1 a::after {
        right: 15px;
    }
    .btn .fa-angle-right {
        right: 15px;
    }
    .btn a:hover .fa-angle-right {
        right: 10px;
    }
}