#new-footer {
  display:none;
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
img {
  max-width: 100%;
  max-height: 100%;
}
section {
  position: relative;
}
.left {
  max-width: 560px;
}
.right {
  max-width: 560px;
}
#for-ho {
  position: relative;
  padding: 50px 10px;
}
#for-ho h3 {
  margin-bottom: 50px;
  margin-top: 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 36px;
  font-family: 'Fira Sans', sans-serif;
}
#for-ho .item img {
  opacity: .25;
  width: 120px;
}
#for-ho .item p {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Fira Sans', sans-serif;
  color: #016869;
}
#for-ho .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#program {
  padding: 50px 10px;
  font-size: 20px;
  background: #e1e4e9;
}
#program h3 {
  color: #40298e;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
#program h5 {
  color: #f10649;
  font-weight: 700;
  font-size: 28px;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 10px;
}
#program h5 b {
  color: #4f4c4c;
  margin-right: 10px;
}
#program ul {
  padding-left: 19px;
}
#program li {
  padding-bottom: 20px;
}