#itrcustomtext {
  padding-top: 4rem;
  padding-bottom: 4rem;

  .itrcustomtext__container {
    .itrcustomtext__item {
      display: flex;
      align-items: center;
      justify-content: center;

      .itrcustomtext__subtitle {
        strong {
          font-weight: 400;
        }
      }

      img {
        width: 100%;
        height: auto;
      }

      .btn {
        margin: 0.5rem 0;
      }
    }
  }
}
