.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    opacity: 1;
    visibility: visible;
    font-family: "Mulish", sans-serif;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  svg {
    width: 60px;
  }
  .popup {
    margin: 150px auto;
    padding-left: 5.875rem;
    padding-right: 5.875rem;
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
    background: #fff;
    width: 36.563rem;
    position: relative;
    text-align: center;
  }
  .wrapper-content {
    width: 80%;
    margin: 0 auto;
  }
  .popup h2 {
    margin-top: 0.5em;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: rgba(51, 57, 64, 1);
  }
  .popup .close {
    position: absolute;
    top: 4px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #80808082;
  }
  .popup .close:hover {
    color: #94e7ef;
  }
  .popup .content {
    overflow: auto;
    font-weight: 400;
    line-height: 1.75rem;
    font-size: 1rem;
    color: rgba(51, 57, 64, 1);
  }
  .content a {
    color: black;
    font-weight: 600;
  }
  .close-contact-us-thanks {
    display: block;
    margin: 20px auto;
    width: 2.625rem;
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    height: 2.625rem;
  }
  
  .close-popup {
    color: #333940;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .close-popup:hover {
    color: #94e7ef;
  }
  
  
  
  
  
  
  @media screen and (max-width: 600px), screen and (max-height: 400px) {
      .popup {
          width:90%;
      }
  }
  
  
  
  
  
  
  
  
  