.ctd-section {
    /* height: 200px; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
    /* max-height: 300px; */
    box-sizing: border-box;
    position: relative;
}
.ctd-section.has-divider {
    position: relative;
    /* align-items: center; */
}
.ctd-section .line-1 {
  left: calc(50% - 640px); /* 0% */
}

.ctd-section .line-2 {
  left: calc(50% - 640px + 426.67px); /* 33.33% */
}

.ctd-section .line-3 {
  left: calc(50% - 640px + 853.33px); /* 66.66% */
}

.ctd-section .line-4 {
  left: calc(50% + 640px);/* 100% */
}
.ctd-section .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    /* background-color: #ccc; */
    z-index: 0;
    height: 100vh;
}
.ctd-col {
  display: flex;
  flex-direction: column;
  padding: 0px;
  box-sizing: border-box;
  margin-top: 80px;
  font-family: 'Lexend Deca', sans-serif;
}



.ctd-col h4,
.ctd-col h5,
.ctd-col h6 {
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  font-family: 'Lexend Deca', sans-serif;
  transform: translateX(32px);

}
.ctd-col h3{
  margin-top: 0px;
  font-size: 24px;
  font-family: 'Lexend Deca', sans-serif;
  line-height: 29px;
  margin-bottom: 20px;
  transform: translateX(32px);
  text-transform: capitalize;
}
.ctd-col h2 {
  margin-top: 0px;
  font-size: 44px;
  font-family: 'Lexend Deca', sans-serif;
  line-height: 48px;
  margin-bottom: 20px;
  transform: translateX(32px);
}
.ctd-col h1 {
  font-size: 44px;
  font-weight: 400;
  margin: 0;
  max-width: 500px;
  transform: translateX(32px);
  
}

.ctd-col p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Lexend Deca', sans-serif;
  padding: 0px 88px 0px 30px;
}

.ctd-header-wrap {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 6px;
    margin-top: -72px;
    transform: translateX(32px);
    margin-bottom: 20px;
}

.ctd-slash {
  font-weight: bold;
  color: #264ABC;
  display: inline-block;
}

.ctd-header-text {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap; 
  line-height: 1.4;
}

/* Responsive */

@media (min-width: 768px) and (max-width: 1024px) {
  .ctd-col p{
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Lexend Deca', sans-serif;
    padding: 0px 20px 30px 30px;
  }
  .ctd-col h2 {
    font-size: 44px;
    font-family: 'Lexend Deca', sans-serif;
    line-height: 48px;
    margin-bottom: 20px;
    transform: translateX(32px);
    margin-top: 0px;
}
}
@media (max-width: 767px) {
  .ctd-section {
    display: block; 
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    gap: 0;
    max-height: none;
    height: auto !important;
    min-height: unset !important;
  }

  .ctd-col {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 0;
  }

  .ctd-col h1,
  .ctd-col h4,
  .ctd-col h5,
  .ctd-col h6 {
    font-size: 25px;
    margin: 0 0 12px 0 !important;
    line-height: 1.2;
    transform: translateX(20px);
    padding: 0;
  }
.ctd-col h3{
   font-size: 25px;
    margin: 0 0 12px 0 !important;
    line-height: 1.2;
    transform: translateX(20px);
    padding: 0;
    padding: 60px 0px 10px;
}

  .ctd-col h2{
    font-size: 25px;
    margin: 0 0 30px 0 !important;
    line-height: 28px;
    transform: translateX(20px);
    padding: 0;
  }
  .ctd-col h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 12px 0 !important;
    max-width: 500px;
    transform: translateX(20px);
    margin-top: 10px;
    margin-bottom: 18px !important;
    line-height: 1.2;
    padding: 0;
  }

  .ctd-col p {
    margin: 0 0 14px 0 !important;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Lexend Deca', sans-serif;
    padding: 10px 20px 0 20px;
    word-break: break-word;
  }

  .ctd-header-wrap {
    display: flex;
    align-items: center;
    font-size: 14.9px;
    gap: 6px;
    margin-top: 0px;
    margin-bottom: 8px;
    transform: translateX(20px);
  }
  .ctd-section .ctd-col.ctd-title{
    padding-top: 30px;
    margin-top: 0px !important;
  }

  .custom-button-wrapper {
    top: auto !important;
    bottom: -10px !important; 
    left: 0 !important;
    right: auto !important;
    position: absolute  !important;
    z-index: 10 !important;
  }
  .btn-custom {
    width: 308px !important;
    position: absolute !important;
    top: -68px  !important;
    left: -391px !important;
    z-index: 10 !important;
  }
  .ctd-section .ctd-col.ctd-content {
    margin-bottom: 50px;
    margin-top: -150px;
    border: none;
  }
  .ctd-section .ctd-col:nth-child(2) {
    display: none;
    border: none;
  }
  .ctd-section .ctd-col.ctd-title {
    margin-top: 50px;
  }
  .ctd-section .line-2,
  .ctd-section .line-3 {
    display: none;
  }
  .ctd-section .line-1 {
  left: calc(50% - 176px);
  height: 50vh;
}
  .ctd-section .line-4 { 
  left: calc(50% + 175px);
  z-index: 0;
  height: 50vh; 
  }

}
  /* .ctd-section .line-3 {
    display: none;
  }
  .ctd-section .line-1 {
  left: calc(50% - 176px);
  height: 50vh;
}
  .ctd-section .line-4 { 
  left: calc(50% + 175px);
  z-index: 0;
  height: 50vh; 
  } */




