  .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    background: #fff;
    }

    
    .member-info {
    padding-left: 2rem;
    padding-right: 2rem;
    }
    
    .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: rgb(63, 162, 255);
    }
    
    .member span {
    display: block;
    font-size: 15px;
    margin-top: 1,5rem;
    position: relative;
    font-weight: 500;
    }
    

    .member p {
    margin-top: 2rem;
    font-size: 14px;
    }

    section {
    padding-top: 4rem;
    overflow: hidden;
    }
    
    .title {
    text-align: center;
    }
    
    .title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-bottom: 4rem;
    position: relative;
    color: rgb(63, 162, 255);
    }