.support__feedback {
  padding: 15px 22px;
  margin-top: 50px;
  width: 100%;
  border: 1px solid var(--color-accent);
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 25px;
  justify-content: space-between;
  box-sizing: border-box;
}
.support__feedback .support__feedback-info {
  position: relative;
  padding-left: 80px;
}
.support__feedback .support__feedback-info h3 {
  font-weight: bold;
  font-size: 20px;
  color: #6D6E70;
}
.support__feedback .support__feedback-info p {
  padding-top: 5px;
  font-size: 18px;
  color: #6D6E70;
}
.support__feedback .support__feedback-info::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2253%22%20height%3D%2249%22%20viewBox%3D%220%200%2053%2049%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M42.796%2030.3981H10.204V28.7346H42.796V30.3981ZM42.796%2021.0972H10.204V19.4336H42.796V21.0972ZM42.796%2011.7963H10.204V10.1327H42.796V11.7963ZM0%2049L8.52874%2040.5309H48.9047C50.0226%2040.5309%2050.9846%2040.1306%2051.7907%2039.3301C52.5969%2038.5295%2053%2037.5737%2053%2036.4627V4.06821C53%202.95714%2052.5969%202.00134%2051.7907%201.2008C50.9846%200.400268%2050.0226%200%2048.9047%200H4.09532C2.97744%200%202.01542%200.400268%201.20925%201.2008C0.403084%202.00134%200%202.96067%200%204.0788V49ZM48.8879%2038.8673H7.72916L1.67529%2045.0679V4.08333C1.67529%203.47839%201.92912%202.92387%202.43678%202.41975C2.94444%201.91564%203.50287%201.66358%204.11207%201.66358H48.8879C49.4971%201.66358%2050.0556%201.91564%2050.5632%202.41975C51.0709%202.92387%2051.3247%203.47839%2051.3247%204.08333V36.4475C51.3247%2037.0525%2051.0709%2037.607%2050.5632%2038.1111C50.0556%2038.6152%2049.4971%2038.8673%2048.8879%2038.8673Z%22%20fill%3D%22%236D6E70%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  height: 100%;
  width: 65px;
}
.support__feedback .support__feedback-question {
  background-color: var(--color-accent);
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 26px;
  font-size: 20px;
  color: #FFF;
  border-radius: 6px;
  border: 1px solid var(--color-accent);
  line-height: 110%;
  transition: 0.1s;
  cursor: pointer;
}
.support__feedback .support__feedback-question:hover {
  background-color: #FFF;
  color: var(--color-accent);
}
@media (max-width: 1260px) {
  .support__feedback .support__feedback-question {
    width: 100%;
  }
}

/*# sourceMappingURL=feedback.css.map */
