.paragraph-custom-push {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding-bottom: 30px;
}

.custom-push-content {
  background-color: #00A6D9;
  border-radius: 10px;
  margin: 80px auto;
  min-height: 284px;
  position: relative;
  max-width: 1018px;
}

.custom-push-content-left {
  padding-right: 391px;
  padding-bottom: 60px;
}

.custom-push-page .image-background {
  position: absolute;
  top: -40px;
  bottom: 0;
  right: 100px;
  border-radius: 10px;
  width: 291px;
  height: 374px;
  overflow: hidden;
}

.custom-push-page .image-background img {
  border-radius: 10px;
  transition: transform 400ms ease-out;
}

.paragraph-custom-push .custom-push-more {
  position: absolute;
  bottom: 30px;
}

.custom-push-more .rte-button:hover {
  background-color: var(--rte-blue-hover);
  color: white !important;
  text-decoration: unset;
}

@media only screen and (max-width: 1024px) {
  .paragraph-custom-push {
    width: 100%;
    left: 0;
  }

  .custom-push-content-left {
    padding-right: 350px;
  }

  .custom-push-page .image-background {
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .paragraph-custom-push {
    width: 100%;
    padding-top: 50px;
    left: unset;
    padding-bottom: 50px;
  }

  .custom-push-content {
    margin: 0;
    padding: 0 !important;
    min-height: unset;
    background: none;
  }

  .paragraph-custom-push .custom-push-content-left {
    padding-right: 0;
    padding-bottom: 0;
  }

  .paragraph-custom-push .custom-push-title {
    font-size: 26px;
  }

  .paragraph-custom-push .custom-push-description {
    padding-right: 150px;
  }

  .paragraph-custom-push .custom-push-page .image-background {
    width: 112px;
    height: 145px;
    bottom: 0;
    top: unset;
    right: 20px;
  }

  .paragraph-custom-push .custom-push-page .image-background img{
    width: 112px;
    height: 145px;
  }

  .paragraph-custom-push .custom-push-more {
    position: relative;
    bottom: unset;
    margin-top: 40px;
  }

  .paragraph-custom-push .custom-push-more .rte-blue-button {
    background: transparent;
  }

  .paragraph-custom-push:hover .custom-push-more .rte-blue-button {
    background-color: white;
    color: black;
    border: 1px solid black;
  }
}