.info-box-widget {
  display: flex;
  align-items: center;
}

.info-box-image img {
  max-width: 609px;
  border-radius: 12px;
}

.info-box-text {
  //max-width: 600px;
  width: calc(100% - 609px);
  padding: 124px 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "SVN-Gilroy";
  align-items: center;
  position: relative;
}

.info-box-image .info-box-btn {
  display: none;
}
.info-box-text:after {
  content: "";
  position: absolute;
  /* background: #f7f7f7; */
  height: 100%;
  top: 0;
  right: 0;
  width: calc(100% + 193px);
  z-index: -1;
  /* border-radius: 30px; */
  background-image: url("data:image/svg+xml,%3Csvg width='904' height='676' viewBox='0 0 904 676' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 105.727C0 90.1978 11.8516 77.2353 27.3191 75.8475L871.319 0.122604C888.876 -1.45258 904 12.3757 904 30.0026V645.378C904 663.005 888.876 676.833 871.319 675.258L27.3191 599.533C11.8516 598.146 0 585.183 0 569.653V105.727Z' fill='%23F7F7F7'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.info-box-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3bb648;
  color: #fff;
  padding: 6px 32px;
  border-radius: 99px;
  text-decoration: none !important;
  border: 1px solid #3bb648;
}
.info-box-btn:hover {
  background: #fff;
  color: #3bb648 !important;
}

.info-box-subtitle {
  color: #0b76bd;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.info-box-title {
  color: #3bb648;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.info-box-description {
  font-size: 16px;
  line-height: 1.5;
  color: #454545;
  font-weight: 500;
  text-align: center;
  min-height: 216px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.info-box-description p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .info-box-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1280px) {
  .info-box-title {
    font-size: 20px;
  }
  .info-box-subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .info-box-subtitle {
    font-size: 26px;
  }
  .info-box-widget {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .info-box-text {
    width: 100%;
    padding: 0;
  }
  .info-box-text:after {
    display: none;
  }
  .info-box-description {
    min-height: auto;
    margin-bottom: 10px;
    -webkit-line-clamp: 100;
  }

  .info-box-text .info-box-btn {
    display: none;
  }
  .info-box-image .info-box-btn {
    display: inline-flex;
  }
  .info-box-image {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .info-box-subtitle {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .info-box-subtitle {
    font-size: 22px;
  }
  .info-box-description {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
  }
}
