body {
  font-family: "Graphik";
}

a:focus {
  outline: none !important;
  border: none !important;
}
.awards-hero-section {
  padding: 80px 0;
  background-color: #2b3a44;
}
.awards-hero-title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  font-family: "Graphik";
}
.awards-proud-section {
  padding: 70px 0;
}
.awards-inner {
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.awards-top-block {
  margin-bottom: 75px;
}
.awards-proud-title,
.awards-proud-title2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Graphik";
}
.awards-proud-title2 {
  font-size: 24px;
}
.awards-proud-subtitle {
  font-size: 18px;
}
.awards-proud-subtitle2 {
  font-size: 16px;
}
.award-proud-items {
  margin-top: 50px;
}
.award-proud-item {
  display: flex;
  gap: 40px;
}
.award-proud-item:focus {
  border: none !important;
  outline: none !important;
}
.award-proud-item:not(:last-child) {
  margin-bottom: 50px;
}
.great-place-block {
  margin-top: 75px;
}
.award-proud-item-img {
  flex: 0 0 195px;
}
.award-proud-item-img:focus {
  outline: none !important;
  border: none !important;
}
.award-proud-item-img img:focus {
  outline: none !important;
  border: none !important;
}

.award-proud-item-title {
  font-size: 20px;
  font-weight: 600;
}
.award-proud-item-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.awards-quote-section {
  background-color: #ebedf5;
  padding: 90px 0;
}
.quote-holder {
  max-width: 800px;
  margin: 0 auto;
}
.quote-text {
  font-size: 30px;
  line-height: 1.33;
  font-weight: 300;
  margin-bottom: 30px;
}
.quote-author-name {
  font-weight: 600;
  font-size: 30px;
}
.quote-author-position {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 767px) {
  .awards-hero-section {
    padding: 80px 0;
  }
  .award-proud-item {
    flex-direction: column;
  }
  .great-place-block {
    margin-top: 50px;
  }
}
