.village-response-info {
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: #1f2824;
          }
          .village-response-info__lead {
            margin-bottom: 16px;
            font-size: 26px;
            line-height: 1.35;
            font-weight: 700;
          }
          .village-response-info__text {
            margin-bottom: 18px;
            font-size: 18px;
            line-height: 1.65;
          }
          .village-response-info__channels {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
          }
          .village-response-info__channel {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 54px;
            padding: 12px 18px;
            border-radius: 14px;
            font-size: 18px;
            line-height: 1.3;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
          }
          .village-response-info__channel_email {
            border: 1px solid #155c75;
            background: #fff;
            color: #155c75;
          }
          .village-response-info__channel_max {
            background: #eaf2ff;
            color: #23457d;
          }
          @media (max-width: 767px) {
            .village-response-info__lead {
              font-size: 21px;
            }
            .village-response-info__text {
              font-size: 16px;
            }
            .village-response-info__channel {
              width: 100%;
              font-size: 16px;
            }
          }
