
.posting-guidelines .guideline-foot {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
.posting-guidelines .guideline-main {
    min-height: 147px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.posting-guidelines .guideline {
    text-align: center;
}
.posting-guidelines p {
    line-height: 1.5rem;
    font-weight: 300;
    margin-bottom: 15px;
}
.posting-guidelines .title {
    font-size: 32px;
    margin-bottom: 25px;
    margin-top: 15px;
    font-family: Montserrat, serif;
}
.posting-guidelines .guideline-green .guideline-foot {
    background: rgba(43,226,216, 1);
}
.posting-guidelines .guideline-green {
    background-color: rgba(43,226,216, 0.13);
}

.posting-guidelines .guideline-red .guideline-foot {
    background: rgba(255,139,139, 1);
}
.posting-guidelines .guideline-red {
    background-color: rgba(255,139,139, 0.13);
}
.posting-guidelines ul li {
    font-weight: 300;
    margin-bottom: 5px;
}
@media(max-width: 767px) {
    .posting-guidelines .guideline {
        margin-bottom: 15px;
    }
}