.mid--wrapper.ownerstatus--wrapper {
    padding: 50px 0;
}

.ownerstatus--title {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.ownerstatus--title h1 {
    font-size: 24px;
    line-height: 34px;
    color: #303e48;
    font-family: poppinssemibold,sans-serif;
}

.ownerstatus--title p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0;
}

.ownerstatus--details {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}

.ownerstatus--details--hd {
    font-size: 20px;
    line-height: 30px;
    font-family: poppinssemibold,sans-serif;
    margin-bottom: 10px;
}

.ownerstatus--details .property--tag {
    vertical-align: middle;
}

.ownerstatus--details .cmn--alert--msg {
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.mid--wrapper.ownerstatus--wrapper {
    padding: 30px 0 40px;
}
.ownerstatus--details--hd {
    font-size: 18px;
    line-height: 28px;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
.ownerstatus--details--hd {
    font-size: 18px;
    line-height: 28px;
}
.ownerstatus--details {
    padding: 15px;
}
}



