.banner-image img {
    max-width: calc(100% - 140px);
}

.default-btn {
    background-color: #244593;
}

.main-banner {
    min-height: 600px;
    height: calc(100vh - 165px);
}

.copy-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1600px) {

    .banner-image img {
        max-width: calc(100% - 220px);
        margin-top: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .main-banner {
        height: auto;
    }

    .banner-image img {
        max-width: calc(100% - 40px);
    }
}
