.msb-desk8 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: all 0.4s ease;
  width: 100%;
}

.msb-desk8__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.msb-desk8__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}


.msb-desk8__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.msb-desk8__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px;
}

.msb-desk8__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 80%;
}

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

.msb-desk8__subtitle {
  margin: 0;
  line-height: 1.5;
}

.msb-desk8__cta-container {
  display: flex;
  width: 100%;
  margin-top: auto;
}

.msb-desk8__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;
  border: 1.5px solid transparent;
}

@media (max-width: 768px) {
  .msb-desk8__inner {
    padding: 20px;
  }
  .msb-desk8__text {
    max-width: 100%;
    gap: 8px;
  }
}
