.tech-hero{
background-image: url("../assets/images/tech-hero.png");

}
.tech-sec{
    width: 90%;
}
.tech-tab-wraper{
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.tab-tech {
  display: flex;
  
    border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0 0 1px #ececec;
}
#rec{
  padding: 1rem;
}

.rec-paper{
  margin: 2rem;
  width: 90%;
  padding: 5rem 8rem;
      border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 0 0 1px #ececec;
}
.rec-paper h1{
      color: #000;
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.rec-paper p{
      color: #3A3A3A;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 1.5rem;

}