@charset "utf-8";
/* CSS Document */

.section_meo{
  background-color: #1582d6;
  padding: 120px 0;
}

.section_meo_inner{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 13px;
  padding: 80px 60px;
  align-items: center;
}

.title_meo{
  font-size: 52px;
  color: #003366;
  margin-bottom: 40px;
  line-height: 1.2;
  text-align: center;
}

.section_meo h2{
  font-size: 30px;
  color: #003366;
  font-weight: 800;
  padding-left: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  border-left: 8px solid #77b0aa;
}

.section_meo_h3box{
  display: flex;
  justify-content: space-around;
}
.section_meo h3{
  position: relative;
  font-size: 20px;
  color: #003366;
  font-weight: 600;
  padding: 40px 40px 40px 100px;
  width: 45%;
  border-radius: 16px;
  border-top: 5px solid #77b0aa;
  background-color: #f8fafc;
}
.section_meo h3:before {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  content: "";
  color: #77b0aa;
  font-size: 40px;
}

.section_meo h3.a01:before {
  content: "\f674";
}
.section_meo h3.a02:before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
}
.section_meo h3.b01:before {
  content: "\f012";
}
.section_meo h3.b02:before {
  content: "\f086";
}
.section_meo h3.c01:before {
  content: "\f274";
}
.section_meo h3.c02:before {
  content: "\f140";
}
.section_meo h3.d01:before {
  content: "\f3c5";
}
.section_meo h3.d02:before {
  content: "\f005";
}



@media screen and (max-width: 768px) {
  
  .section_meo_inner{
    padding: 60px 30px;
  }
  .section_meo_h3box{
    flex-direction: column;
  }
  .section_meo h3{
    width: 100%;
    margin-bottom: 20px;
  }
  .title_meo {
    font-size: 32px;
  }
  .section_meo h2 {
    font-size: 26px;
  }
  
  
}