
    #content3{
      max-width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      background-color: rgb(53,57,62);
      color: #FFF;
    }
    .content3-top{
      height: 7rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      /* font-size: 2rem; */
      /* font-weight: 500; */
      /* line-height: 4rem; */
      text-align: center;
    }
    .content3-bottom{
      max-width: 80rem;
      margin: 0 auto 2rem auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      flex-grow: 1;
    }
    .content3-bottom-card{
      width: 32rem;
      height: 7rem;
      margin: 1rem 1rem;
    }
    .content3-bottom-title{
      font-size: 1.15rem;
      font-weight: 500;
      line-height: 1.5rem;
      margin: 0.2rem 0;
    }
    .content3-bottom-text{
      font-size: 1rem;
      font-weight: 400;
      line-height: 1rem;
      margin: 0.2rem 0;
    }