.section-banner {
  box-sizing: border-box;
  background-image: url(../../assets/img/banner-coding.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 750px;
  padding-top: 115px;
  padding-left: 90px;
  border-bottom: 10px solid #FFFF00;
}

.section-banner .wrapper-banner {
  display: flex;
  flex-direction: column;
  width: 800px;
}

.section-banner .box-card {
  margin-bottom: 40px;
}

.section-banner .nav-menu {
  display: flex;
  justify-content: space-around;
}
