.about {
  position: relative;
  top: 160px;

  .we-do {
    display: flex;
    padding: 50px 100px;

    .left-ab {
      padding: 10px;
      padding-right: 110px;
      border-radius: 10px;

      h3 {
        font-size: 20px;
        font-weight: 500;
        color: rgb(97, 97, 97);
        margin-bottom: 20px;
      }

      p {
        font-size: 16px;
        font-weight: 300;
      }
    }

    .right-ab {
      h3 {
        font-size: 20px;
        font-weight: 500;
        color: rgb(97, 97, 97);
        margin-bottom: 20px;
      }

      p {
        font-size: 16px;
        font-weight: 300;
      }
    }
  }
}

.belief {
  position: relative;
  top: 100px;
  text-align: center;

  h3 {
    font-size: 25px;
    font-weight: 500;
    color: rgb(97, 97, 97);
    margin-bottom: 40px;
  }
  .bl-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    .bl-cards{
      width: 400px;
      text-align: left;
      margin-top: 10px;
      margin-right: 20px;
      .icon-1st{
        font-size: 25px;
        color: orange;
        margin-bottom: 10px;
      }
      .icon-2nd{
        font-size: 25px;
        color: green;
        margin-bottom: 10px;
      }
      .icon-3rd{
        font-size: 25px;
        color: skyblue;
        margin-bottom: 10px;
      }
      h5{
        font-size: 19px;
        color: rgb(97, 97, 97);
      }
      p{
        font-size: 14px;
        font-weight: 300;
        margin-top: 10px;
      }
    }
  }
}

footer {
  position: relative;
  top: 400px;
}