.content-fill{
  border-radius: 20px;
  background-color: white;
  padding: 2.5em;
}

.content-fill h2{font-size: clamp(1.1em, 2.1vw, 1.5em);}
.content-fill p{color: rgb(75, 75, 75);}

/* Responsive Mode */
@media (max-width: 700px){
  .content-fill {padding: 2em 1em;}
}