.header-area {
  border-bottom: solid 0.25rem var(--g-blue);
  -webkit-box-shadow: 0 0 10px var(--g-blue);
          box-shadow: 0 0 10px var(--g-blue);
}

.our-story-section .story-box {
  margin: 1rem;
  border-radius: 1.5rem;
}

.our-story-section .story-box p {
  text-align: justify;
  margin: 0;
  font-weight: 500;
}

.our-story-section .story-box a {
  text-decoration: none !important;
  padding: 0.75rem 1.5rem;
  border-radius: 2.5rem;
  background-color: var(--g-white);
  font-weight: 500;
}

.our-story-section .story-box .hover-blue {
  -webkit-box-shadow: 2px 2px 2.5px var(--g-blue);
          box-shadow: 2px 2px 2.5px var(--g-blue);
}

.our-story-section .story-box .hover-yellow {
  -webkit-box-shadow: 2px 2px 2.5px var(--g-yellow);
          box-shadow: 2px 2px 2.5px var(--g-yellow);
}

.our-story-section .story-box .hover-blue:hover, .our-story-section .story-box .hover-blue:focus, .our-story-section .story-box .hover-blue:active {
  background-color: var(--g-blue);
  color: var(--g-white) !important;
  -webkit-box-shadow: 0 0 0 var(--g-blue);
          box-shadow: 0 0 0 var(--g-blue);
}

.our-story-section .story-box .hover-yellow:hover, .our-story-section .story-box .hover-yellow:focus, .our-story-section .story-box .hover-yellow:active {
  background-color: var(--g-yellow);
  color: var(--g-white) !important;
  -webkit-box-shadow: 0 0 0 var(--g-yellow);
          box-shadow: 0 0 0 var(--g-yellow);
}

.our-story-section .blue-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-blue)), to(var(--g-white)));
  background-image: linear-gradient(var(--g-blue), var(--g-white));
}

.our-story-section .yellow-box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--g-yellow)), to(var(--g-white)));
  background-image: linear-gradient(var(--g-yellow), var(--g-white));
}

.our-story-section .font-big {
  font-size: 3rem;
}

.our-story-section .font-medium {
  font-size: 1.25rem;
}
/*# sourceMappingURL=story.css.map */