/* ==========================================================================
   FreeEasy
   ========================================================================== */
#FreeEasy {
  /*border-bottom: 0.5px solid #D0D0D7;*/
  background: #FAFAFA;
}

#FreeEasy form#contactForm .form-group {
  margin-bottom: 30px;
}

#FreeEasyform#contactForm input[type=text], #contact form#contactForm input[type=email] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#FreeEasy form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#FreeEasy form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

.popup-footer {
  margin-top: 56px;
}

/*.img-example {*/
/*  !*background-image: url("../../img/example.svg");*!*/
/*  background-size: cover;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*}*/

.container-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 46px;

}

.text-plugin {
  display: flex;
  justify-content: center;
  /*margin-right: 20px;*/
  font-family: 'Poppins', sans-serif;

  color: #232329;
  font-size: 104px;
  font-style: normal;
  font-weight: 400;
  line-height: 104px; /* 104px */
  letter-spacing: -3.12px;

}

.title-plugin {
  color: #68687B;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 27px */
  margin-top: 4px;
  /*color: #D0D0D7;*/
  /*font-family: 'Archivo', sans-serif;*/
  /*font-size: 18px;*/
  /*font-style: normal;*/
  /*font-weight: 400;*/
  /*line-height: 27px;*/
}

.btn-border-filled-plugin {
  font-family: 'Archivo', sans-serif;
  height: 40px;
  width: 199px;
  border-radius: 1000px;
  display: flex;
  padding: 0 8px 0 16px;
  align-items: center;
  gap: -2px;
  background: #00C172;

}
