.py-100{
    padding-top:100px;
    padding-bottom:100px
}
.post-content h2 {
    margin-bottom: 5px;
    font-size: 25px;
}
.post-content p {
    margin-bottom:30px;
}
@media(max-width:992px) {
    .py-100 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
.border-warning {
    border-color: #8BC34A !important 
}