.hero_services_dropdown_wrapper {
  position: relative;
  list-style: none; }
  .hero_services_dropdown_wrapper .hero_services_trigger {
    color: #fff;
    font-family: proxima_novasemibold, ProximaNova-Semibold;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    user-select: none;
    cursor: pointer; }
    .hero_services_dropdown_wrapper .hero_services_trigger:hover {
      text-decoration: underline; }
  .hero_services_dropdown_wrapper .hero_services_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    min-width: 240px;
    overflow-y: auto;
    background: transparent;
    padding: 17px 0 10px 0;
    /* 10px top = space between Services and panel */
    z-index: 100;
    /* white panel with border-radius on all four corners */ }
    .hero_services_dropdown_wrapper .hero_services_dropdown::after {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(55, 55, 55, 0.2);
      z-index: -1; }
    .hero_services_dropdown_wrapper .hero_services_dropdown a {
      display: block;
      padding: 8px 15px;
      font-size: 15px;
      color: #373737;
      text-decoration: none;
      white-space: nowrap;
      font-family: ProximaNova-Regular; }
      .hero_services_dropdown_wrapper .hero_services_dropdown a:hover {
        background: #e5e7eb; }
  .hero_services_dropdown_wrapper:hover .hero_services_dropdown {
    display: block; }

.footer-services_list .our-services {
  margin: 0;
  padding-bottom: 30px;
  opacity: 1;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  font-family: ProximaNova-Regular; }

.footer-services_list a {
  color: white;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  opacity: 0.8;
  text-decoration: none;
  display: flex;
  flex-direction: column; }
  .footer-services_list a:hover {
    opacity: 1;
    text-decoration: underline; }

img.footer_logo {
  margin-top: 60px; }
