.card {
  /* width: 190px;
    height: 254px; */
  /* background: #3405a3; */
  border-radius: 15px;
  box-shadow: 1px 5px 60px 0px #100a886b;
  margin: 5px;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: scale(1);
  width: 50%;
}

.card .card-border-top {
  width: 60%;
  height: 3%;
  background: #6b64f3;
  margin: auto;
  border-radius: 0px 0px 15px 15px;
}

.card span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 16px;
}

.card .job {
  font-weight: 400;
  color: white;
  display: block;
  text-align: center;
  padding-top: 3px;
  font-size: 12px;
}

.card .img {
  width: 70px;
  height: 80px;
  background: #6b64f3;
  border-radius: 15px;
  margin: auto;
  margin-top: 25px;
}

.card button {
  padding: 8px 25px;
  display: block;
  margin: auto;
  border-radius: 8px;
  border: none;
  margin-top: 30px;
  background: #6b64f3;
  color: white;
  font-weight: 600;
}

.card button:hover {
  background: #534bf3;
}
.card-part {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 20px;
  flex: 0 0 calc(50% - 40px);
  /* Adjust margin and width */
  /* margin value subtracted from 50% to account for margins */
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .card-part {
    flex: 0 0 calc(100% - 40px);
    /* Adjust margin */
  }
}

.card-part:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.about-img img {
  margin-bottom: 152px;
}
@media screen and (max-width: 768px) {
  .about-img img {
    margin-bottom: 0;
  }
}
.new-h4 a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.new-h4 a:hover {
  color: #4a4a4a;
}
