@charset "UTF-8";
.extra-small-text {
  font-size: 14px; }

.small-text {
  font-size: 16px; }

.middle-text {
  font-size: 18px; }

.sub-title-text {
  font-size: 22px; }

.title-text {
  font-size: 30px; }

.ta-c {
  text-align: center; }

.bold {
  font-weight: bold; }

body {
  color: #000;
  font-family: 'Minion Pro','Open Sans';
  /*overflow-x: hidden; */
}
a {
  text-decoration:none;
}

a:hover, a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.info_icon {
	width: 22px;
  min-width: 22px;
  height: 22px;
}
.contact-block-social {
	display: flex;
  align-items: center;
}
.contact-block-social > div {
  max-width: fit-content;
  margin-bottom: 0;
}
.contact-block-social a {
	display: flex;
  align-items: cener;
  border-bottom: none;
  margin-right: 10px;
}
.contact-block-social a .info_icon {
  margin-right: 5px;
}
.contact-block-social a span {
	border-bottom: 1px solid #c29d63;
}
