﻿.banner-heading {
    width: 460px;
}

.banner-ev .banner-heading {
    width: auto;
    max-width: 600px;
}

.banner-page-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.banner-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
}

.banner-description {
    font-size: 18px;
}

.banner-blue {
    color: #005B99 !important;
}

@media (max-width: 1100px) {
    .banner-calculator .banner-heading {
        width: 40%;
    }

    .banner-title {
        font-size: 36px;
    }

@media (max-width: 700px) {
    .banner-calculator .banner-heading {
        display: none;
    }
}
