[data-component=texts] .texts--style1 .text-item-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
[data-component=texts] .texts--style1 .text-item-wrapper > .bg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[data-component=texts] .texts--style1 .text-item-wrapper img {
  width: auto;
  margin-bottom: 44px;
}
[data-component=texts] .texts--style1 .text-item-wrapper .col-wrapper .title {
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
[data-component=texts] .texts--style1 .text-item-wrapper .col-wrapper .description {
  letter-spacing: 0.01em;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
[data-component=texts] .texts--style2 .text-item-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
[data-component=texts] .texts--style2 .text-item-wrapper > .bg-wrapper {
  background: #f3f8fb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  padding: 35px;
}
[data-component=texts] .texts--style2 .text-item-wrapper img {
  width: auto;
  margin-bottom: 21px;
}
[data-component=texts] .texts--style2 .text-item-wrapper .col-wrapper .title {
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}
[data-component=texts] .texts--style2 .text-item-wrapper .col-wrapper .description {
  letter-spacing: 0.01em;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
[data-component=texts] .texts--style3 .text-item-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
[data-component=texts] .texts--style3 .text-item-wrapper > .bg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f3f8fb;
}
[data-component=texts] .texts--style3 .text-item-wrapper img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
[data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper {
  padding: 30px 30px 5px 30px;
}
[data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .title {
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
[data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .description {
  letter-spacing: 0.01em;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
[data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .description ul {
  padding-left: 0;
}
[data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .description ul li::before {
  display: none;
}
@media (min-width: 1025px) {
  [data-component=texts] .texts--style1 .text-item-wrapper {
    width: 45%;
  }
  [data-component=texts] .texts--style1 .text-item-wrapper img {
    width: 25%;
  }
  [data-component=texts] .texts--style1 .text-item-wrapper .col-wrapper .title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  [data-component=texts] .texts--style1 .text-item-wrapper .col-wrapper .description {
    font-size: 1.25rem;
  }
  [data-component=texts] .texts--style2 .text-item-wrapper:nth-of-type(3n+1) {
    padding-left: 0;
  }
  [data-component=texts] .texts--style2 .text-item-wrapper .col-wrapper .title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  [data-component=texts] .texts--style2 .text-item-wrapper .col-wrapper .description {
    font-size: 1.25rem;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper > .bg-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f3f8fb;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-bottom: 44px;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper {
    padding: 30px;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper .description {
    font-size: 1.25rem;
  }
}
@media (min-width: 1367px) {
  [data-component=texts] .texts--style1 .text-item-wrapper {
    flex-direction: row;
  }
  [data-component=texts] .texts--style1 .text-item-wrapper > .bg-wrapper {
    flex-direction: row;
  }
  [data-component=texts] .texts--style1 .text-item-wrapper img {
    margin-right: 40px;
    margin-bottom: 0;
  }
  [data-component=texts] .texts--style2 .text-item-wrapper > .bg-wrapper {
    padding: 57px 70px;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper {
    flex-direction: row;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper > .bg-wrapper {
    flex-direction: row;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    margin-right: 40px;
    margin-bottom: 0;
    width: 42%;
    flex: 0 0 42%;
  }
  [data-component=texts] .texts--style3 .text-item-wrapper .col-wrapper {
    flex: 1 1 auto;
  }
}