.sr-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,.1);
    overflow: hidden;
    margin-bottom: 24px;
}

.sr-card-header {
    background: linear-gradient(135deg, #d9232d, #a8171f);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 10px;
    font-size: 1rem;
}

    .sr-card-header i {
        margin-right: 8px;
    }

.sr-card-body {
    padding: 12px 20px 18px;
}

    .sr-card-body ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sr-card-body li {
        padding: 8px 0;
        border-bottom: 1px dashed #eee;
        font-size: .9rem;
    }

        .sr-card-body li:last-child {
            border-bottom: none;
        }

    .sr-card-body a.linkcolor {
        color: #33373d;
        transition: color .15s ease;
    }

        .sr-card-body a.linkcolor:hover {
            color: #d9232d;
            text-decoration: none;
        }

.sr-info-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,.1);
    padding: 30px 24px;
    text-align: center;
}

    .sr-info-box h1 {
        color: #d9232d;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.9rem;
        margin-bottom: 4px;
    }

    .sr-info-box h2, .sr-info-box h3, .sr-info-box h4 {
        color: #a8171f;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: .95rem;
        opacity: .65;
        margin: 2px 0;
    }

    .sr-info-box p {
        color: #495057;
        line-height: 1.8;
        font-size: .95rem;
        margin-top: 14px;
        text-align: justify;
    }
