.left-side-signpost__content {
  width: 100%;
  min-height: 637px;
}
.left-side-signpost__content--wrapper {
  max-width: 632px;
  height: 224px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  background: var(--white);
}
.left-side-signpost__content--wrapper h2 {
    margin: 0;
    padding-bottom: 24px;
}
.left-side-signpost__content--wrapper .large-body {
    margin-bottom: 0;
}
.right-side-signpost__content--wrapper img {
  width: 100%;
  object-fit: cover;
}
.two-column-signpost-with-image__wrapper .link_wrapper a:after{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  
}
.right-side-signpost__content--title-area {
  padding: 24px 36px;
}
.left-side-signpost__content--wrapper:hover *, .right-side-signpost__content--title-area:hover *{
  color: var(--primary-blue);
}
.left-side-signpost__content--wrapper h2, .left-side-signpost__content--wrapper p, .right-side-signpost__content--title-area h4{ 
  -webkit-box-orient: vertical;
   display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-side-signpost__content--wrapper h2, .left-side-signpost__content--wrapper p{ 
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.right-side-signpost__content--title-area h4 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.two-column-signpost__left-side-signpost{
  margin-bottom: 30px;
}

.two-column-signpost-with-image__wrapper  .left-arrow-icon:before {
  top: 92px;
  z-index: 1;
}
.two-column-signpost-with-image__wrapper .right-arrow-icon.tranform180:after{
    top: -546px;
}

.two-column-signpost__left-side-signpost {
  z-index: 2;
  position: relative;
}
@media (max-width:500px) {
.two-column-signpost__left-side-signpost{
  margin-bottom: 0;
}
}

@media (max-width:767px) {
.left-side-signpost__content {
  min-height: 450px;
}
}

@media(min-width:768px){
.two-column-signpost-with-image__wrapper [class*="col-lg-9"],
.two-column-signpost-with-image__wrapper [class*="col-md-8"] {
  padding-right: 0;
}

.two-column-signpost-with-image__wrapper [class*="col-lg-3"],
.two-column-signpost-with-image__wrapper [class*="col-md-4"] {
  padding-left: 0;
}
.right-side-signpost__content--title-area{
  padding: 24px 20px ;
}
.two-column-signpost__left-side-signpost , .right-side-signpost__content {
  margin-bottom: 0px;
}
.right-side-signpost__content--title-area {
  padding: 17px 36px 24px 36px;
}
.right-side-signpost__content--wrapper img {
  height: 198px;
  border-bottom: 2px solid var(--primary-blue);
}
.left-side-signpost__content::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 654px;
  background:var(--primary-blue);
  left: 0;
  top: 0;
  z-index: 2;
}
.two-column-signpost__right-side-signpost::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 654px;
  background: var(--primary-blue);
  right: 15px;
  top: 0;
}
.two-column-signpost__right-side-signpost::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 654px;
  background: var(--primary-blue);
  left: 0;
  top: 0;
}
}


@media screen and (min-width : 992px) {
  .two-column-signpost-with-image__wrapper::before {
    content: '';
    position: absolute;
    bottom: 127px;
    background: var(--primary-blue);
    height: 1px;
    width: 100%;
    overflow: hidden;
    left: -50%;
  }
  .two-column-signpost-with-image__wrapper .container::before {
    content: '';
    position: absolute;
    bottom: 67px;
    background: var(--primary-blue);
    height: 1px;
    width: 100%;
    overflow: hidden;
    left: 0;
  }
  
}


@media screen and (max-width : 991px) and (min-width :768px) {
  .left-side-signpost__content--wrapper {
    max-width: calc(100% - 10%);
  }
  .two-column-signpost-with-image__wrapper::before {
    content: '';
    position: absolute;
    bottom: 97px;
    background: var(--primary-blue);
    height: 1px;
    width: 100%;
    overflow: hidden;
    left: -50%;
  }
  .two-column-signpost-with-image__wrapper .container::before {
    content: '';
    position: absolute;
    bottom: 57px;
    background: var(--primary-blue);
    height: 1px;
    width: 100%;
    overflow: hidden;
    left: 0;
  }
  .two-column-signpost-with-image__wrapper::before{
  content:unset;
  }
}