.rounded_image {
  padding: 96px 120px;
}
@media screen and (max-width: 992px) {
  .rounded_image {
    padding: 64px 24px;
  }
}
.rounded_image .content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .rounded_image .content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rounded_image .content__wrapper {
    margin-bottom: 32px;
  }
}
.rounded_image .content__title {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
  padding-bottom: 28px;
}
.rounded_image .content__text {
  display: flex;
  align-self: flex-end;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
@media screen and (max-width: 992px) {
  .rounded_image .content__text {
    font-size: 16px;
  }
}
.rounded_image .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .rounded_image .image {
    margin-bottom: 20px;
  }
}
.rounded_image .image img {
  aspect-ratio: 1/1;
  border-radius: 360px;
  box-shadow: 0px 0px 20px 0px #00c9ff;
  object-fit: cover;
}
.rounded_image .icons {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.rounded_image .icons .icon {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: right;
}
.rounded_image .icons .icon__image {
  align-self: flex-end;
  width: 56px;
  height: 56px;
}
.rounded_image .icons .icon__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.rounded_image .icons .icon__text {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

/*# sourceMappingURL=rounded_image.css.map*/