.header-post-box {
  top: 80px;
  float: left;
  margin: 25px 0px 15px 15px;
  min-height: 220px;
  height: auto;
  color: black;
  min-width: 20vw;
  max-width: 45vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.header-post-box-wrapper {
  width: 1140px;
  margin: 0 auto;
}

.header-post-box > .title {
  margin: 10px 20px 0px 20px;
  width: 90%;
  font-weight: 500;
  font-size: 28px;
  line-height: 39px;
  font-family: "Trebuchet MS", sans-serif;
  color: #222222;
  text-align: left;
  float: left;
}

.header-post-box > .subtitle {
  margin: 20px 20px 0px 20px;
  width: 90%;
  font-size: 19px;
  line-height: 28px;
  color: #666666;
  text-align: left;
  font-family: "Ubuntu";
  font-weight: 400;
  float: left;
}

.header-post-box > .description {
  margin: 20px 20px 20px 20px;
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "Ubuntu";
  line-height: 22px;
  float: left;
  overflow-wrap: break-word;
}

.header-post-button {
  border-radius: 25px;
  border-color: rgba(255, 165, 0, 0.9);
  float: left;
  background-color: rgba(255, 165, 0, 0.9);
  color: white;
  padding: 5px 15px 5px 15px;
  margin: 10px 20px 20px 20px;
  font-size: 12pt;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.header-post-button:hover {
  transition: 0.3s;
  color: white;
  background-color: rgb(255, 189, 66);
}

.icon-box {
  position: absolute;
  width: 100%;
  top: 0;
  background: #e1e6e9;
  bottom: 70px;
  right: 0;
}

.box-text {
  position: absolute;
  width: 100%;
  height: 60px;
  padding: 5px;
  bottom: 10px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #024589;
}

.custom-icon {
  font-size: 90px;
  padding-top: 30px;
  color: #024589;
}

.link-box {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: baseline;
}

.link-box a {
  margin: 10px;
  margin-bottom: 0;
  position: relative;
  display: block;
  height: 240px;
  width: 185px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
}

.link-box a:hover {
  box-shadow: 0 8px 6px -6px black;
}

.hide-search {
  display: none;
}

@media screen and (max-width: 1170px) {
  .header-post-box-wrapper {
    width: 100%;
    margin: 0px;
  }

  .header-post-box {
    margin: 25px 0px 15px 30px;
  }
  .header-post-box > .title {
    font-size: 18px;
  }

  .header-post-box > .subtitle {
    font-size: 14px;
  }

  .header-post-box > .description {
    font-size: 14px;
  }
  .header-post-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .header-post-box {
    margin: 25px 0px 15px 30px;
    max-width: 70vw;
  }
  .header-post-box > .title {
    width: 85%;
    line-height: 24px;
    font-size: 18px;
  }

  .header-post-box > .subtitle {
    width: 85%;
    line-height: 20px;
    font-size: 14px;
  }

  .header-post-box > .description {
    width: 85%;
    font-size: 14px;
  }
  .header-post-button {
    font-size: 14px;
  }
}
