/* EU project section */

.eu-project-bw {
  clear: both;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #d9d9d9;
}

.eu-project-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 30px 55px;
  text-align: center;
}

.eu-project-logos {
  display: block;
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto 34px;
}

.eu-project-title {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  color: #2e4f9e;
  text-transform: uppercase;
}

.eu-project-text {
  margin: 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.e.eu-project-link,
.eu-project-link:link,
.eu-project-link:visited {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #2e4f9e !important;
  border-radius: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #2e4f9e;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.eu-project-link:hover {
  background-color: #2e4f9e;
  color: #ffffff;
}

.eu-project {
  box-sizing: border-box;
  clear: both;
  float: none !important;
  display: block;
  position: relative;
  left: auto !important;
  right: auto !important;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 45px auto 0 !important;
  padding: 50px 30px 60px;
  border-top: 1px solid #b7b7b7;
  text-align: center !important;
}

.eu-project * {
  text-align: center;
}

.eu-project-logos {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
  .eu-project-inner {
    padding: 40px 22px 45px;
  }

  .eu-project-logos {
    max-width: 100%;
    margin-bottom: 28px;
  }

  .eu-project-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .eu-project-inner {
    padding: 34px 16px 40px;
  }

  .eu-project-title {
    font-size: 18px;
  }

  .eu-project-text {
    font-size: 15px;
  }
}
