.about-section {
    padding: 40px 0;
}

.about-section h1 {
    margin-bottom: 20px;
}

.about-block {
    margin-top: 30px;
}

.about-block h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
}

.about-section p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.about-list {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: disc inside;
}

.about-cta {
    margin-top: 15px;
}

.about-link {
    text-decoration: underline;
}

.about-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-gallery-item {
    flex: 1 1 250px;
    max-width: 320px;
}

.about-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

.about-gallery-item figcaption {
    font-size: 0.9em;
    margin-top: 5px;
}

.about-video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: space-around;
}

.about-video-item {
    flex: 1 1 320px;
    max-width: 480px;
}

.about-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.about-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-video-caption {
    font-size: 0.9em;
    margin-top: 8px;
}