.iow-container {
    text-align: center;
    margin: 20px 0;
}

.iow-author {
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    font-family: Aviano Sans!important;
    font-size: 14px;
    text-transform: uppercase;
}

.iow-image {
    width: 600px;
    max-width: 100%;
    height: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
    .iow-image {
        width: 100%;
    }
}

