body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Mulish;
}

.Custumer-insights-Hero {
  display: flex;
}

.latest-insights-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  padding: 15px 70px;
  column-gap: 10px;
}

.Custumer-insights-left {
  align-content: center;
    margin: 0 0px 0 70px;
}

.Custumer-insights-left h1 {
  font-size: 60px;
  font-weight: 800;
  margin: 0;
  color: #282828;
}

.Custumer-insights-left p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding-top: 10px;
  color: #282828;
  line-height: 30px;
}

.latest-insight-head {
  font-size: 40px;
  font-weight: 700;
  margin: 0 70px;
  padding-top: 55px;
  color: #282828;
}

.latest-insight-year {
  color: #989898;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.latest-insight-heading {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: 0;
}

.latest-insight-desc {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.columns {
  width: 32%;
  /* flex: 0 0 calc((100% - 70%) / 3);*/
}

.columns img {
  width: 100%;
}

.latest-insights-cotent {
  background: linear-gradient(279deg, #E1F4FD 0%, rgba(255, 255, 255, 0.00) 115.53%);
  padding-bottom: 1.5rem;
}

.read-more {
  color: var(--Electric-Orange, #EC6625);
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.hidden {
  display: none;
}

.secondary-btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  outline: none;
  border: 1px solid #EC6625;
  font-weight: 700;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
  width: 135px;
  color: #EC6625;
}

.secondary-btn:hover {
  position: relative;
  background: #FFF2EB;
  border: 1px solid #EC6625;
  color: #EC6625;
}

.secondary-btn:focus-visible {
  position: relative;
  background: #FFF9F6;
  border: 1px solid #EC6625;
  color: #EC6625;
}

.secondary-btn:active {
  position: relative;
  background: #FFF9F6;
  border: 1px solid #BB5106;
  color: #BB5106;
}
.consume-block2-img{
  height:208px
}


.container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1360px) {
    .container {
        width: 1360px;
    }
}




@media (max-width: 992px) {
  .Custumer-insights-Hero {
    display: inline-block;
  }

  .Custumer-insights-Hero img {
    width: 100%;
  }

  .latest-insights-main {
    display: block;
    padding: 20px;
  }

  .columns img {
    width: 100%;
  }

  .columns {
    margin-bottom: 20px;
    width: 100%;
  }

  .Custumer-insights-left {
    margin: 0px 20px;
    margin-top: 2.8rem;
    text-align: center;
  }

  .latest-insight-head {
    margin: 0 20px;
    padding-top: 32px;
  }

  .Custumer-insights-left h1 {
    font-size: 35px;
  }

  .Custumer-insights-left p {
    padding: 14px 0;
  }
  .latest-insight-head{
    font-size: 2.4rem;
    font-weight: 700;
  }
  .latest-insight-heading{
     font-size: 1.8rem;
      font-weight: 700;
  }
}