.section3{height:auto}.Section3>h2{padding:27px 0;font-size:26px;font-weight:500}.bulletPointsContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));-moz-column-gap:3%;column-gap:3%;row-gap:20px;margin-bottom:2%}.bulletPointsContainer>.bulletPointItem{display:flex;height:120px;justify-content:center;align-items:center;place-items:center;color:white;font-size:100%;text-align:center;background-color:rgba(0,0,0,.79);border-radius:10px}@media screen and (max-width:950px){.bulletPointsContainer{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.Section3>h2{text-align:center}}.Section7{background-image:url(/)}.gridSection7{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);grid-template-areas:"a a a" "b none none" "none2 none2 c" "d d d";gap:20px}.gridSection7 *{text-align:center}.gridSection7 .gridSection7Item:first-child{grid-area:a}.gridSection7 .gridSection7Item:nth-child(2){grid-area:b}.gridSection7 .gridSection7Item:nth-child(3){grid-area:c}.gridSection7 .gridSection7Item:nth-child(4){grid-area:d}@media screen and (max-width:950px){.gridSection7{grid-template-areas:"a" "b" "c" "d";grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,1fr)}}