.discount {
	padding: 50px 0;
	background-color: #F3F3F3;
}

.discount h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 6vw;
    text-transform: uppercase;
    color: #1D4A8E;
}

.discount-page-content p {
    font-size: 20px;
    line-height: 2.0;
    color: #424146;
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .discount h1 {
        font-size: 5.9vw;
    }

    .discount h2 {
        font-size: 4.9vw;
    }
}