header {
  margin-top: 40px; }
  header.main {
    background-color: #367DD6;
    border-bottom: solid 20px #fff;
    border-top: solid 20px #fff; }
    @media (max-width: 768px) {
      header.main {
        margin-top: 0; } }
    header.main > .pop {
      position: relative; }
      @media (max-width: 992px) {
        header.main > .pop {
          margin: 0;
          padding: 0;
          width: 100%; } }
      header.main > .pop > .pop-content {
        background-color: #3E8EF3;
        margin-top: -20px;
        margin-bottom: -20px;
        padding: 60px;
        box-shadow: 0 2px 32px rgba(0, 0, 0, 0.05); }
        @media (max-width: 768px) {
          header.main > .pop > .pop-content {
            text-align: center; } }
        @media (max-width: 992px) {
          header.main > .pop > .pop-content {
            padding: 40px; } }
        header.main > .pop > .pop-content .logo-container {
          display: flex; }
        header.main > .pop > .pop-content .logo {
          background: url(odilon_logo.svg) no-repeat center/70%;
          width: 100%;
          flex: 1; }
          @media (max-width: 768px) {
            header.main > .pop > .pop-content .logo {
              height: 50px;
              background-size: contain; } }
        header.main > .pop > .pop-content h1 {
          font-size: 28px;
          color: #fff; }
          @media (max-width: 992px) {
            header.main > .pop > .pop-content h1 {
              font-size: 25px; } }
          @media (max-width: 768px) {
            header.main > .pop > .pop-content h1 {
              margin-top: 30px;
              font-size: 23px; } }
        header.main > .pop > .pop-content p {
          color: rgba(255, 255, 255, 0.9); }
        header.main > .pop > .pop-content a.button {
          padding: 7px 13px;
          margin-top: 10px;
          border: solid 2px rgba(255, 255, 255, 0.3);
          display: inline-block;
          border-radius: 3px;
          color: #fff;
          text-decoration: none;
          transition: all ease-out 100ms; }
          header.main > .pop > .pop-content a.button:visited, header.main > .pop > .pop-content a.button:active {
            color: #fff; }
          header.main > .pop > .pop-content a.button:hover {
            background-color: #fff;
            color: #3E8EF3;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }

h2 {
  color: #367DD6;
  font-size: 23px;
  margin: 60px 0 30px 0; }
  @media (max-width: 768px) {
    h2 {
      margin: 40px 0 20px 0; } }

section.content {
  padding: 0 60px; }
  @media (max-width: 768px) {
    section.content {
      padding: 0 40px; } }
  section.content .service-icons {
    border: solid 1px rgba(0, 0, 0, 0.1); }
    section.content .service-icons .service-icon {
      border-right: solid 1px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column; }
      section.content .service-icons .service-icon > .icon {
        flex: 1;
        padding: 40px; }
        section.content .service-icons .service-icon > .icon > .image {
          background: #fff no-repeat center/contain;
          height: 80px;
          width: 100%; }
          section.content .service-icons .service-icon > .icon > .image.a {
            background-image: url(service2.png); }
          section.content .service-icons .service-icon > .icon > .image.b {
            background-image: url(service5.svg);
            opacity: 0.7; }
          section.content .service-icons .service-icon > .icon > .image.c {
            background-image: url(service3.png); }
          section.content .service-icons .service-icon > .icon > .image.d {
            background-image: url(service4.png); }
          section.content .service-icons .service-icon > .icon > .image.e {
            background-image: url(service6.svg);
            opacity: 0.7; }
      section.content .service-icons .service-icon > .text {
        flex: 1;
        text-align: center;
        padding: 20px;
        padding-top: 0; }
      section.content .service-icons .service-icon:last-child {
        border-right: none; }

body {
  margin-bottom: 40px; }

@media (max-width: 992px) {
  .row.service-icons .service-icon {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .row.service-icons .service-icon:nth-child(2) {
      border-right: none; } }

@media (max-width: 1200px) {
  .row.service-icons .service-icon {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .row.service-icons .service-icon:nth-child(2) {
      border-right: none; } }

@media (max-width: 1200px) {
  .row.service-icons .service-icon {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .row.service-icons .service-icon:nth-child(5) {
      border-right: none; } }

@media (max-width: 992px) {
  .row.service-icons .service-icon {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .row.service-icons .service-icon:nth-child(3), .row.service-icons .service-icon:nth-child(8) {
      border-right: none; }
    .row.service-icons .service-icon:nth-child(5) {
      border-right: solid 1px rgba(0, 0, 0, 0.1); } }

@media (max-width: 768px) {
  .row.service-icons .service-icon {
    border-right: none !important; } }
