.banner {
    background-image: url('<?= $basePath ?>/images/team.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 60%;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container.slide-text .col-md-12 h2.title {
    font-size: clamp(2rem, 5rem, 3rem);
    font-weight: bold;
    letter-spacing: 0.3rem;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}

.subtitle-container {
    justify-items: center;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
}

.subtitle-container h1 {
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: 1.5px;
    color: white;
    text-align: center;
    margin: 0px;
}

.page-width h1.page-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 520px) {
    .page-width h1.page-title {
        font-size: 20px;
    }
}

.slim-para p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify;
}

.credit-container {
    margin-bottom: 100px;
    margin-top: 50px;
}

.credit-col h1 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    color: #085470;
}

.row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 30;
}

.col li {
    list-style: none;
    padding: 10px 20px;
    font-size: 1.1rem;
}

.col {
    text-align: center;
    background-color: #bce4ffff;
    margin: 20 10;
    padding: 20 20;
    border-radius: 50px;
    box-shadow: 7px 10px 6px rgba(190, 190, 190, 0.6);
    border: 2px #2c3e50;
}

.col h1 {
    margin-bottom: 30px;
    font-family: "Alan Sans", sans-serif;

}

.image-section {
    position: relative;
    overflow: hidden;
}

.wave-container {
    margin-top: -30px;
}

.form-container {
    background-color: #d6f1fb;
    padding: 10px 0;
    width: 100%;
}

.form-container .title-container {
    background-color: inherit;
    text-align: center;
    align-content: center;
    border-right: #085470 solid 3px;
}

.form-container .title-container h1 {
    font-size: clamp(2rem, 5vw,5rem);
    line-height: clamp(2rem, 5vw, 7rem);
    margin: 30px 100px;
    color: #085470;
    font-family: 'Alan Sans', sans-serif;
}

.form-container .form h1.text-black {
    line-height: 1;
    margin-right: 1rem;
}

.form-container .h1 {
    text-align: center;
    color: #085470;
}

.form-container .form {
    background-color: #d6f1fb;
    border-radius: 50px;
    padding: 10px 0;
    width: 100%;
    justify-self: right;
}

@media (max-width: 530px) {
    .slim-para {
        margin: 0;
    }

    .form-container .title-container h1 {
        margin: 30px 5px;
    }
}

@media (max-width: 881px) {
    .form-container .title-container {
        border-right: none;
    }
}

@media (max-width: 620px) {
    .banner .subtitle-container h1 {
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 1px;
    }
}