.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-grow: 1;
    margin-top: 50px;
    text-align: center;
}

.page-heading {
    margin-top: 20px;
    color: #f6d29b;
}

.description {
    color: white;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    line-height: 1.6;
}

.project-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.project-desc {
    width: 100%;
    padding: 20px;
    text-align: left;
    color: white;
    line-height: 1.6;
}

.video-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.video-double,
.video-single {
    text-align: center;
    margin: 10px;
}

.video-double video,
.video-single video {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.video-description {
    color: #f6d29b !important;
}

@media (min-width: 801px) {
    .video-double {
        width: 40%;
    }
    .video-single {
        width: 60%;
    }
}

@media (max-width: 800px) {
    .video-double,
    .video-single {
        width: 80%;
        margin: 10px auto;
    }
}

h2 {
    color: #f6d29b;
    margin-bottom: 0;
}

h3 {
    font-size: 16px;
    color: #f6d29b;
    margin-top: 0;
}
