.title_discounts p {
    color: #3a872e;
    font-family: "Helvetica Neue OTS";
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    text-align: center;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .title_discounts p {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .title_discounts p {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .title_discounts p {
        font-size: 14px;
    }
}

.top-title h1 {
    color: #e6057f;
    font-family: "Helvetica Neue OTS";
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

@media (max-width: 1450px) {
    .top-title h1 {
        font-size: 24px;
    }
}

@media (max-width: 1336px) {
    .top-title h1 {
        font-size: 15px;
    }
}

@media (max-height: 768px) {
    .top-title h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) and (max-height: 800px) {
    .top-title h1 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .top-title h1 {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .top-title h1 {
        font-size: 17px;
    }
}

@media (max-width: 425px) {
    .top-title h1 {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .top-title h1 {
        font-size: 15px;
    }
}

.top-title h2 {
    color: #e6057f;
    font-family: "Helvetica Neue OTS";
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .top-title h2 {
        font-size: 22px;
    }
}

.green-title h3 {
    color: #3a872e;
    font-family: "Helvetica Neue OTS";
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .green-title h3 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .green-title h3 {
        font-size: 12px;
    }
}