.information-content > .h2_bold {
	display: none;
}

form #fr_refund_table button, form #fr_refund_table input[type="submit"] {
	padding: .833vw;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.111vw;
    text-transform: uppercase;
    border-radius: 0;
    border: 0.5px solid var(--black);
    color: var(--white-smoke);
    background: var(--black);
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-top: 1.111vw;
	width: -webkit-fill-available;
}

#dpd-result-container {
	text-transform: uppercase;
	text-align: center;
}

h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.75vw;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
	text-align: center;
}

input {
	width: 100%;
}



@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 31.2px;
    }
}