section.expertise.expertisePage{
  width: 100%;
  height: auto;
  padding: 10px 100px;
  padding-top: 4rem;
}

.exp-card {
  width: 100%;
  border: 1.5px solid rgb(197, 228, 255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
  padding: 3.5rem 1.5rem;
}

.exp-card h2 {
  color: #000;
  font-size: 3.5rem;
  font-family: "thickbow";
  font-weight: 500;
}

.exp-card p.p {
  color: #454545;
  font-family: "thickbow";
  font-size: 1.6rem;
  margin-top: 10px;
}

.exp-card .wxp-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.exp-card .wxp-wrap .ex-card {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}

.exp-card .wxp-wrap .ex-card .img-box {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.exp-card .wxp-wrap .ex-card h5 {
  text-align: center;
  font-family: "thickbow";
  color: #484848;
  font-size: 27px;
  font-weight: 500;
  margin-top: 1.5rem;

}

.exp-card .wxp-wrap .ex-card .line {
  width: 110px;
  border: 1px solid #a4a4a4;
  margin: auto;
  margin-top: 8px;
  border-top: none;
  margin-bottom: 5px;
}

.exp-card .wxp-wrap .ex-card p {
  color: #676767;
  text-align: center;
  font-family: "thickbow";
  width: 80%;
  margin-top: 5px;
  font-size: 20px;
  line-height: 27px;
}

.exp-card2 {
  width: 100%;
  border: 1.5px solid rgb(197, 228, 255);
  border-radius: 20px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.exp-card2 .left {
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
}

.exp-card2 .left h3 {
  font-family: "thickbow";
  font-size: 3.5rem;
  font-weight: 500;
}

.exp-card2 .right {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exp-card2 .right img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}



@media (max-width: 900px) {

  .exp-card .wxp-wrap .ex-card h5 {
    font-size: 1.2rem;
    text-align: center;
  }
  .ex-card p {
    font-size: 0.9rem;
  }

  .exp-card .exp-card2 {
    flex-direction: column-reverse;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
  }

  img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .exp-card h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .exp-card p.p {
    font-size: 1rem;
  }
  .exp-card .wxp-wrap {
    flex-direction: column;
  }
  .exp-card .wxp-wrap .ex-card {
    width: 100%;
  }

  .exp-card2 {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .exp-card2 .left {
    width: 100%;
  }
  .exp-card2 .left h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .exp-card2 .right {
    width: 100%;
  }
  .exp-card2 .right img {
    width: 100%;
    height: 100%;
  }
	.exp-card{
		margin-top: 1rem;
    padding: 2rem 1.5rem;
	}
}
