.badge-container {
    padding: 50px 15px;
}

.badge-image {
    margin-bottom: 15px;
}

.badge-caption {
    font-size: 30px;
    color: #9c000e;
    line-height: 1.2;
}

.badge-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

.badge-content {
    font-size: 13px;
    opacity: 0.5;
    text-align: justify;
}

@media all and (max-width: 767px) {
    .badge-container {
        padding: 15px;
    }
}