
body #section-focus {
  background-color: #FFB09A;
  padding: 56px 112px 0;

  display: grid;
  grid-template-rows: repeat(1, auto);
  grid-template-columns: 1fr 1.4fr;

  align-items: center;
  gap: 20px;
}

body #section-focus h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51.2px;
  
  color: #FE673E;

  margin: 0 0 16px;
}


body #section-focus p {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #3E4095;
  
  margin: 30px 0;
}


body #section-focus .focus-image img{
  height: 471px; 
}

@media (max-width: 1350px) {
  body #section-focus {  
    display: flex;
    flex-direction: column-reverse;
  }

  body #section-focus h2 {
    text-align: center;
  }
}

@media (max-width: 1350px) {
  body #section-focus .focus-image img{
    height: 50vw;
    margin-top: 20px;
  }
}


@media (max-width: 500px) {
  body #section-focus {
    padding: 56px 20px 0;
  }

  body #section-focus h2 {
    font-size: 19.57px;
    line-height: 31.32px;
    margin: 0 0 16px;
  }
  
  
  body #section-focus p {
    font-size: 12px;
    line-height: 17.61px;
    color: #3E4095;
    margin: 18px 0;
  }
  
  body #section-focus .focus-image img{
    height: 300.13px; 
    margin-top: 0;
  }
}