.hero-overlay {
    min-height: 100vh;
    background-image: url("../img/about-img.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 100vh;
}

.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-top: 3%;
    padding-bottom: 3%;
    padding-left: 4%;
    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: 5%;
}

.partner-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.partner-logo-list {
    list-style: none;
    padding-left: 0px;
}

.partner-logo-list li {
    display: inline-block;
    margin-right: 5px;
}

.about-text {
    font-family: 'Inter', sans-serif;;
    font-size: 26px;
}

.team-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.user-name {
    font-family: 'Inter', sans-serif;;
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.user-position {
    font-family: 'Inter', sans-serif;;
    font-size: 20px;
    font-weight: 900;
    color: #2AACF5;
}

.user-job, .user-about {
    font-family: 'Inter', sans-serif;;
    font-size: 20px;
}

.user-about {
    font-style: italic;
    margin-top: -10px;
}

.text-border-size {
    width: 29%;
}

@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 20px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .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: 900px) {
    .hero-text-header {
        font-size: 40px;
    }

    .hero-text-tag-row {
        margin-top: 140px;
    }

    .hero-text-tag {
        font-size: 18px;
    }

    .partner-logo {
        width: 60px;
        height: 60px;
        margin: 0px 20px;
    }

    .about-text {
        font-family: 'Inter', sans-serif;;
        font-size: 20px;
    }

    .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: 768px) {


    .team-img {
        width: 150px;
        height: 150px;
    }

    .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) {
    .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%;
    }

}