@charset "UTF-8";

a#line+section .content_wrapper {
    display: flex;
    justify-content: center;
}
.contact-link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    justify-content: center;
    width: 300px !important;
    padding: 0 20px;
}
.contact-icon {
  height: 40px;
    width: 40px;
    margin: 20px -8px 20px 7px;
}
a#line+section .content_wrapper>a span {
    padding: 12px 20px 13px!important;
}
a#line+section .content_wrapper>a {
    background: #59dd8f;
}
a#line+section .content_wrapper>a:hover {
      background: #59dd8f;
   opacity: 0.8;
}