@media screen and (max-width: 1100px) {
  .page-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 780px) {
  .page-title {
    font-size: 26px !important;
    line-height: 1.2;
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 570px) {
  .page-title {
    font-weight: 600 !important;
    font-size: 24px !important;
  }
}

.az-education__possibilities {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  color: #424242;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 1820px) {
  .az-education__possibilities {
    flex-wrap: wrap;
    row-gap: 6px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .az-education__possibilities {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 660px) {
  .az-education__possibilities {
    margin-bottom: 40px;
  }
}
.az-education__possibilities-elem {
  position: relative;
  padding-right: 75px;
}
@media screen and (max-width: 1820px) {
  .az-education__possibilities-elem {
    margin-right: 10px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .az-education__possibilities-elem {
    padding-right: 20px;
  }
}
@media screen and (max-width: 660px) {
  .az-education__possibilities-elem {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}
.az-education__possibilities-elem:last-child {
  padding-right: 0;
}
.az-education__possibilities-elem:last-child .az-education__possibilities-line {
  display: none;
}
.az-education__possibilities-line {
  width: 75px;
  height: 0;
  position: absolute;
  border-bottom: 1px dashed #959595;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.az-education__possibilities-line:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: 0;
  background-color: #959595;
}
@media screen and (max-width: 1820px) {
  .az-education__possibilities-line {
    width: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .az-education__possibilities-line {
    width: 20px;
  }
}
@media screen and (max-width: 660px) {
  .az-education__possibilities-line {
    display: none;
  }
}
.az-education__possibilities-block {
  margin-left: 25px;
  max-width: 250px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 16px 24px 16px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1820px) {
  .az-education__possibilities-block {
    padding: 16px 20px 16px 36px;
    width: 232px;
  }
}
@media screen and (max-width: 1100px) {
  .az-education__possibilities-block {
    padding: 12px 12px 12px 28px;
  }
}
@media screen and (max-width: 660px) {
  .az-education__possibilities-block {
    width: 100%;
    max-width: 100%;
  }
}
.az-education__possibilities-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.az-education__possibilities-desc {
  font-size: 14px;
  line-height: 1.2;
}
.az-education__possibilities-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 1100px) {
  .az-education__possibilities-image {
    width: 46px;
    height: 46px;
  }
}
.az-education__possibilities-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-education__about {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 44px 50px;
  display: flex;
  align-items: center;
  background-image: url("./images/about-bg.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .az-education__about {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 34px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 660px) {
  .az-education__about {
    margin-bottom: 40px;
    padding: 32px 28px;
  }
}
.az-education__about-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 50px;
}
@media screen and (max-width: 1100px) {
  .az-education__about-title {
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .az-education__about-title {
    font-size: 24px;
  }
}
.az-education__about-desc {
  font-size: 20px;
  line-height: 1.2;
  width: 63%;
}
@media screen and (max-width: 1400px) {
  .az-education__about-desc {
    width: fit-content;
  }
}
@media screen and (max-width: 1100px) {
  .az-education__about-desc {
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .az-education__about-desc {
    font-size: 16px;
  }
}
.az-education__opportunities {
  margin-bottom: 80px;
  color: #424242;
}
@media screen and (max-width: 1820px) {
  .az-education__opportunities {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 580px) {
  .az-education__opportunities {
    margin-bottom: 40px;
  }
}
.az-education__opportunities-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 1820px) {
  .az-education__opportunities-title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 780px) {
  .az-education__opportunities-title {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.az-education__opportunities-list {
  display: flex;
  justify-content: space-between;
  counter-reset: listItem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .az-education__opportunities-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media screen and (max-width: 780px) {
  .az-education__opportunities-list {
    row-gap: 12px;
  }
}
.az-education__opportunities-elem {
  width: calc(25% - 20px);
  border-radius: 6px;
  overflow: hidden;
  background-color: #f3f3f3;
  padding: 32px;
  counter-increment: listItem;
}
@media screen and (max-width: 1820px) {
  .az-education__opportunities-elem {
    width: calc(25% - 10px);
    padding: 28px 24px;
  }
}
@media screen and (max-width: 1400px) {
  .az-education__opportunities-elem {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 780px) {
  .az-education__opportunities-elem {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .az-education__opportunities-elem {
    padding: 24px 20px;
  }
}
.az-education__opportunities-capture {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 34px;
  position: relative;
}
.az-education__opportunities-capture:before {
  content: counter(listItem);
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--brand-color, #f45d1b);
  text-align: center;
  line-height: 1.65;
}
.az-education__opportunities-options {
  padding-left: 0;
  list-style: none;
}
.az-education__opportunities-item {
  padding-left: 34px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.az-education__opportunities-item:last-child:before {
  content: none;
}
.az-education__opportunities-item:before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px dashed #959595;
  left: 11px;
  top: 6px;
  position: absolute;
}
.az-education__opportunities-item:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--brand-color, #f45d1b);
  left: 7px;
  top: 5px;
}
.az-education__modules {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 80px;
}
@media screen and (max-width: 1820px) {
  .az-education__modules {
    margin-bottom: 60px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .az-education__modules {
    row-gap: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .az-education__modules {
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .az-education__modules {
    margin-bottom: 40px;
  }
}
.az-education__module {
  width: calc(50% - 20px);
  color: #424242;
}
@media screen and (max-width: 1400px) {
  .az-education__module {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1350px) {
  .az-education__module {
    width: 100%;
  }
}
.az-education__module ul {
  margin-bottom: 24px;
}
.az-education__module li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.az-education__module-header {
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .az-education__module-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.az-education__module-name {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  padding: 12px 16px 11px 16px;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
  width: fit-content;
  flex-shrink: 0;
  background-color: var(--brand-color, #f45d1b);
  background-image: linear-gradient(107.54deg, #0D0D0D -8.93%, rgba(65, 65, 65, 0.86) 40.07%, rgba(13, 169, 68, 0.86) 124.41%);
}
@media screen and (max-width: 700px) {
  .az-education__module-name {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.az-education__module-desc {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 65%;
}
@media screen and (max-width: 1820px) {
  .az-education__module-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .az-education__module-desc {
    font-size: 16px;
  }
}
.az-education__module-capture {
  color: #414141;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
}
.az-education__module-number-list {
  list-style: auto;
  padding-left: 18px;
}
.az-education__module-disc-list {
  list-style: none;
  padding-left: 0;
}
.az-education__module-disc-list li {
  padding-left: 14px;
  position: relative;
}
.az-education__module-disc-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 1px;
  border-radius: 50%;
  background-color: var(--brand-color, #f45d1b);
}
.az-education__module-gallery {
  height: 268px;
}
.az-education__module-gallery a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.az-education__module-gallery a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-education__module-gallery .swiper-button-next, .az-education__module-gallery .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  background-color: rgba(49, 49, 49, 0.9);
  transition: background-color 0.2s;
}
.az-education__module-gallery .swiper-button-next:after, .az-education__module-gallery .swiper-button-prev:after {
  content: "";
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.az-education__module-gallery .swiper-button-next:hover, .az-education__module-gallery .swiper-button-prev:hover {
  background-color: rgb(49, 49, 49);
}
.az-education__module-gallery .swiper-button-next:active, .az-education__module-gallery .swiper-button-prev:active {
  background-color: rgb(49, 49, 49);
}
.az-education__module-gallery .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 700px) {
  .az-education__module-gallery .swiper-button-next {
    right: 10px;
  }
}
.az-education__module-gallery .swiper-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.37109 5.25C0.95688 5.25 0.621094 5.58579 0.621094 6C0.621094 6.41421 0.95688 6.75 1.37109 6.75L1.37109 5.25ZM12.8644 6.53033C13.1573 6.23744 13.1573 5.76256 12.8644 5.46967L8.09142 0.6967C7.79852 0.403806 7.32365 0.403806 7.03076 0.6967C6.73786 0.989593 6.73786 1.46447 7.03076 1.75736L11.2734 6L7.03076 10.2426C6.73786 10.5355 6.73786 11.0104 7.03076 11.3033C7.32365 11.5962 7.79852 11.5962 8.09142 11.3033L12.8644 6.53033ZM1.37109 6.75L12.3341 6.75L12.3341 5.25L1.37109 5.25L1.37109 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
}
.az-education__module-gallery .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 700px) {
  .az-education__module-gallery .swiper-button-prev {
    left: 10px;
  }
}
.az-education__module-gallery .swiper-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.37109 5.25C0.95688 5.25 0.621094 5.58579 0.621094 6C0.621094 6.41421 0.95688 6.75 1.37109 6.75L1.37109 5.25ZM12.8644 6.53033C13.1573 6.23744 13.1573 5.76256 12.8644 5.46967L8.09142 0.6967C7.79852 0.403806 7.32365 0.403806 7.03076 0.6967C6.73786 0.989593 6.73786 1.46447 7.03076 1.75736L11.2734 6L7.03076 10.2426C6.73786 10.5355 6.73786 11.0104 7.03076 11.3033C7.32365 11.5962 7.79852 11.5962 8.09142 11.3033L12.8644 6.53033ZM1.37109 6.75L12.3341 6.75L12.3341 5.25L1.37109 5.25L1.37109 6.75Z' fill='white'/%3E%3C/svg%3E%0A");
  transform: translate(-50%, -50%) rotate(-180deg);
}
.az-education__module-gallery .swiper-button-disabled {
  display: none;
}
.az-education__price {
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 60px;
  display: flex;
  color: #fff;
  background-image: url("./images/money-bg.png");
  background-size: cover;
  background-position: center center;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 1820px) {
  .az-education__price {
    flex-direction: column;
  }
}
@media screen and (max-width: 1300px) {
  .az-education__price {
    padding: 34px 24px;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price {
    padding: 28px 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .az-education__price {
    margin-bottom: 40px;
  }
}
.az-education__price:before {
  content: "";
  position: absolute;
  transform: rotate(-22deg);
  width: 164px;
  height: 155px;
  top: 157px;
  left: 129px;
  background-image: url("./images/nanxing-icon.png");
  background-size: cover;
}
@media screen and (max-width: 1820px) {
  .az-education__price:before {
    transform: rotate(22deg);
    right: 20px;
    top: 84px;
    width: 144px;
    height: 130px;
    left: initial;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price:before {
    display: none;
  }
}
.az-education__price:after {
  content: "";
  position: absolute;
  transform: rotate(23deg);
  width: 120px;
  height: 120px;
  top: 113px;
  left: 373px;
  background-size: cover;
  background-image: url("./images/finchina-icon.png");
}
@media screen and (max-width: 1820px) {
  .az-education__price:after {
    transform: rotate(-23deg);
    top: 10px;
    left: initial;
    right: 240px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1300px) {
  .az-education__price:after {
    right: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price:after {
    display: none;
  }
}
.az-education__price-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 34px;
  text-transform: uppercase;
  max-width: 35%;
}
@media screen and (max-width: 1820px) {
  .az-education__price-title {
    max-width: 80%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .az-education__price-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price-title {
    max-width: 100%;
    font-size: 24px;
  }
}
.az-education__price-title span {
  color: #fff;
}
.az-education__price-content {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 1820px) {
  .az-education__price-content {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .az-education__price-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.az-education__price-options {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 36px 34px;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 1820px) {
  .az-education__price-options {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .az-education__price-options {
    padding: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .az-education__price-options {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .az-education__price-options {
    margin-right: 0;
    width: fit-content;
    margin-bottom: 12px;
  }
}
.az-education__price-options li {
  font-size: 16px;
  color: #fff;
  padding-left: 28px;
  line-height: 1.2;
  margin-bottom: 16px;
  position: relative;
}
.az-education__price-options li:last-child {
  margin-bottom: 0;
}
.az-education__price-options li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.5L7.23554 13.9267C7.66324 14.2474 8.2676 14.1751 8.60747 13.7624L15 6' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1150px) {
  .az-education__price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .az-education__price-block {
    align-items: flex-start;
  }
}
.az-education__price-row {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 1300px) {
  .az-education__price-row {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .az-education__price-row {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 980px) {
  .az-education__price-row {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  .az-education__price-row {
    flex-direction: initial;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
  }
}
.az-education__price-row:last-child {
  margin-bottom: 0;
}
.az-education__price-text {
  text-transform: uppercase;
  margin-right: 22px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .az-education__price-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .az-education__price-text {
    margin-right: 0;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 750px) {
  .az-education__price-text {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.az-education__price-money {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  padding: 12px 32px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(262.85deg, rgba(255, 255, 255, 0.11) 7.38%, rgba(255, 255, 255, 0.24) 151.22%);
}
@media screen and (max-width: 1300px) {
  .az-education__price-money {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .az-education__price-money {
    padding: 10px 24px;
  }
}
.az-education__contacts {
  margin-bottom: 120px;
}
.az-education__contacts-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 14px;
}
.az-education__contacts-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 1820px) {
  .az-education__contacts-list {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: flex-start;
  }
}
.az-education__contacts-elem {
  max-width: 14%;
}
@media screen and (max-width: 1820px) {
  .az-education__contacts-elem {
    max-width: 250px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 850px) {
  .az-education__contacts-elem {
    max-width: initial;
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .az-education__contacts-elem {
    width: 100%;
  }
}
.az-education__contacts-address {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
}
.az-education__contacts-time {
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 1.2;
}
.az-education__contacts-qr {
  flex-shrink: 0;
  width: 127px;
  height: 127px;
}
.az-education__contacts-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.az-education__features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.az-education__features-elem {
  width: calc(33.3% - 16px);
  border-radius: 6px;
  overflow: hidden;
  background-color: #F3F3F3;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .az-education__features-elem {
    width: calc(50% - 12px);
    justify-content: initial;
  }
}
@media screen and (max-width: 850px) {
  .az-education__features-elem {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .az-education__features-elem {
    padding: 20px;
  }
}
.az-education__features-block {
  margin-bottom: 24px;
}
.az-education__features-image {
  flex: 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #fff;
  min-height: 135px;
  max-height: 200px;
}
@media screen and (max-width: 1820px) {
  .az-education__features-image {
    max-height: 150px;
    min-height: 70px;
  }
}
.az-education__features-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.az-education__features-image_exception img {
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 500px) {
  .az-education__features-image_exception img {
    width: 100px;
    height: 100px;
  }
}
.az-education__features-image.contain img {
  object-fit: contain;
}
.az-education__features-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.az-education__features-desc {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 12px;
}/*# sourceMappingURL=styles.css.map */