.frontpage {
    text-align: center;
    height: 100vh;
    background: linear-gradient(#027bc2, #fff);
}

.frontpage h1 {
    font-size: 5rem;
    margin-top: 0;
    padding-top: 2rem;
}

body {
    margin: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
}

.banner-box {
    display: flex;
    margin-top: 2rem;
    width: 250px;
    height: 150px;
    font-size: 2rem;
    background-color: #027bc2;
    margin-right: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-box a {
    color: #fff;
    text-decoration: none;
}

.banner__texts {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.banner__texts a {
    font-family: Asap,arial,sans-serif;
    background-color: #a4927b!important;
    border-color: #a4927b!important;
    text-decoration: none;
    color: #fff!important;
    line-height: 20px;
    padding: 17px 48px;
    outline: 0!important;
    border-radius: 0;
    border: 1px solid #000;
    margin-top: 1em;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
    font-size: 12px;
    min-width: 260px;
    letter-spacing: 2px;
    text-align: center;
    transition: opacity .5s;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

.hilding .banner__texts a {
    font-size: 14px;
    border-radius: 5px;
    padding: 18px 20px;
    min-width: 225px !important;
    max-width: 100%;
    line-height: 20px;
    background-color: transparent!important;
    border-color: #fff!important;
    outline: 0!important;
    border: 1px solid #000;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    color: #fff;
    min-width: 260px;
    letter-spacing: 2px;
    text-align: center;
    transition: opacity .5s;    
    font-weight: 700;
}