* {
    margin: 0;
    padding: 0;
  }

  .container-article{
      overflow: hidden;
  }
  
  /* --------- Main --------- */

  section:nth-of-type(1){
      display: flex;
      align-items: center;
      background: #F8F8F8;
  }

  section:nth-of-type(1) img{
      width: 100%;
  }


  section:nth-of-type(1) div:nth-of-type(2){
      padding: 0 50px;
  }


  section:nth-of-type(1) h2{
    font-family: "RF Dewi Bold";
  }
