Untitled

 avatar
unknown
plain_text
6 months ago
1.2 kB
5
Indexable
.eg_cards{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:24px;
}

.eg_card{
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #94348C;
  border-radius: 10px;
  padding: 24px;
}
.eg_card_text p{
  font-size: 12px;
  font-weight: 400;
  line-height: 16.34px;
  text-align: center;
  font-family: Open Sans;
  color: #333D47;
}

.eg_card_text h6{
  font-size: 18px;
  font-weight: 700;
 /* line-height: 24.51px; */
  text-align: center;
  color: #333D47;
}


.eg_card_section3 button{
  background-color: #0093C9;
    color: white;
    border-radius: 34px;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    border-style: none;
    height: 48px;
    width: 296px;

}

.eg_card_section4{
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.eg_card_section4 img{
  width: 30px;
  height: 30px;

}

.eg_card_section4 h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  color: #333D47;
}
Editor is loading...
Leave a Comment