.set-title {
    display: block;
    text-decoration: none;
    color: #2285c4;
    font-size: 16px;
}

img {
    max-width: 335px;
}

.header {
    background: #fff url(../img/carpet.jpg) no-repeat;
    height: 293px;
    background-size: cover;
    background-position: center;
    background-position-y: top;
}

.cont {
    margin-top: -50px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}

.logo {
    margin: 30px 0 0 30px;
}