html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* GLOBAL CSS */
h1 {font-size: 64px;}
h2 {font-size: 40px; font-weight: 700;}
h3 {font-size: 36px; font-weight: 700;}
h5 {font-size: 20px; font-weight: 700;}

.section1{
  padding-top: 80px;
  padding-bottom: 80px;
}
.section2{
  padding-top: 56px;
  padding-bottom: 56px;
}

.btn-mpa-form{
  border-radius: 8px;
  color: white;
  background-color: #3D8A50;
  border-color: #3D8A50;
  width: 271px;
  height: 53px;
}
/* END OF GLOBAL CSS */


/* GLOBAL CSS RESPONSIVE */
@media only screen and (max-width: 600px) {
  .section1{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-form{
    padding-top: 56px;
    padding-bottom: 99px;
  }
}

/* END OF GLOBAL CSS RESPONSIVE */

/* FORM */
.section-form{
  padding-top: 80px;
  padding-bottom: 100px;
}
input::placeholder,
input:-webkit-input-placeholder,
input:-moz-input-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  &::first-letter {
    color: red;
  }
}

/* TEAM */
.card {
  cursor: pointer;
}
.modal{
  top: 20% !important;
}
.modal-content {
  display: flex;
}
.modal-body{
  padding: 56px;
}
.modal-body .modal-image {
  height: auto;
  margin-right: 20px; 
}
.modal-text {
  flex: 1;
}