.info-box {
    max-width: 700px;
    margin: 1.5rem auto;
    padding: 1.5rem;
    background: #fafafa;
    border-left: 6px solid #2b6cb0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.info-box p {
    margin: 0 0 1em;
}

.info-box a {
    color: #2b6cb0;
    font-weight: bold;
    text-decoration: none;
}

.info-box a:hover {
    text-decoration: underline;
}

.elegant {
    border-top: 3px solid #444;
    border-bottom: 3px solid #444;
    padding: 25px;
    margin: 30px auto;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    color: #333;
}

.elegant p {
    margin-bottom: 16px;
}

.elegant a {
    color: #005a9c;
}

.video-button {
    display: inline-block;
    padding: 12px 24px;
    background: #c62828;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background .3s;
}

.video-button:hover {
    background: #8e0000;
}

.two-columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.two-columns .info-box {
    flex: 1;
    min-width: 280px;
}