.featuresDiv {
    
    padding-bottom: 250px;

    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    flex-direction: row;
}
.featureBox {
    background-size: contain;
    background-color: #404040;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;

    word-wrap: break-word;
    min-height: 220px;
    max-height: 220px;
    min-width: 220px;
    max-width: 220px;
    color: white;
    text-decoration: none;
}
@media (max-width: 1350px) {
  .featuresDiv {
    flex-direction: column;
  }
}
