.msb-content-text {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}

.msb-content-text__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 20px;
}

.msb-content-text__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.msb-content-text__tag {
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.msb-content-text__title {
  margin: 0;
  line-height: 1.25;
}

.msb-content-text__desc {
  margin: 0;
  line-height: 1.6;
}

.msb-content-text__desc p {
  margin: 0 0 1em;
}

.msb-content-text__desc p:last-child {
  margin-bottom: 0;
}

.msb-content-text__cta-container {
  display: flex;
  width: 100%;
}

.msb-content-text__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .msb-content-text__inner {
    gap: 16px;
  }
  .msb-content-text__text {
    gap: 8px;
  }
}
