.top-image-bottom-cta {
  /*margin-top: 60px;*/
}

.top-image-bottom-cta img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.top-image-bottom-cta .description {
  padding: 60px;
}
.top-left-orange-strike {
  position: relative;
}

.project-template-default.single-project .top-left-orange-strike{
  margin-bottom: -9rem;
}

.top-left-orange-strike:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #ff7f00;
  width: 80%;
  height: 2px;
  left: -30%;
  transform: rotate(-60deg);
  top: -5%;
}

/* Site design width */
@media only screen and (max-width: 1280px) {
  .project-template-default.single-project .top-left-orange-strike {
    margin-bottom: 0;
  }
}

/* Tablet */
@media only screen and (max-width: 768px) {
  .top-image-bottom-cta {
    margin: 60px 0;
  }
  .top-image-bottom-cta .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
    flex: none;
  }
  .top-image-bottom-cta .top-left-orange-strike {
    margin-top: 0;
  }
  .top-image-bottom-cta img {
    height: auto;
    min-height: 200px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {
  .top-image-bottom-cta .top-left-orange-strike:after {
    top: 45px;
  }
}

/* Mobile */
@media only screen and (max-width: 640px) {
  .top-image-bottom-cta {
    margin: 0 0 90px 0px;
    display: flex;
  }

  .top-image-bottom-cta .top-left-orange-strike {
    flex: 1;
    width: 50%;
  }

  .top-image-bottom-cta img {
    margin: 0px;
  }

  .top-left-orange-strike:after {
    top: 5%;
    width: 40%;
    height: 2px;
    left: -20px;
  }

  .top-image-bottom-cta .description {
    padding: 0px 30px;
    width: 50%;
  }

  .top-image-bottom-cta .description .bold-sub-line {
    margin-bottom: 15px;
  }

  .top-image-bottom-cta .content-container {
    padding: 0;
  }

  .top-image-bottom-cta .button-filled {
    padding: 10px 5px;
  }
}
