.author-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-height: 100vh;
    text-align: center;
    box-sizing: border-box;
}

.author-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

.author-carousel-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
}

.author-image-wrapper {
    margin-bottom: 30px;
}

.author-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}