div#rpb-result-section {
    border: 2px solid #272727;
    border-radius: 15px;
    padding: 25px;
    background-color: #FFF;
}

.rpb-post {
    position: relative;
    width: 100%;
    display: flex;
}

.rpb-post-img {min-width: 300px;margin-right: 15px;}

body .rpb-post-title h2 {
    font-size: 25px;
    color: #2D3748;
}

.rpb-post-title a {
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.rpb-post-title p {
    color: #2D3748;
}

div#rpb-btn-section {
    text-align: center;
    margin-top: 25px;
    color: #2D3748;
}



div#rpb-btn-section button#rpb-button {
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

br {}

#rpb-button {
    background-color: #d90000;
    border: 2px solid #d90000;
    color: #FFF;
    padding: 5px 25px;
    margin-top: 15px;
    border-radius: .33rem;
}

#rpb-button:hover {
    background-color: #FFF;
    color: #d90000;
}
a.rpb-more-link {
    color: #d90000;
    text-decoration: underline;
    margin: 0;
}
.rpb-post-img img {
    border-radius: 15px;
}
@media (max-width: 991px) {
   .rpb-post{ display: block; }
       .rpb-post-img img {
        margin: 0 auto 30px;
        display: block;
        border-radius: 15px;
    }
    .rpb-post-img {
        min-width: 100%;
    }
    body .rpb-post-title h2 {
        font-size: 18px;
    }
}
