.mat-bt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.mat-bt__top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.mat-bt__media {
  flex-shrink: 0;
  max-width: 40px;
  margin-right: 20px;
}
.mat-bt__media img {
  display: block;
}
.mat-bt__title {
  font-size: 21px;
  line-height: 1.1;
  margin: 0;
}
.mat-bt__desc {
  margin-bottom: 25px;
}
.mat-bt__btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #006FF5;
  text-transform: uppercase;
  border: 2px solid #006FF5;
  border-radius: 8px;
  padding: 9px 45px;
  margin-top: auto;
  transition: 0.2s ease;
}
.mat-bt__btn svg path {
  transition: 0.2s ease;
}
.mat-bt__btn:hover, .mat-bt__btn:focus-visible {
  color: #fff;
  background-color: #006FF5;
}
.mat-bt__btn:hover svg path, .mat-bt__btn:focus-visible svg path {
  stroke: #fff;
}
.mat-bt__arrow {
  flex-shrink: 0;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .mat-bt {
    align-items: center;
  }
  .mat-bt__desc {
    text-align: center;
  }
}
/*# sourceMappingURL=../../maps/blocks/mat/mat-bt.css.map */
