.about_pg {
    font-family: "Roboto", serif;
    background-color: #fade8a;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .about_container {
    padding: 70px 0px 70px 0px;
    height: 650px;
    width: 60%;
    text-align: center;
  }
  
  h1 {
    color: #f28705;
    font-size: 96px;
    letter-spacing: -0.04em;
    font-weight: 900;
  }
  
  .about_info {
    text-align: center;
  }
  
  .about_description {
    color: #f28705;
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
    position: relative;
    padding-bottom: 3rem;
  }
  .about_card {
    background-color: rgba(255, 189, 65, 0.3);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    position: relative;
  }
  .about_card:nth-child(1) {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(242, 135, 5, 0.17);
    border-radius: 10px;
    height: 230px;
    position: relative;
  }
  .about_card:nth-child(2) {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(242, 135, 5, 0.17);
    border-radius: 10px;
    height: 310px;
    position: relative;
  }
  .about_card:nth-child(3) {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(242, 135, 5, 0.17);
    border-radius: 10px;
    height: 400px;
    position: relative;
  }
  .about_card h3 {
    color: #f28705;
    text-align: left;
    font-size: 64px;
    letter-spacing: -0.04em;
    font-weight: 900;
    position: relative;
    bottom: 12px;
  }
  .about_card p {
    color: #f28705;
    text-align: left;
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 600;
    position: relative;
    width: 229px;
  }
  
  .about_line-bloco {
    display: flex;
    justify-content: space-between;
  }
  
  .about_line-bloco img {
    width: 50px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    .benefits {
      flex-direction: column;
      align-items: center;
    }

    .about_container {
      height: auto;
    }

    .about_card:nth-child(3){
      height: auto;
    }

    #aboutroll{
      width: 90%;
      font-size: 70px;
    }

    #about-title{
      font-size:40px;
    }
  }
  