Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
735 B
1
Indexable
Never
.eg_heading3{
  color: #C20100;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}


.eg_heading2 strong{
  color: #C20100;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  text-align: center;
}

.eg_heading2{
  font-size: 33px;
  line-height:39.6px;
  text-align: center;
  font-weight: 400;
  font-family: Montserrat;
}

.eg_img_section{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.eg_img{
  width: 80px;
  height: 80px;
}

.eg_text{
  font-size: 
  12px;
  font-weight: 
  700;
  line-height: 
  14.4px;
  text-align: center;
}
Leave a Comment