body {
    font-family: "Sora", sans-serif;
    color: black;
    /* overflow: scroll; */
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  
    background: #fbfbfb;
  }
  

.comofuncionamos{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
  
  }
  
  .content-header {
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  
  .como-img{
      text-align: center;
      width: 100%;
      height: 300px;
      overflow: hidden;
      margin-bottom: 0;
  
  }
  
  .como-img img{
      width: 100%;
      height: auto;
      position: relative;
      bottom: 0px;
  }

  
.description {
    padding-top: 10px;
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  
  .title {
    font-size: 20px;
    color: #000000;
  }
  
  .title h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .subtitle {
    color: black;
    font-size: 16px;
  }

  @media screen and (min-width: 768px) {

    .como-img{
        text-align: center;
        width: 100%;
        height: 600px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    
    .como-img img{
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0px;
    }

}

@media screen and (min-width:761px) and (max-width: 1350px)  {
    .como-img img{
        width: 100%;
        height: auto;
        position: relative;
        bottom: 0px;
    }
}