.btn:focus,
.publications--categories li a:focus,
.btn-highlight:focus,
.btn-read:focus,
.btn-related:focus {
  outline: none;
  box-shadow: none;
}

.breadcrumbs p {
  font-size: 15px;
}

.default-page {
  font-family: "Montserrat", sans-serif;
  padding-bottom: 60px;
}

.default-page h2 {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 16px;
}

.default-page h3 {
  font-size: 28px;
}

.default-page h4 {
  font-size: 20px;
}

.default-page a {
  text-decoration: none;
  color: #fb4b14;
}

.default-page p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.applications-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.applications-element > div {
  margin-top: 5px;
  margin-bottom: 5px;
}

.applications-element__deadline {
  margin-right: 45px;
}

.applications-element__deadline span {
  background-color: #fb4b14;
  font-weight: 600;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.applications-element__pdf a {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  /* identical to box height */
  padding-left: 30px;
  letter-spacing: 0.075em;
  color: #000000;
}

.applications-element__pdf a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("https://rosa-luxv2.w3lab.dev/wp-content/uploads/2022/02/download-btn.svg");
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1399px) {
  .default-page h2 {
    font-size: 34px;
    line-height: 1.22;
  }
  .default-page h3 {
    font-size: 26px;
    line-height: 1.22;
  }
}

@media only screen and (max-width: 1280px) {
  .default-page p {
    font-size: 16px;
  }
  .default-page h2 {
    font-size: 30px;
    line-height: 1.22;
  }
}

@media only screen and (max-width: 767px) {
  .default-page h2 {
    font-size: 28px;
    line-height: 1.22;
  }

  .default-page h3 {
    font-size: 24px;
    line-height: 1.22;
  }
}

/*Application*/

.applications-wrap__thumb img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.applications-wrap__content {
  position: relative;
  top: -105px;
  background-color: #fff;
  margin: 0 120px;
  padding: 35px 80px 0px 80px;
  font-size: 18px;
}

.default-page.applications-page {
  padding-bottom: 0;
}

@media only screen and (max-width: 1399.5px) {
  .applications-wrap__content {
    margin: 0px 80px;
    padding: 35px 50px 0px 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .applications-wrap__content {
    margin: 0px 80px;
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .applications-wrap__thumb img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

  .applications-wrap__content {
    margin: 0px 20px;
    padding: 30px 25px 0px 25px;
    top: -40px;
  }
}

@media only screen and (max-width: 575px) {
  .applications-wrap__content {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    top: 0px;
  }
  .default-page.applications-page {
    padding-bottom: 50px;
  }

  .applications-element__deadline span {
    font-size: 14px;
  }

  .applications-element__deadline {
    margin-right: 12px;
  }
}

.without-thumb {
  top: 0;
  margin-bottom: 85px;
}

@media only screen and (max-width: 991px) {
  .without-thumb {
    top: 0;
    margin-bottom: 60px;
  }
}
