.approach{
    background: url("./images/happy.jpg") no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    padding: 10%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.approach-overlay{
    background-color: rgba(255, 255, 255, 0.5);
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.approach h2{
    z-index: 99;
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    color: white;
}

.approach-list{
    z-index: 99;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.approach-content{
    display: flex;
    margin: 2%;
}

.count{
    font-size: 30px;
    text-align: center; 
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #63bedd;
    margin-right: 10px;
}

.info{
    background-color: #63bedd;
    text-align: center;
    font-size: 18px;
    height: 50px;
    width: 50vh;
}
