a:focus, a:hover {
    text-decoration: none;
    color: #fff;
}
.tile__object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.tile__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    padding-right: 6.42857rem;
    box-sizing: border-box;
}
.tile__content .title {
    font-size: 2.28571rem;
    line-height: 3.71429rem;
}
.tile__content .content {
    margin-top: 2.14286rem;
    font-size: 1.14286rem;
    line-height: 2.28571rem;
}
.tile__content .control {
    margin-top: 2.85714rem;
}
.button {
    display: inline-block;
    vertical-align: middle;
    min-width: 10rem;
    height: 3.14286rem;
    padding: 0 1.78571rem;
    font-size: 1.07143rem;
    line-height: 3.14286rem;
    text-align: center;
    box-sizing: border-box;
}
.button--secondary {
    color: #fff;
    background-color: #00848a;
}
.button.button--primary:hover {
	color: #fff;
}

.hm-page-contact--index .tile {
    padding: 5rem 0 5.35714rem;
}

@media screen and (max-width: 991px) {
	.tile {
        display: block;
        padding: 0 0 2.14286rem;
    }
      .tile__object {
        position: static;
        padding-top: 50%;
        width: auto;
    }
      .tile__content {
        width: auto;
        margin-top: 2.14286rem;
        padding: 0;
    }
      .tile__content .title {
        line-height: 1.2;
    }
      .tile__content .content {
        margin-top: 1.42857rem;
    }
}