.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: 256px;
}
  
.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: 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;
}
.features-fold-2-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 40px;
  justify-content: center;
  display: inline-flex;
  align-items: flex-start;
  gap: 32px;
}

/* 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; }
  .features-fold-2-grid-box img{width: 84px;height: 84px;}
  .features-fold-2-grid {gap:190px;}
}
@media(max-width:1366px) and (min-width:1024px){
  .features-fold-2-grid-box{
      width: 220px;
  }
  .feature-fold-text br{
    display:none;
  }
}
@media(min-width:768px) and (max-width:1023px){
  .features-fold-2-grid{
    justify-content: flex-start;
    padding-left: 40px;
  }
}
@media(max-width:991px){
  .features-fold-2-grid{
    flex-wrap: wrap;
  }
  .features-fold-2-grid-box{
    width: fit-content;
    flex-direction: row;
    /* align-items: center; */
  }
  .feature-fold-text br{
    display:none;
  }
}
  
@media(max-width:767px){
  .features-fold-2{
    margin: 0px auto 80px auto;
    margin-bottom:0;
    flex-direction: row;
  }
  .features-fold-2-grid{
    width: 100%;
    margin: 80px auto 0px auto;
    padding:0 16px;
    flex-direction: column;
  }
  .features-fold-2-grid-box{
    width:100%;
    flex-direction: row;
    align-items: flex-start;
  }
  .feature-fold-title{
    font-size:16px;
    line-height:24px;
  }
}