﻿.instance-guarantee-section {
  max-width: 100%;
}
@media (min-width: 768px) {
  .instance-guarantee-section {
    margin-bottom: 32px;
  }
}
.instance-guarantee {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  gap: 24px;
  align-items: center;
  justify-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .instance-guarantee {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 24px;
    grid-template: 1fr / max-content 1fr;
  }
}
.instance-guarantee-graphics {
  display: none;
  justify-content: center;
  align-content: center;
  justify-items: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #234465;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 6px #234465;
  margin: 6px;
}
@media (min-width: 768px) {
  .instance-guarantee-graphics {
    display: grid;
    grid-template-rows: min-content min-content;
  }
}
.instance-guarantee-graphics:before {
  content: url('/Content/images/icons/one-hundred-percent.svg');
  max-height: 22px;
}
.instance-guarantee-graphics:after {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  font-weight: 600;
  content: 'QUALITY';
}
.instance-guarantee-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding: 24px 0;
  color: #565656;
}
@media (min-width: 768px) {
  .instance-guarantee-description {
    padding: 0;
  }
}