.hero-overlay {
    min-height: 100vh;
    background-image: url("../img/Partnership page.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-spacer {
    padding-top: 4%;
}

.hero-text {
    padding-top: 5.5%;
}

.hero-text-header {
    font-family: 'Inter', sans-serif;;
    font-weight: 900;
    font-size: 50px;
}

.hero-text-tag {
    margin-top: 5%;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 2%;
    margin-left: 10px;
    font-family: 'Inter', sans-serif;;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(42, 172, 245, 0.5);
    border-radius: 8px;
}

.bottom-border {
    width: 100%;
    padding-top: 12%;
}

.partner-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.partner-logo-1 {
    border: 1px solid #CDC6C6;
}

.partner-logo-list {
    list-style: none;
    padding-left: 0px;
}

.partner-logo-list li {
    display: inline-block;
}

.about-text {
    font-family: 'Inter', sans-serif;;
    font-size: 26px;
}

.contact-form {
    background: linear-gradient(rgba(42, 172, 245, 1), rgba(217, 217, 217, 1));
    border-radius: 8px;
}

.contact-us-submit-button {
    float: right;
    border: 0;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 30px 10px 30px;
}

.contact-us-submit-text {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.form-style div label {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.form-style div input, .form-style div textarea, .form-style div select {
    border-radius: 12px;
    border: 2px solid white;
    box-shadow: none;
}

.form-style div input:hover, .form-style div select:hover, .form-style div textarea:hover,
.form-style div input:focus, .form-style div select:focus, .form-style div textarea:focus {
    border: 2px solid #2AACF5;
    box-shadow: none;
}

.text-border-size {
    width: 24%;
}

@media only screen and (max-width: 1024px) {
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 70px;
    }

    .hero-text-tag {
        font-size: 20px;
    }

    .partner-logo {
        margin: 0px 5px;
    }

    .form-label {
        font-size: 16px !important;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 18px;
    }

    .contact-form {
        padding: 30px 15px !important;
    }

    .center-spacer {
        width: 10%;
    }

    .team-img {
        width: 200px;
        height: 200px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}

@media only screen and (max-width: 450px) {

    .partner-logo-1 {
        width: 30px !important;
        height: 30px !important;
    }

    .visa-card-link {
        margin-top: 30px;
    }
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 100px;
    }

    .hero-text-tag {
        font-size: 20px;
    }

    .partner-logo {

        width: 45px;
        height: 45px;
        margin: 0px 1px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .team-img {
        width: 150px;
        height: 150px;
        margin-top: 20px;
    }

    .user-name {
        font-size: 18px;
    }

    .user-position {
        font-size: 15px;
    }

    .user-job, .user-about {
        font-size: 16px;
    }

    .text-border-size {
        width: 29%;
    }

}