.container1 {
    margin-top: -20px;
}

.splashpage-select-header {
    position: relative;
    background-size:100% 100%;
}

.splashpage-select-header h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.splashpage-select-header .section {
    width: 100%;
    min-width: 100%;
    padding-left: 17%;
    padding-right: 17%;
    margin: 0;
}

.splashpage-select-header div {
    min-width: 49%;
    max-width: 49%;
    display: inline-block;
    padding: 30px;
    text-align: center;
}

.splashpage-select-header p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #2596a8;
}

.splashpage-select-header .linkBtn {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: #64b6c4;
    min-width: 142px;
    width: 46%;
}

@media (max-width: 767px) {

    .splashpage-select-header {
        background-image: none !important;
    }

    .splashpage-select-header .linkBtn {
        margin-top: 10px;
        min-width: 142px;
        padding: 10px 30px;
        margin: 0;
    }
}

@media (max-width: 660px) {

    .splashpage-select-header {
        background-image: none !important;
    }

    .splashpage-select-header div {
        display: block;
        margin: 0 auto;
        min-width: 100%;
        max-width: 100%;
    }
}