﻿#overview-section .premium-title, #summary-section .premium-title {
    font-size: 4.7rem;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 6.4rem;
}
@media all and (max-width: 1600px) {

    #overview-section .premium-title, #summary-section .premium-title {
        font-size: 4rem;
        line-height: 6.4rem;
    }
}
@media all and (max-width: 991px) {

    #overview-section .premium-title, #summary-section .premium-title {
        padding: 2.6rem 0 2.5rem;
    }
}
@media all and (max-width: 575px) {

    #overview-section .premium-title, #summary-section .premium-title {
        font-size: 3.2rem;
        line-height: 3.5rem;
    }
}