.tile-banners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}

.tile-item {
    width: calc(50% - 8px);
    background: linear-gradient(0deg, #F2F2F2, #F2F2F2);
    position: relative;
    margin-bottom: 16px;
}

.tile-item__img img {
    max-width: 100%;
    width: 100%;
}

.tile-item__info {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

.tile-item__heading {
    font-size: 24px;
    line-height: 120%;
}

.tile-item-btn {
    margin-right: 22px;
}

.tile-item-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;

    margin-right: 10px;
}

.tile-item-btn-container {
    margin-top: 9px;
}

.tile-item-btn:last-child {
    margin-right: 0;
}

.tile-item-btn-container a {
    text-decoration: none;
}
