.composition__section {
  padding: 40px 0;
}
.composition__section .composition__content {
  width: 100%;
}
.composition__section .composition__head {
  text-align: center;
  margin-bottom: 30px;
}
.composition__section .composition__heading {
  font-size: 32px;
  font-weight: 700;
  color: #3C4070;
  line-height: 1.2;
}
.composition__section .composition__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.composition__section .composition__image {
  flex-shrink: 0;
  text-align: center;
}
.composition__section .composition__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  max-width: 400px;
}
.composition__section .composition__list-text-container {
  flex: 1;
}
.composition__section .composition__list-text-header {
  margin-bottom: 25px;
}
.composition__section .composition__subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #3C4070;
  margin-bottom: 15px;
  line-height: 1.3;
}
.composition__section .composition__highlighted-text {
  background: #FFAC06;
  padding: 15px 20px;
  border-radius: 8px;
}
.composition__section .composition__highlighted-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #3C4070;
  line-height: 1.5;
}
.composition__section .composition__list-container {
  width: 100%;
}
.composition__section .composition__list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #FFAC06;
  border-radius: 20px;
  padding: 14px 30px;
}
.composition__section .composition__item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.composition__section .composition__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.composition__section .composition__item-content {
  flex: 1;
}
.composition__section .composition__item-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #3C4070;
  margin: 0 0 8px 0;
  line-height: 1.3;
}
.composition__section .composition__item-content p {
  font-size: 16px;
  font-weight: 400;
  color: #3C4070;
  margin: 0;
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */