.logo {
    padding-top: 4px;  
    font-size: 20px;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.feature-logo {
    width:4rem;
    height:2rem;
}

.feature2-logo {
    padding-right: 15px;
    height: 2rem;
}

.membership-align {
    text-align: left;
    padding-bottom: 10px;
}

.cost {
    font-size: 1.5rem;
    font-weight: 500px;
}

.background-section {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.section-grey {
  background-color: #f2f2f2; /* light grey */
  border-radius: 10px;
}

.album-photo {
    height: 200px;
    width: 300px;
}

