.fold5_wrapper {
  padding: 144px 0 144px 0;
  text-align: center;
}
.fold5_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: 8px;
}
.fold5_content {
  color: #717171;
  text-align: center;
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 48px;
}
.fold5_tools_wrapper {
  max-width: 864px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
.integrated_tool img {
  width: 96px;
}
.explore_btn {
  display: inline-flex;
  width: 232px;
  height: 48px;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #222;
  color: var(--Neutral-White, #fff);
  text-align: center;
  font-family: "avenir_next_worlddemi", 'Verdana';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  margin-top: 27px;
}
.explore_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.gradient3 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gradient3 img {
  width: 291px;
    position: absolute;
    top: -139px;
    z-index: -1;
}
.gradient4 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gradient4 img {
  width: 300px;
  position: absolute;
  bottom: -250px;
}

@media (min-width: 1450px) {
  .integrated_tool img {
    width: 110px;
  }
  .fold5_tools_wrapper {
    max-width: 920px;
  }
}
@media (min-width: 1700px) {
  .integrated_tool img {
    width: 120px;
  }
  .fold5_tools_wrapper {
    max-width: 1000px;
  }
}
@media (min-width: 2000px) {
  .integrated_tool img {
    width: 150px;
  }
  .fold5_tools_wrapper {
    max-width: 1200px;
  }
}
@media(min-width:1024px) and (max-width:1366px){
  .fold5_wrapper{
    padding: 100px 0 100px 0;
  }
}
@media(max-width:1024px){
  .fold5_wrapper{
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .fold5_tools_wrapper {
    flex-wrap: wrap;
  }
  .integrated_tool img {
    width: 80px;
  }
  .fold5_wrapper{
    padding: 80px 0 80px 0;
  }
  .explore_btn{
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .fold5_wrapper {
    padding: 64px 16px 64px 16px;
  }
  .fold5_title {
    font-size: 24px;
    line-height: 32px;
    max-width: 80%;
    margin: 0 auto 16px auto;
  }
  .fold5_tools_wrapper {
    flex-wrap: wrap;
    gap: 24px 8px;
    margin-bottom: 24px;
  }
  .explore_btn {
    margin-top: 8px !important;
  }

  .fold5_content {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 24px;
    max-width: 90%;
    margin: 0 auto 32px auto;
  }
  .gradient4 {
    display: none;
  }
  a.explore_btn {
    width: 100%;
    margin-top: 0;
  }
  .integrated_tool img {
    width: 96px;
  }
}
@media(min-width:540px) and (max-width:767px){
  .integrated_tool img{
    width:65px !important;
  }
}
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {
  .fold5_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fold5_content {
    font-size: 14px;
    line-height: 24px;
  }
}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  .fold5_title {
    font-size: 28px;
    line-height: 36px;
  }
  .fold5_content {
    font-size: 14px;
    line-height: 24px;
    max-width: 70%;
    margin: 0 auto 38px auto;
  }
}
