.small-header-images {

    height: 70vh;
}

.small-header-images .header-image {

    height: 71vh;
}

.home-title .sub-title {

    font-size: 2.2vw;
    color: white;
    margin-bottom: 0.5em;
    font-family: "Poppins", san-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.bullet-list {

    font-size: 1.45vw;
    color: #ffffff;
    font-weight: 200;
    margin-bottom: 1em;
    border-bottom: 5px solid #7ca6b2;
    border-top: 5px solid #7ca6b2;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

form.wpcf7-form {

    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

form.wpcf7-form * {

    width: 100%;
}

form.wpcf7-form :where( input, textarea ) {

    width: calc(100% - 30px);
    text-align: center;
    border: 0px;
    padding: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 200;
    font-family: "Roboto", san-serif;
}

form.wpcf7-form input[type=submit] {

    width: 100%;
    text-align: center;
    border: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    background: #7ca6b2;
    font-family: "Roboto", san-serif;
    color: #ffffff;
    font-size: 20px;
    background-color: #324b68;
}
