.swiper {
    width: 100%;
    height: 50px;
}

#navbar-main {
    background-color: #e9eff6 !important;
}

#partners, #contact {
    background-color: #e9eff6;
    padding-bottom: 20px;
}

#web-design {
    background: url('../images/BG_Code_review.png') no-repeat top right/cover;
    background-color: #e9eff6;
    background-blend-mode: lighten;
    height: auto;
}

.mtl-tms-card {
    background-color: #dadde2;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

p.mtl-sml-txt {
    text-align: right;
    font-weight: bold;
}

.mtl-hero {
    font-size: 27px;
    padding-bottom: 20px;
    line-height: 1.7;
}

.mtl-tms-card p {
    line-height: 1.3;
}

.fb-container {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

/* Courses Page */
.flex-container {
    width: 100%;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

h5.card-title {
    font-size: 1rem;
}


/* Events Page */
.flex-container-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

video {
    max-width: 100%;
    height: auto;
}

.vid-box {
    width: 700px;
}