/*MOBILE TABLET PC*/

.section .margen > .div_img {
  margin-bottom: 20px;
  width: 100%;
}

.section .flex2 {
  margin-bottom: 20px;
}

.section .flex2:nth-of-type(2) {
  width: 20%;
}

.section .flex2 .div_img {
  margin: auto;
}

.section .flex2:nth-of-type(3) {
  width: 75%;
}

.section .flex2 p:nth-of-type(2) {
  margin-top: 20px;
  font-weight: bold;
}

#section_1 {
  padding-top: 20px;
}

#section_4 .margen {
  justify-content: left;
}
  
#section_4 .flex2 {
  padding-bottom: 20px;
}

#section_4 .flex2:nth-of-type(2) {
  width: 100%;
}
  
#section_4 .flex2 .div_img {
  width: 100%;
}
  
#section_4 p {
  margin-top: 20px;
  color: #666666;
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 
  
  .section .margen {
    justify-content: center;
  }
  
  .section .flex2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .section .flex2:nth-of-type(2) {
    justify-content: right;
    width: 20%;
  }

  .section .flex2 .div_img {
    padding-right: 20px;
    margin: initial;
  }

  .section .flex2:nth-of-type(3) {
    width: 55%;
  }
  
  #section_4 .margen {
   justify-content: space-between;
  }
  
  #section_4 .flex2 {
    padding-bottom: 40px;
    width: 49%;
  }
  
  #section_4 .flex2:nth-of-type(2) {
    width: 49%;
  }
  
  #section_4 .flex2 .div_img img {
    width: 104.3%;
  }
  
}

/*PC ONLY*/
@media only screen and (min-width: 970px) { 


}