.features-fold-gradient{
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.features-fold-gradient img {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
}

.featured-title {
  color: #222;
  text-align: center;
  font-family: "avenir_next_worldbold", 'Verdana';
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 64px;
}
.features-fold-2-titl {
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #222;
  font-family: "avenir_next_worldbold", 'Verdana';
  font-weight: normal;
  margin-top: 35px;
}

.feature-fold-text {
  font-size: 14px;
  line-height: 24px;
  color: #717171;
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-weight: normal;
  max-width: 240px;
}

.feature-fold-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "avenir_next_worldbold", 'Verdana';
  font-weight: normal;
  color: #222;
  /* margin-top: 24px; */
  margin-bottom: 8px;
}

.features-fold-2-grid-box {
  /* max-width: 260px;
  display: flow-root;
  place-content: flex-start;
  align-items: center;
  justify-content: center;
  text-align: left; */
  display: flex;
  width: 256px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 24px;
}
.features-fold-2-grid-box img {
  display: flex;
  width: 64px;
  height: 64px;
  /* padding: 16px; */
  justify-content: center;
}

.feature-container {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features-fold-2 {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
}
/* .features-fold-2-grid {
 
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 40px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 32px;
} */
.features-fold-2-grid {
  max-width: 100%;
  padding: 40px 64px;
  display: grid;
  grid-template-columns: 384px auto 448px;
  grid-gap: 8px 32px;
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 100%;
}

.accreditation-column .h3-title {
  color: #222;
  font-family: "avenir_next_worldbold", 'Verdana';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  padding: 16px 0;
}

.accreditation-column p {
  color: #717171;
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 0;
  padding: 14px 0;
}
#icon-text {
  color: #222;
}
.accreditation-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.accreditation-image img {
  width: 98px;
}
.accreditation-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accreditation-journey, .features-fold-gradient-mb-blue, .features-fold-gradient-mb-pink, .features-fold-gradient-mb-yellow{
  display: none;
}
/* Font standards */
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {
  .feature-fold-title {
    font-size: 16px;
    line-height: 24px;
  }
}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  .feature-fold-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1920px) {
  .features-fold-2 {
    max-width: 1600px;
  }
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .features-fold-2-grid-box {
    width: 220px;
  }
  .features-fold-2 {
    margin-bottom: 0px;
  }
  .accreditation-image img{
    width: 40px;
  }
  .featured-title{
    margin-bottom: 54px;
  }
}

@media (max-width: 991px) {

  .features-fold-gradient-mb-yellow, .features-fold-gradient-mb-pink, .features-fold-gradient-mb-blue {
    max-width: 1440px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* display: none; */
  }

  .features-fold-gradient{
    display: none;
  }
  .features-fold-gradient-mb-yellow img {
    z-index: -1;
    width: 227px;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .features-fold-gradient-mb-pink img {
    z-index: -1;
    width: 227px;
    position: absolute;
    top: 270px  ;
    right: 0;
  }
  .features-fold-gradient-mb-blue img {
    z-index: -1;
    width: 300px;
    position: absolute;
    top: 480px;
    left: 0;
  }
  .features-fold-2-grid {
    flex-wrap: wrap;
  }
  .features-fold-2-grid-box {
    width: fit-content;
    flex-direction: row;
    align-items: center;
  }
  .features-fold-2 {
    /* margin: 64px 0; */
    padding: 0 40px;
  }
  .home-innertext2 {
    justify-items: center;
    grid-template-columns: 100%;
    margin-top: 24px;
  }
  .accreditation-section .features-fold-2-grid{
    display:none;
  }
  .accreditation-journey{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    /* display: none; */
  }
  .acr-column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  .acr-column .arc-title{
    color: #222;
    text-align: center;
    font-family: 'avenir_next_worldbold', 'Verdana';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    max-width: 250px;
    margin: auto;
  }
  .journey-boxes .box-content{
    color: #717171;
    font-family: 'avenir_next_worldmedium', 'Verdana';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    /* max-width: 250px; */
  }
  .journey-boxes .box-sec .box-content{
    color: #222;
  }
  .journey-boxes{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    /* margin: auto; */
  }
  .journey-boxes div{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    
  }
  .journey-boxes .box-fir{
    border: 1px solid #DBDBDB;
    background: #FFF;
  }
  .journey-boxes .box-sec{
    background:  #FFF5DB;
  }
  .journey-boxes p{
    margin-bottom: 0px;
  }
  .journey-boxes .violet-box{
    background:  #F1F0FF;
  }
  .journey-boxes .pink-box{
    background:  #FFEBEF;
  }
  .journey-boxes .blue-box{
    background:  #DEFAFC;
  }
  .journey-boxes .teal-box{
    background:  #E0FCF6;
  }
  .featured-title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  
}

@media (max-width: 767px) {
  .featured-title{
    font-size: 28px;
    line-height: 36px;
  }
  .accreditation-journey, .journey-boxes{
    gap: 16px;
  }
  .features-fold-2 {
    margin: 64px 0;
    padding: 0 16px;
  }
  .features-fold-gradient-mb-yellow img {
    z-index: -1;
    width: 227px;
    position: absolute;
    top: 100px;
    left: 0;
  }
  .features-fold-gradient-mb-pink img {
    z-index: -1;
    width: 227px;
    position: absolute;
    top: 460px  ;
    right: 0;
  }
  .features-fold-gradient-mb-blue img {
    z-index: -1;
    width: 300px;
    position: absolute;
    top: 700px;
    left: 0;
  }
  
}