.difference-section-new .content-wrapper{
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}
.difference-section-new .section-description p,
.difference-section-new .section-description p span{
  color: #010E2E;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.2px;
  margin-bottom:0px;
}
.difference-section-new .section-heading,
.difference-section-new .section-description{
  max-width: 726px;
}
.difference-section-new .section-heading p:last-child{
  margin-bottom:0px;
}
.source {
  color: #010E2E;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21.28px;
  margin-top: 30px;
}
.difference-section-new .section-heading h2{
  color: #010E2E;
  font-size: 48px;
  font-weight: 600;
  line-height: 57.6px;
  margin-bottom: 25px;
}

.difference-section-new .difference-inner-section {
  justify-content: space-between;
  display: flex;
  gap: 0px;
  overflow: hidden;
}
.difference-section-new .section-description{
  margin-bottom: 77px;
}
.difference-section-new .difference-card {
  padding: 0 86px;
  border-left: 1px solid rgba(0, 14, 46, 0.50);;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.difference-card:first-child{
  border-left: none;
  padding-left: 0px;
}
.difference-card:last-child{
  padding-right: 0px;
}
/* .difference-inner-section .slick-slide{
margin-right: 65px;
}
.difference-inner-section .slick-list{
margin-right: -65px;
/*   display: flex !important; 
}




.difference-card .title {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
color: #0b1b35;
}

.difference-card .desc {
font-size: 15px;
color: #444;
line-height: 1.6;
}

.difference-inner-section-arrow .slider-arrows {
margin-right: 86px;
margin-top: 0px;
display: flex;
grid-gap: 16px;
justify-content: flex-end;
}
.difference-inner-section-arrow .slider-arrows button {
background: transparent;
border: none;
width: 43px;
height: 43px;
border-radius: 50%;
cursor: pointer;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
.difference-inner-section-arrow .slider-arrows button.slick-disabled svg circle,
.difference-inner-section-arrow .slider-arrows button.slick-disabled path {
opacity: 0.3;
}
.difference-inner-section-arrow .slider-arrows button.slick-disabled{
cursor: no-drop;
}
.difference-inner-section .slick-list{
padding-right: 150px;
}
.slick-slide:last-child .difference-card {
/*     border: none; */
}
.difference-card .icon img{
  max-width: 46px;
  max-height: 49px;
}
.difference-card .icon-number{
  color: #010E2E;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 18px;
  opacity: .5;
}
.difference-section-new .difference-card .title{
  color: #010E2E;
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 79.2px */
  margin-bottom: 12px;
}
.difference-section-new .difference-card .desc p,
.difference-section-new .difference-card .desc p span,
.difference-section-new .difference-card .desc span{
  color: #010E2E;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%; /* 23.94px */
}
.difference-section-new .difference-card .desc p:last-child{
  margin-bottom: 0;
}
.difference-inner-section-arrow {
  display: flex;
  align-items: center;
  margin-top: 53px;
  justify-content: space-between;
}
@media (min-width: 992px){
  .difference-inner-section .slick-track,
  .difference-inner-section .slick-list{
    display: flex !important;
  }

}
@media (max-width: 767px){
  .difference-inner-section .slick-list{
    padding-right: 0;
  }

  .difference-card .icon {
    margin-bottom: 41px;
  }
  .difference-inner-section.left-padding{
    padding: 0 20px !important;
  }
  .difference-inner-section-arrow {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
  .difference-inner-section-arrow .slider-arrows {
    margin-right: 0px;
    grid-gap: 16px;
    justify-content: center;
  }
}
@media (max-width: 1313px) and (min-width: 768px){
  .difference-inner-section.left-padding{
    padding-left: 20px !important;
  }
  .difference-inner-section-arrow .slider-arrows{
    margin-right: 30px;
  }
}
@media (max-width: 991px){
  .difference-section-new .difference-card .title {
    color: #010E2E;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .difference-section-new .section-heading h2{
    font-size: 35px;
    line-height: 45.6px;
    margin-bottom: 20px;
  }
  .difference-section-new .section-heading {
    margin-bottom:42px;
  }
  .difference-card:first-child {
    border-left: 1px solid rgba(0, 14, 46, 0.50);
    padding-left: 20px;
  }
  .difference-section-new .difference-inner-section {
    justify-content: space-between;
    display: flex;
    gap: 50px;
    flex-direction: column;
    overflow: hidden;
  }
  .difference-section-new .difference-card {
    padding: 0 20px;
    border-left: 1px solid rgba(0, 14, 46, 0.50);
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .difference-card{
    border: none;
  }
}
