.better-pets {
  overflow: hidden;
  padding-top: 43px;
  padding-bottom: 43px;
}

.better-pets .better-pets-left-inner video {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
}

.better-pets-row {
  align-items: center;
}

.better-pets-left-inner img {
  width: 100%;
  height: 100%;
  max-height: inherit !important;
  max-width: 612px;
  margin-left: auto;
  display: block;
  margin-right: 40px;
}


.better-pets-left-inner {
  position: relative;
}

.better-pets-left-inner::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url(../../images/bg_round.svg) no-repeat center right;
  background-size: cover;
  left: 0%;
  top: 14%;
  bottom: 12%;
  z-index: -1;
}

.better-pets-ellipse {
  position: absolute;
  content: "";
  display: none;
  top: 50%;
  right: -125px;
  align-items: center;
  width: 150px;
  z-index: -1;
}

.better-pets-ellipse .circle {
  width: 14px;
  height: 14px;
  background: var(--primary);
  border-radius: 50%;
}

.better-pets-ellipse .line {
  width: calc(100% - 14px);
  height: 1px;
  border: 1px solid var(--primary);
  border-style: dotted;
}

.better-pets-right-inner h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--primary);
  max-width: 68%;
  padding: 0 0 32px 0;
}

.better-pets-right-inner p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--primary);
  margin: 0;
  padding: 0 0 40px 0;
}

.better-pets-right-inner a {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  text-decoration-line: underline;
  color: var(--dark-blue);
}

.better-pets-right-inner a:hover {
  color: var(--primary-text-hover);
}

.better-pets-button-wrap {
  display: flex;
  gap: 20px;
}

.better-pets-button a {
  background: var(--primary);
  border-radius: 24px;
  padding: 10px 20px;
  color:#fff;
}

.better-pets-button:nth-child(2) a {
  background: var(--primary);
  color: white;
}

.better-pets-button a {
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  display: block;
  transition: all .3s ease-in-out;
}

.better-pets-button:hover a {
  background: var(--primary-text-hover);
  border-color: var(--primary-text-hover);
  color: #fff;
}

.better-pets-button:nth-child(2) a:hover {
  background: var(--primary-text-hover);
  border-color: var(--primary-text-hover);
}

.better-pets-right-inner {
  max-width: 70%;
  margin-left: 51px;
}

@media(max-width: 1279px) {
  .better-pets {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .better-pets-ellipse {
    right: -70px;
  }

  .better-pets-right-inner {
    max-width: 80%;
  }

  .better-pets-right-inner h2 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 32px 0;
  }

  .better-pets-right-inner p {
    font-size: 16px;
    line-height: 26px;
  }

  .better-pets-button-wrap {
    gap: 24px;
    flex-wrap: wrap;
  }

  .better-pets-button {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .better-pets {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .better-pets-ellipse {
    display: none;
  }

  .better-pets-right-inner {
    padding: 56px 32px 0 32px;
    max-width: 100%;
    margin-left: 0;
  }

  .better-pets-right-main {
    padding: 30px 0 0 0;
  }

  .better-pets-right-inner h2 {
    font-size: 28px;
    line-height: 31px;
    padding: 0 0 32px 0;
  }

  .better-pets-right-inner p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 32px 0;
  }

  .better-pets-right-inner a {
    font-size: 18px;
    line-height: 24px;
  }

  .better-pets-left-inner {
    margin: 0
  }

  .better-pets-left-inner img {
    width: 50% !important;
  }

  .better-pets-left-inner::after {
    background-size: contain;
    background-position: center;
    bottom: 7%;
    top: 16%;
  }
}


/***************** */
.center_image {
  /*background: url(../../images/bg_3round.svg) no-repeat center bottom;*/
  background-size: contain;
  margin-top: 60px;
}

.center_image_in img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

@media(max-width: 1279px) {
  .center_image_in img {
    max-width: 40vw;
  }
}

@media screen and (max-width: 767px) {
  .center_image_in img {
    max-width: 50vw;
  }
}


/***************** */

.coverimage-cta {
  padding: 64px;
  margin:16px;
  border-radius:20px;
  background:#ffffff;
}

.coverimage-cta .container{
  max-width: 100% !important;
}
.coverimage-cta-in {
  position: relative;
  min-height: 628px;
  display: flex;
  justify-content: end;
}

.img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.img_wrap>div {
  width: 100%;
  height: 100%;
}

.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.coverimage-cta-content {
  position: relative;
  z-index: 2;
  max-width: 364px;
  margin-top: 187px;
  margin-right: 50px;
}

.coverimage-cta-content h4 {
  font-family: 'Larsseit';
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.coverimage-cta-content h3 {
  font-family: 'Larsseit';
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1%;
  color: #fff;
  margin-bottom: 24px;
}

.coverimage-cta-btn a {
  display: inline-block;
  font-family: 'Larsseit';
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #1B3567;
  padding: 14px 24px;
  border-radius: 50px;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

.coverimage-cta-btn a:hover {
  background-color: #29509C;
  color: #fff;
}


@media (max-width: 1279px) {
  .coverimage-cta {
    padding: 45px;
  }

  .coverimage-cta-in {
    min-height: 510px;
  }

  .coverimage-cta-content {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .coverimage-cta {
    padding: 32px;
  }

  .coverimage-cta-in {
    justify-content: center;
    min-height: 460px;
  }

  .coverimage-cta-content {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .coverimage-cta-content h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .coverimage-cta-content h4 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .coverimage-cta {
    padding: 32px 24px;
  }

  .coverimage-cta-content {
    margin-bottom: 24px;
  }

  .coverimage-cta-in {
    min-height: 425px;
    padding: 0 32px;
  }

  .img_wrap img {
    object-position: 30% center;
  }
}

@media (max-width: 600px) {
  .coverimage-cta {
    padding: 32px 16px;
  }

  .coverimage-cta-content {
    margin-bottom: 16px;
  }
  .coverimage-cta{
    margin: 0px;
    border-radius:0px;
  }
}