.hero-section {
  background-image: url("/images/about/containerMobileImage.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  overflow: hidden;
  max-width: 2880px;
  height: 260px;
}
@media (min-width: 768px) {
  .hero-section {
    background-image: url("/images/about/containerLaptopImage.png");
  }
}
.hero-section__title {
  margin-top: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
}
@media (min-width: 768px) {
  .hero-section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
  }
}

.main-description-section {
  padding: 80px 0 24px 0;
}
.main-description-section__description {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.who-we-are-section {
  padding: 24px 0;
}
.who-we-are-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  margin-bottom: 8px;
}
.who-we-are-section__description {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.who-we-are-section__description--second {
  margin-top: 10px;
}
.who-we-are-section__link {
  margin-top: 16px;
  border-radius: 12px;
  background: #387FF5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 56px;
}

.our-services-section {
  padding: 24px 0;
}
.our-services-section__wrapper {
  max-width: 800px;
}
@media (min-width: 768px) {
  .our-services-section__wrapper {
    max-width: unset;
  }
}
.our-services-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  margin-bottom: 8px;
}
.our-services-section__description {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.our-services-section__list {
  padding-left: 18px;
  margin: 15px 0;
}
.our-services-section__item {
  position: relative;
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.our-services-section__item::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 3px;
  height: 3px;
  background: #4B5162;
  left: -10px;
  border-radius: 50%;
}
.our-services-section__link {
  margin-top: 16px;
  border-radius: 12px;
  background: #387FF5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 56px;
}

.why-choose-section {
  padding: 24px 0;
}
.why-choose-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  margin-bottom: 8px;
}
.why-choose-section__list {
  list-style: decimal;
  padding-left: 18px;
}
.why-choose-section__item {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.why-choose-section__link {
  margin-top: 16px;
  border-radius: 12px;
  background: #387FF5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 56px;
}

.our-vision-section {
  padding: 24px 0;
}
.our-vision-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  margin-bottom: 8px;
}
.our-vision-section__description {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.our-vision-section__link {
  margin-top: 16px;
  border-radius: 12px;
  background: #387FF5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 56px;
}

.join-us-section {
  padding: 24px 0 60px 0;
}
.join-us-section__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  margin-bottom: 8px;
}
.join-us-section__description {
  color: #4B5162;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.join-us-section__description--second {
  margin: 15px 0;
}
