.ct-wrap {
    color: #4caf50;
    background-color: #d2f7c8;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
    min-height: 100%;
    border: 2px dashed;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    transition: all .5s ease;
  }

  .ct-wrap:hover {
    background-color: #4caf50;    
    color: #ccffcd;
  }

  .ct-wrap:hover .contact-title,
  .ct-wrap:hover .contact-value {
   
    color: #eafdea;
  }
  .ct-wrap:hover .contact-title.t2 {
    color: #130435;
  }

  .ct-wrap .icon-wrap {
    color: #eff6f1;
    margin: auto;
    background: #034d03;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spo .ct-wrap .icon-wrap {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
  }
  
  .contact-title {
    color: #034b15;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    flex: 1;
  }

  .contact-title.t2 {
    color: #625af2;
  }
  
  .contact-value {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #2e3335;
    flex: 1;
  }

  .contact-value.mobile {
    font-size: 30px;
  }

  .ct-wrap a {    
    color: #2e3335;
    text-decoration: none;
  }

  .ct-form {
    background: #00695C;
    color: #fafff4;
    font-weight: 600;
  }

  .btn-submit {
    display: block;
    width: 200px;
    margin-left: 10px;
    background: #8BC34A;
  }

  .btn-submit:hover {
    border: 1px solid #8BC34A;
    background: #3d7003;
  }
  .contact-map {
    margin-bottom: -7px;
  }