.main {
  margin: 0 auto 6vw;
  padding-top: 22vw;
}

.main_title {
  text-align: center;
  margin-bottom: 4vw;
}

.main_title > h2 {
  font-size: 7.5vw;
  color: #254e9f;
}

.main_title > p {
  font-size: 4vw;
  color: #a9bbde;
  text-transform: uppercase;
  letter-spacing: 3vw;
}


.main_img {
  margin-bottom: 2vw;
}

.ggIconListNav {
  border-radius: 1.33vw;
  overflow: hidden;
  background-color: white;
  box-shadow: 0vw 0vw 3vw rgba(19, 42, 89, 0.4);
  padding: 1.33vw;
  display: flex;
  margin: 0 5vw 3vw;
}

.ggIconListNav > li {
  text-align: center;
  font-size: 3.2vw;
  width: 20%;
  line-height: 6.67vw;
  border-radius: 1.33vw;
  color: #254e9f;
  transition: all .6s;
}

.ggIcon_nav_activation {
  color: white !important;
  background-color: #254e9f;
}

.ggIcon_nav_activation > a {
  color: white;
}

.main_list {
  width: 90vw;
  margin: 5vw auto 0;
}

.list_li {
  background-color: rgba(255,255,255,0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0vw 0vw 2vw rgba(19, 42, 89, 0.4);
  margin-bottom: 2vw;
  border-radius: 1.33vw;
  padding: 1.5vw;
  overflow: hidden;
}

.list_box {
  border: 0.4vw #254e9f solid;
  border-radius: 0.9vw;
  align-items: center;
  padding: 3.5vw;

}

.list_box_top {
  display: flex;
  align-items: center;
  margin-bottom: 3vw;
}

.li_img {
  height: 8vw;
  width: 8vw;
  margin-right: 4vw;
}

.list_box h3 {
  color: #254e9f;
  font-size: 4vw;
  margin-bottom: 1vw;
}

.list_box p {
  font-size: 3vw;
}

.page_list {
  display: flex;
  margin: 5vw 20vw;
}

.page_list > a {
  box-shadow: 0vw 0vw 3vw rgba(19, 42, 89, 0.4);
  text-align: center;
  font-size: 4vw;
  flex: 1;
  height: 10vw;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 2vw;
  overflow: hidden;
  background-color: white;
  border-radius: 1vw;
  color: #254e9f;
}

.page_list > .page_li_activ {
  background-color: #254e9f;
  color: white;
}