/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.faq-info-block {
  border: 1px solid #979797;
  padding: 60px 80px 80px 40px;
  text-align: left;
  color: #222222;
  height: 100%;
}
.faq-info-block__title {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media screen and (max-width: 991px) {
.faq-info-block__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
}
}
.faq-info-block__description {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media screen and (max-width: 991px) {
.faq-info-block__description {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
}
.faq-info-block__phone {
  color: #2071B5;
  padding: 12px 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.faq-info-block__phone--big {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.5rem;
}
@media screen and (max-width: 991px) {
.faq-info-block__phone--big {
    font-size: 2.25rem;
}
}
.faq-info-block__button {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
.column:first-child .faq-info-block {
    border-bottom: none;
}
}
@media screen and (min-width: 992px) {
.column:first-child .faq-info-block {
    margin: 0 15px 0 30px;
}
}
@media screen and (min-width: 992px) {
.column:nth-child(2) .faq-info-block {
    margin: 0 30px 0 15px;
}
}
@media screen and (min-width: 767px) and (max-width: 991px) {
.column:nth-child(2) .faq-info-block {
    border-left: none;
}
}
[data-vue-component=FaqInfoBlock] {
  height: 100%;
}