* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

/* IMPORT THE ROBOTO GOOGLE FONT */
@font-face {
  font-family: import_roboto_regular;
  src: url(../Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: import_roboto_bold;
  src: url(../Roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: import_rasa;
  src: url(../Rasa/Rasa-VariableFont_wght.ttf);
}
/* END IMPORT THE ROBOTO GOOGLE FONT*/

.card_grp {
  width: 80%;
  margin: auto;
}

.card_grp h1 {
  color: #00664f;
  font-family: import_roboto_bold;
  font-size: 80px;
}

.img1 {
  /* background-image: url("../img/testimonials/alex.jpg");
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat; */
  width: 100%;
  margin: 0 0 30px 0;
}

.card_text {
  color: #000;
  font-family: import_rasa;
}

.card_text p {
  font-size: 20px;
  text-align: justify;
  text-justify: inter-word;
}

/* FOOTER */
.footer {
  background: #00664f;
  color: #fff;
  font-family: import_rasa;
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 15px;
}

.footer a {
  color: #fff;
}

/* 

MEDIA QUERIES

*/

@media only screen and (max-width: 1100px) {
  .card_grp h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 850px) {
  .card_grp h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 690px) {
  .card_grp h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .card_grp h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .card_grp h1 {
    font-size: 20px;
  }
}
