.social-media-section {
    padding: 20px;
    background-color: #f0f0f0;
}

.section-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.social-media-embeds {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.social-box {
    text-align: center;
    max-width: 340px;
    width: 100%;
}

.social-box .fab {
    font-size: 32px;
    margin-bottom: 10px;
}

iframe {
    border: none;
    width: 100%;
    max-width: 340px;
    height: 500px;
}
