.exporter_library_btest_notice_wpap {
    position: relative;
}

.exporter_library_btest_notice_wpap .icon {
    display: none;
}



.exporter_library_btest_notice_wpap .notice {
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #1c207a;
    color: #fff;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .exporter_library_btest_notice_wpap .icon {
        display: inline-block;
        margin-right: 10px;
        width: 130px;
    }

    .exporter_library_btest_notice_wpap .notice {
        width: calc(100% - 140px);
    }
}

.exporter_library_btest_notice_wpap .notice a {
    color: #85EDBB;
}

.exporter_library_btest_notice_wpap .notice a:hover {
    color: #85EDBB;
    text-decoration: underline;
}