.block-title { font-size: 2.25rem; font-weight: 700; text-align: center; margin-bottom: 20px;}

.life-member {min-width: 225px; display: flex; justify-content: center; flex-wrap: wrap;}

.member-img {padding-top: 56.26%; width: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; margin-bottom: 15px; background-color: white; border-radius: 0%;}

.life-member-name {font-weight: 700; font-size: 1.25rem; margin-bottom: 7.5px; width: 100%; text-align: center;}

.contentview { margin-top: 5px; grid-gap: 25px;}

/*  ##Device = Desktops ##Screen = 901px to higher resolution desktops */
@media (min-width: 901px) {



}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 768px) and (max-width: 900px) {



}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {

.block-title { font-size: 1.75rem;}

.contentview {grid-gap: 15px;}

}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {

.block-title { font-size: 1.75rem;}

.contentview {grid-gap: 15px;}

}
