.twi {
   padding: 80px 0px;
}

.twi * {
   font-family: "Montserrat", sans-serif;
}

.twi .gut-wrapper {
   width: 1320px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
}

.twi-title {
   color: #1F2428;
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   line-height: 120%;
   margin-bottom: 40px;
   text-align: left;
}

.twi-text {
   color: #5C646F;
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%;
}

.twi-text p {
   color: #5C646F;
   font-family: "Montserrat", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%;
   margin-bottom: 20px;
}

.twi-text p:last-child {
   margin-bottom: 0px;
}

.twi-flex {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

.twi-image {
   width: calc(50% - 16px);
}

.twi-image img {
   display: block;
   width: 100%;
   height: auto;
}

.twi-content {
   width: calc(50% - 16px);
}

.twi-flex-reverse {
   flex-direction: row-reverse;
   align-items: center;
}


.twi-row-item {
   display: flex;
   align-items: flex-start;
   margin-bottom: 16px;
}

.twi-row-item:last-child {
   margin-bottom: 0;
}

.twi-row-icon {
   width: 24px;
   min-width: 24px;
   height: 24px;
   margin-right: 8px;
}

.twi-row-icon img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center;
}

.twi-row-text {
   color: #5C646F;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%;
}

.twi-row-text p {
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 150%;
}

@media screen and (max-width: 992px) {
   .twi-flex {
      flex-direction: column;
   }

   .twi-content {
      width: 100%;
      margin-bottom: 40px;
   }

   .twi-title {
      margin-bottom: 16px;
      font-size: 32px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
   }

   .twi-image {
      width: 100%;
   }

   .twi .gut-wrapper {
      width: 650px;
      max-width: 100%;
      padding-left: 16px;
      padding-right: 16px;
   }

   .twi {
      padding: 60px 0px;
   }
}