.twod_widget_wrapper {
  max-width: 800px;
  width: 100%;
  box-shadow: 0px 4px 20px 0px #00000014;
  margin: 20px 0;
}
.twod_img img {
  height: 260px;
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
.twod_content {
  padding: 25px;
}
.twod_content__text {
  margin: 0;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 38.4px !important;
  text-align: left !important;
}
.twod_link {
  display: block;
  max-width: max-content;
  margin-top: 25px;
  background-color: #caff73;
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: background-color 0.1s ease-in-out;
  text-transform: uppercase;
}
.twod_link:hover,
.twod_link:focus {
  background-color: #b7f551;
}
@media (max-width: 600px) {
  .twod_content__text {
    font-size: 18px !important;
    line-height: 23.4px !important;
  }
}
