.hero1 {
    position: relative;
    height: 75vh;
    /* background: url('bg1.jpg') no-repeat center center/cover; */
    /* background: url('bg2.jpeg') no-repeat center center/cover; */
    background: url('images/bg5.jpg') no-repeat center center/cover;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero1 .hero-content1 {
    max-width: 600px;
}

.hero1 h1 {
    font-size: 48px;
    margin: 0;
}

.hero1 p {
    font-size: 24px;
    margin: 20px 0;
}

.section {
    padding: 60px 20px;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.team-member h5 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.team-member p {
    font-size: 14px;
    color: #777;
}

.values-icon {
    font-size: 50px;
    color: #007bff;
    margin-bottom: 20px;
}