.banner_img_menu {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.list_certifications .box_items .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.list_certifications .box_items .item .image {
  width: 40%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 90px;
  order: 2;
}
.list_certifications .box_items .item .box_content {
  order: 3;
  width: 60%;
  box-sizing: border-box;
  padding-left: 50px;
}
.list_certifications .box_items .item .box_content .description {
  font-size: 16px;
  margin-top: 10px;
}
.list_certifications .box_items .item .box_content .download {
  margin-top: 10px;
  display: inline-block;
}
.list_certifications .box_items .owl-nav {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: calc(70% + 50px);
}
.list_certifications .box_items .owl-nav div {
  width: 36px;
  height: 36px;
  border: 1px solid var(--extra-color);
  border-radius: 50%;
  font-size: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 11px;
  margin: 0 5px;
  transition: 0.4s;
}/*# sourceMappingURL=home.css.map */