.signpost-title {
  font-weight: 600;
  font-size: 2.7rem;
  margin-top: 15px;
}
.signpost-image:before {
  height: 85%;
  width: 100%;
  border-radius: 30px;
  background-color: var(--white-color);
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
}
.signpost-image img {
  z-index: 1;
  position: relative;
  border-radius: 30px;
}
.module-two-column .cta--large:hover{
min-height: 15rem;
  padding: 20px 35px;
}
.signpost h3 {
  color: var(--color-text);
}
.product-signpost .signpost-image img{
height:255px;
object-fit:contain;
  border-radius: 15px;
}
.signpost__content-image {
  height: 72px;
  width: auto;
  object-fit: contain;
}
.signpost__item {
  margin-bottom: 40px;
}
.cta--primary .cta-icon{
  height: 20px;
  width: 20px;
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(/~/media/Images/M/myko/logo/right-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  transition:0.3s all ease-in-out;
}
.product-signpost .signpost-title{
  margin-top:30px;line-height: 40px;
}
.product-signpost.bg-secondary-color .signpost-image:before{
  background-color:var(--white-color)
}
.product-signpost .signpost-image:before{
  background-color:var(--bg-secondary-color)
}
.product-signpost .signpost-image:before{
  height:100%;
  border-radius:10px;
}
.product-signpost .cta--primary{
  border-radius: 30px;
  font-weight:700;
}
.cta--primary:hover .cta-icon{
  background-image: url(/~/media/Images/M/myko/logo/right-arrow-hover.svg);
}
.bottom-signpost img {
 width:auto;
  max-height: 65px;
  object-fit: contain;
  object-position: left;
}
.cta--large {
  min-height: 15rem;
  padding: 23px 35px;
  align-items: end;
  border-radius: 30px;
  justify-content: space-between;
  transition: 0.4s;
  position: relative;
}
.cta--large:after {
  content: "";
  background-image: url("/~/media/Images/M/myko/icons/arrow.svg");
  height: 40px;
  width: 40px;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  right: 30px;
  transition: 0.4s;
}
.cta--large:hover {
  min-height: 160px;
  padding: 20px 45px;
  transition: 0.4s;
}
.cta--large:hover:after {
  transform: rotate(45deg);
  transition: 0.4s;
  bottom: 16px;
}
.bottom-signpost-row {
  min-height: 160px;
}
.pdf-signpost__item{
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-pdf-signpost .col-md-6{
margin-bottom:30px;
}
.pdf-signpost__item .cta--primary{
  border-radius:33px;
  margin-top: 10px;
  font-weight:600;
  width: fit-content;
}
.module-two-column .signpost-image img{
  min-height: 333px;
  object-position: center;
  object-fit: contain; 
}
.module-two-column.bg-secondary-color .signpost-image:before, .module-two-column.bg-secondary-color .cta--large{
  background-color:var(--white-color)
}
.module-two-column.bg-null .signpost-image:before, .module-two-column.bg-null .cta--large{
  background-color:var(--bg-secondary-color)
}
.module-two-column__right-content .cta--large{
margin-top:20px;
}
.module-two-column__right-content .cta--large img{
  max-height: 48px;
  object-fit: contain;
  object-position: left;
  width:auto; 
}
.module-two-column__content ul li{
color: var(--bs-black);
word-break: break-word; 
}
.module-two-column__content h3{
color:var(--primary-color)
}
@media all and (max-width:991.98px){
.bottom-signpost img{
max-height: 30px;
}
.cta--large{
min-height:12rem;
}
.cta--large:hover {
  min-height: 120px;}
  .cta--large:hover:after{
  bottom:6px;
  }
.cta--large:after{
bottom:13px;
}
.module-two-column__right-content .cta--large img{
height:30px;width: 77%;
}
}

@media all and (min-width:768px) and (max-width:992px){
.bottom-signpost img{width:80%;}
}
@media all and (max-width:767.98px){
.cta--large:hover{
min-height: 16rem;
}
.cta--large{
min-height: 15rem;
}
.bottom-signpost img{
height:100%;max-height: 50px;
}
.signpost-image {
    margin-top: 20px;
}
  .module-pdf-signpost .row{
    gap:30px;
  }
  .signpost__content-image {
    width:100%;
  }
  .bottom-signpost .row:first-child{
    gap:40px;
  }
  .two-col-content
  .row:first-child{
    gap:30px;
  }
}