.partners-type-area {
  padding: 183px 0 201px;
  background-image: url(/template/85b5ce5e/images/partners-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}
.partners-type-container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 172px 0;
}
.partners-type-content-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 0 148px;
  justify-content: space-between;
}
body.widget-snippet .partners-type-content-wrap {
  position: unset;
  z-index: unset;
}
.partners-type-content-wrap .content {
  width: 559px;
  max-width: 100%;
}
.partners-type-content-wrap .content h6 {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: rgba(248,114,82, .92);
  margin: 0 0 13px;
}
.partners-type-content-wrap .content h2 {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.partners-type-content-wrap .content p {
  font-family: 'Biotif';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 10px;
}
.partners-type-content-wrap .content ul {
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}
.partners-type-content-wrap .content ul li {
  display: flex;
  gap: 0 29px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.partners-type-content-wrap .content ul li::before {
  display: none;
}
.partners-type-content-wrap .content ul li img {
  height: 19px;
}
.partners-type-content-wrap .content ul li span {
  font-family: 'Biotif';
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.92);
}
