.text-with-image--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  padding: 100px 0;
}

.text-col {
  width: calc(48.34% - 20px);
}

.img-col {
  width: calc(51.66% - 20px);
}

.img-col img {
  border-radius: 20px;
}

.text-col h2 {
  color: #203b52;
  font-size: 50px;
  line-height: 1.04;
  margin: 0;
  max-width: 450px;
}

.text-col p {
  color: #5b6770;
  margin: 30px 0;
  font-size: 26px;
  line-height: 1.69;
  font-family: "Circular Std";
  font-weight: 300;
}

.text-col a,
.text-col .text-with-image-add {
  border-radius: 60px;
  background: #2cc1d6;
  padding: 20px 40px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 18px;
    font-family: "Neutrif Pro";
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
}

.text-col a u,
.text-col .text-with-image-add u {
  display: inline-flex;
  width: 5px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  margin: 0 10px;
}

.text-col a span.com-price,
.text-col .text-with-image-add span.com-price {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
  margin-left: 7px;
}

body.product-template .starter-bundle-sec {
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .text-with-image--wrapper {
    flex-direction: column-reverse;
    padding: 60px 20px;
    gap: 30px;
  }

  .img-col,
  .text-col {
    width: 100%;
  }
  .img-col img {    
    width: 100%;
    object-fit: contain;
  }
  .text-col h2 {
    font-size: 28px;
    line-height: 1.1;
    max-width: 250px;
  }

  .text-col p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .text-col a,
  .text-col .text-with-image-add {
    padding: 15px 27px;
    width: 100%;
    font-size: 14px;
  }

  body.product-template .starter-bundle-sec {
    padding: 40px 0 0;
  }

  .img-col img {
    border-radius: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-col h2 {
    font-size: 33px;
  }

  .text-col p {
    margin: 20px 0;
    font-size: 17px;
    line-height: 1.69;
  }

  .text-col a,
  .text-col .text-with-image-add {
    padding: 17px 30px;
    width: 100%;
    font-size: 14px;
  }

  .text-with-image--wrapper {
    padding: 70px 0;
  }

  body.product-template .starter-bundle-sec {
    padding: 40px 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-col h2 {
    font-size: 40px;
    max-width: 350px;
  }

  .text-col p {
    margin: 20px 0;
    font-size: 20px;
  }

  .text-with-image--wrapper {
    padding: 80px 0;
  }

  body.product-template .starter-bundle-sec {
    padding: 60px 0 0;
  }
}
