/* journey-sec-start */
  .journey-title {
      font-family: Urbanist;
      font-weight: 700;
      font-size: 65px;
      line-height: 75px;
      letter-spacing: .3px;
      color: #fff;
  }
  .journey-title span {
      color: #EBB211;
  }
  .journey-sec .row {
      align-items: unset;
  }
  .journey-sec .left-img-col {
      flex: 0 0 50%;
      display: flex;
      align-items: end;
  }
  .right-content-col {
      flex: 0 0 50%;
      display: flex;
      align-items: center;
      padding: 60px 0;
  }
  .left-img-col {
      margin-top: -100px;
      position: relative;
  }
  .left-img-col img {
      width: 100%;
  }
  .journey-content {
      margin-top: 35px;
  }
  .journey-content p {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: .2px;
      color: #fff;
      margin: 0;
  }
  .btn-gp {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  .content-inner-sec {
      width: 100%;
      max-width: 687px;
      margin: 0 0 0 auto;
      position: relative;
  }
  .content-inner-sec::after {
      position: absolute;
      content: "";
      background: url(https://stg-winniesschoolofexcellence-staging.kinsta.cloud/wp-content/uploads/2025/07/white-arrow-shape.png) no-repeat center / contain;
      width: 59px;
      height: 55px;
      right: 0;
      bottom: 20px;
  }
  .common-btn.white-border {
      background-color: transparent;
      color: #fff;
  }
  .btn-gp .common-btn {
      border: 1px solid;
  }
  .common-btn.white-border:hover {
      background: #fff;
      border-color: #fff !important;
      color: #000;
  }
  .btn-gp .common-btn.yellow-bg {
      border-color: #EBB211;
  }
  .btn-gp .common-btn.yellow-bg:hover {
      border-color: #5ADBFF;
  }
/* journey-sec-end */


.journey-sec.training_page .common-btn{background: #5ADBFF;  border-color: #5ADBFF !important;  color: #000000;}
.journey-sec.training_page .common-btn:hover{background: #EBB211; border-color: #EBB211 !important; color: #000000;}

.journey-sec.training_page .content-inner-sec::after{display:none;}


.journey-sec .owner-name{font-family: 'Sacramento'; color:#ffffff; font-size:42px; margin:25px 0 10px 0;}
.journey-sec .owner-about{color: #FFF; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal;}


@media (max-width : 1199px){
 
    .journey-title {
      font-size: 30px;
      line-height: 38px;
      margin: 15px 0 0;
  }
.journey-content p {
      font-size: 16px;
      line-height: 26px;
  }
.journey-content {
      margin-top: 15px;
  }
  .btn-gp {
      margin-top: 30px;
  }
  .content-inner-sec::after {
      width: 44px;
      height: 38px;
      bottom: 50px;
  }
  
}

@media (max-width : 767px){
.journey-sec .row {
    align-items: unset;
    flex-direction: column-reverse;
}
.left-img-col {
    margin-top: 0;
}
.left-img-col img {
    max-width: 350px;
    margin: 0 auto;
}
.right-content-col {  
    padding: 60px 0 40px;
}

    .journey-title {
        font-size: 26px;
        line-height: 36px;
    }
.journey-sec .owner-name{font-size:35px;}
.journey-sec .owner-about{font-size:16px;}

    
}
