@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}
section {
  margin: 0;
}

p {
  font-size: 16px;
}

th {
  font-size: 25px;
}

td {
  font-size: 18px;
}

li p {
  font-size: 18px;
  font-weight: 500;
}

.icon-size {
  font-size: 80px;
  font-weight: 200;
  padding-top: 20px;
}

.card-text {
  text-align: justify;
  text-justify: inter-word;
}

section .card {
  padding: 60px 25px;
  margin: 0;
}

.section-card .row .col {
  padding: 0.5px;
}

.section-card .row {
  margin-bottom: 1px;
}

.section-card .row .col .card {
  padding: 2px;
  border: 1px solid #eeeeee;
  border-radius: 7.2px;
}

.section-services .card-content {
  padding: 10px 15px;
}

.section-testimonial .carousel {
  height: 250px !important;
}
