body {
    margin: 0;
    background: #fff;
    font-family: sans-serif;
}

.wrapper {
    max-width: 1335px;
    margin: 0 auto;
    padding: 0;
}

.item {
    position: relative;
    display: inline-block;
    background: #fff;
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    vertical-align: top;
}

.item:nth-child(4) {
    margin-left: 13px;
}

.item:nth-child(6) {
    margin-top: -60px;
}

.item:nth-child(7) {
    margin-left: -40px;
}

.item:nth-child(8) {
    margin-top: -135px;
}

.item:last-child {
    margin-right: -20px;
    margin-top: -135px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: inline-block;
    padding: 30px 15px;
    background-color: rgba(63, 64, 47, 0.8);
    font-size: 30px;
    color: #fff;
}

.item:nth-child(6) span {
    bottom: auto;
    top: 10px;
    left: 10px;
    right: 10px;
}

.item:nth-child(4) .contact-link {
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding-left: 150px;
}

.item:nth-child(6) .contact-link {
    bottom: 20px;
    left: 45px;
}

.contact-link {
    position: absolute;
    padding: 30px 50px;
    background-color: #9b0750;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    will-change: box-shadow;
    transition: box-shadow .3s ease-out;
}

.contact-link:hover {
    box-shadow: 0px 0px 10px #fff;
}

.contact-link.phone-icon::before {
    content: url("images/phone.png");
    top: 50%;
    left: 60px;
    position: absolute;
    display: block;
    transform: translateY(-50%);
}