.techin-three-column2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.techin-service-wrap2 {
  flex: 1 1 calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.techin-service-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
}

.techin-service-icon2 img {
  max-width: 50px;
  height: auto;
}

.techin-service-content2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.techin-service-content2 h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.techin-service-content2 p {
  flex-grow: 1;
  margin-bottom: 20px;
}

.thankyou {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 100px;
}

@media (max-width: 992px) {
  .techin-service-wrap2 {
    flex: 1 1 48%;
  }
}

@media (max-width: 576px) {
  .techin-service-wrap2 {
    flex: 1 1 100%;
  }
}
