#eib-switchContentButton{
    min-height:400px;
}

.eib-switchContentButtonItem__contentTitle, .eib-switchContentButtonItem__contentDescription{
    text-align: center;
    font-weight: 700;
}

#eib-switchContentButton__buttons{
    display: flex;
    justify-content: space-around;
    margin-bottom: 7rem;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50px;
    /*width: 120%;
    margin-left: -120px;*/
}

#eib-switchContentButton__buttons button{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    border: none;
    padding: 1rem 3rem;
    background-color: #FFF;
    color:#000;
    border-radius: 50px;
}

#eib-switchContentButton__buttons button:hover{
    color:#FF4000;
}

.activePage{
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
    color: #FF4000!important;
    border: 2px solid #FF4000!important;
}

@media only screen and (max-width: 480px){

    #eib-switchContentButton__buttons{
        margin-bottom: 5rem;
        display: grid;
    }

    #eib-switchContentButton__buttons button{
        font-size: 17px;
        padding: 3px 10px;
    }

    .eib-heading-3{
        margin: 20px 0;
    }

    .eib__switchButton{
        margin-bottom: 5rem;
    }

    .eib__switchButton-item{
        font-size: 17px;
        padding: 3px 10px;
    }
}