.main-box{
    border: 1px solid #28b34e; 
    padding: 15px 10px;
}
blockquote p{
    text-align: justify;
}
.property-sold{
    text-transform: uppercase;
    background: #b11c1c;
    position: absolute;
    font-family: Proxima Nova Semi-bold;
    font-size: 14px;
    color: white !important;
    padding: 7px;
    z-index: 1;
    transform: rotate(-20deg);
    top: 8px;
    left: 20px;
    z-index: 999;
}

.property-pending{
    text-transform: uppercase;
    background: #FF9800;
    position: absolute;
    font-family: Proxima Nova Semi-bold;
    font-size: 14px;
    color: white !important;
    padding: 7px;
    z-index: 1;
    transform: rotate(-20deg);
    top: 12px;
    left: 20px;
    z-index: 999;
}

