h2, p {
    margin-top: 30px;
}
.mt15 {
    margin-top: 15px;
}
.mt30 {
    margin-top: 30px;
}
.bold {
    font-weight: bold;
}
.center {
    margin: 30px 0;
    text-align: center;
}
.center img {
    border: 1px solid #000000;
    width: 100%;
}
.center span {
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: right;
    font-family: "Ubuntu", sans-serif;
    min-height: 40px;
    display: block;
    z-index: 3;
    position: relative;
    margin: -40px auto 0;
    width: 100%;
}
#landlords {
    background: url(../images/landlords.webp);
    background-size: cover;
    background-position: 50% 50%;
    width: auto;
    max-width: 500px;
    margin: 50px auto;
    position: relative;
    display: block;
    text-decoration: none;
}
#landlords div {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    padding: 25px 0;
}
#landlords span {
    padding-left: 20px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 2px #111;
    letter-spacing: 1px;
    width: 100%;
    line-height: 35px;
    display: grid;
    align-items: center;
}
#landlords em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 34px;
}
@media screen and (min-width: 769px) {
    #landlords div {
        width: 500px;
    }
    .center img {
        width: 50%;
    }
    .center span {
        width: 50%;
    }
}
@media screen and (max-width: 475px) {
    .wrap {
        padding: 0!important;
    }
    .mt15 {
        margin-top: 7px;
    }
}