.contact-widget {
  margin-top: 40px;
}
.contact-widget--header {
  margin-top: 20px;
}
.contact-widget:first-child {
  margin-top: 0;
}

.contact-widget_title {
  font-size: 20px;
  font-family: "Montserrat Bold";
  color: #fff;
  margin-bottom: 30px;
}
.contact-widget_title--gray {
  font-size: 16px;
  color: #656565;
  margin-bottom: 10px;
  font-family: "Montserrat Regular";
}

.socials-block {
  display: flex;
}

.socials_item {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dd1552;
  border-radius: 100%;
}
.socials_item:not(:first-child) {
  margin-left: 1rem;
}

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