.page__top.b-benefit__top {
  height: 600px !important;
  box-shadow: inset 0 0 0 50vw rgba(5, 26, 60, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .page__top.b-benefit__top {
    /*height: 852px !important;*/
  }
}

.benefit-flu .page__top .page__title {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .benefit-flu .page__top .page__title {
    padding: 90px 0 110px;
  }
}

.g-green {
  border-radius: 30px !important;
  background: #14C564 !important;
  margin: 0 auto;
  font-family: Lato !important;
  font-style: normal !important;
}
.g-exp {
  background: #E8F4FA;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6F7B8E;
  padding: 100px 0;
  font-family: Montserrat;
}
.g-exp h2 {
  font-size: 60px;
  line-height: 66px;
  font-family: Lato;
  font-weight: 800;
  color: #071C3D;
  margin: 0;
  padding: 20px 0;
}
.g-inline {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 -25px;
}
.g-slider {
  padding: 50px 0 20px 0;
}
.g-slider > div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .g-slider > div {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .g-slider > div {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  .g-slider > div {
    width: 25%;
  }
}
.g-slider h4 {
  font-family: Lato;
  font-size: 24px;
  line-height: 30px;
  color: #071C3D;
  font-weight: 900;
  margin: 0;
  padding: 20px 10px;
}
.g-slider a {
  display: block;
  color: #6F7B8E;
  font-size: 16px;
  line-height: 28px;
  font-family: Montserrat;
  font-weight: 400;
  max-width: 250px;
  background: #fff;
  border-radius: 24px;
  margin: 0 auto;
  padding: 50px 0;
  transition: all 0.2s ease;
  min-height: 436px;
}
.g-slider a:hover {
  color: #fff;
  background: #14c564;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
.g-slider a:hover h4 {
  color: #fff;
}
.g-slider a img {
	width: 72px;
    height: 72px;
}
.g-slider a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.g-slider p {
	padding: 0 15px;
}
.g-blue .page__title {
  text-transform: none;
}
.g-blue .b-has-circle {
  padding-bottom: 70px;
}
.g-blue .b-benefit-wrap:before {
  bottom: 20px;
}
.g-blue .b-circle {
  background: #fff;
  -webkit-box-shadow: 0px 5px 50px 0px rgba(145, 199, 225, 0.35);
  -moz-box-shadow: 0px 5px 50px 0px rgba(145, 199, 225, 0.35);
  box-shadow: 0px 5px 50px 0px rgba(145, 199, 225, 0.35);
}
.g-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  min-height: 60px;
  max-width: 360px;
  line-height: 1.15;
  border-radius: 30px;
  background: #14C564;
  text-transform: uppercase;
  font-family: Lato;
  font-weight: bold;
  text-align: center;
}
@media ( max-width: 768px ) {
	.g-blue .b-has-circle {
		padding-bottom: 0;
	}
}

/*# sourceMappingURL=g.css.map */
