.services .container .card {
    min-width: 220px;
    height: 484px ;
    background-color: white;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 43px;
    box-shadow:none !important;
}
.services .container .service-cards .grid .card .icon-container {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: var(--primary-color);
}

.services .container .service-cards .grid .card h2 {
  font-family: poppins;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black-color);
}
.services .container .service-cards .grid .card p {
  font-family: poppins;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: start;
  color: var(--black-color);
}

.services .container p {
  font-family: poppins;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
  color: var(--secondary-color);
  max-width: 100% !important;
  
}
.services .container .circle-bullets{
  width: 100%;
}
