.text-column-item {
  height: 237px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(222, 225, 239, 1);
}

.green__text-column {
  background-color: #8cb23e;
}

.text-column-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  height: 100%;
}

.text-column-item-content {
  position: relative;
  z-index: 1;
  padding: 36px 26px 36px 20px;
  width: 100%;
  height: 100%;
}

.text-column-item-title {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 40px;
  line-height: 28px;
  letter-spacing: -2px;
  text-transform: uppercase;
  opacity: 0.6;
}

.text-column-item-content .btn {
  position: absolute;
  right: 26px;
  bottom: 36px;
  border-color: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  color: #fff;
}

.text-column-item-content .btn:hover {
  background-color: #fff;
  color: #273a91;
  font-weight: 600;
}

@media (min-width: 768px) {
  .text-column-item {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .text-column-item {
    height: 282px;
  }

  .text-column-item-title {
    font-size: 50px;
    line-height: 36px;
  }

  .text-column-item-content {
    padding: 50px 77px 50px 50px;
  }

  .text-column-item-content .btn {
    right: 77px;
    bottom: 50px;
  }
}
