
    #content11{
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #FFF;
      background-color: rgb(53, 57, 62);
      text-align: center;
    }
    .content11-top{
      height: 8rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .content11-top-title{
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 3rem;
    }
    .content11-top-text{
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
    }
    .content11-bottom{
      max-width: 66rem;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap;
      align-items: start;
      text-align: start;
    }
    .content11-bottom-left,.content11-bottom-right{
      max-width: 29rem;
      margin: 1rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .content11-bottom-card{
      width: 25rem;
      margin: 1rem 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .content11-bottom-card-top{
      width: 25rem;
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
    }
    .content11-bottom-card-top-image{
      width: 3rem;
      height: 3rem;
      margin-right: 1rem;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .content11-bottom-card-top-font{
      width: 10rem;
      height: 3rem;
      margin-right: 1rem;
      display: flex;
      justify-content: start;
      align-items: center;
      font-size: 1rem;
      line-height: 3rem;
      font-weight: 500;
    }
    .content11-bottom-card-text{
      width: 25rem;
      margin: 0.5rem 0;
      font-size: 0.8rem;
      line-height: 1rem;
      font-weight: 300;
    }
    .content11-bottom-card-endtext{
      width: 25rem;
      font-size: 0.8rem;
      line-height: 1rem;
      font-weight: 300;
      color: #7c7b7b;
      text-decoration: underline;
    }