
body #section-cefr {
  background-color: #F2F2F2;
  padding: 0 112px 0;

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

  align-items: center;
}

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

  margin: 0 0 16px;
}


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

body #section-cefr h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #3E4095;
}

body #section-cefr ul {
  list-style: square;
  padding-left: 20px;
  margin-left: 0;
}

body #section-cefr li {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #3E4095;
}

body #section-cefr li::marker{
  color: #000000;
}

body #section-cefr .cefr-image {
  display: flex;
  justify-content: flex-end;
}


body #section-cefr .cefr-image img{
  height: 530px;
  margin-top: -10px;
}

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

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

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


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

  body #section-cefr h2 {
    font-size: 19px;
    line-height: 30.4px;
    margin: 0 0 16px;
  }
  
  body #section-cefr p {
    font-size: 12px;
    line-height: 16.87px;
    
    margin: 30px 0;
  }
  
  body #section-cefr h6 {
    font-size: 12px;
    line-height: 16.87px;
  }
  
  body #section-cefr li {
    font-size: 12px;
    line-height: 16.87px;
  }

  body #section-cefr .cefr-image img{
    height: 300.16px
  }
}