.hero {
  min-height: 350px;
}

.hero img {
  max-height: 350px;
  object-fit: cover;
}
.title {
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  color: #002b46;
  margin-top: 0;
  margin-bottom: 8px;
}

.page-subtitle {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.home-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.back-to-home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 50px;
  margin: 32px 171px 0;
  padding: 14px 26px 15px;
  border-radius: 5px;
  background-color: #00b3d3;
  color: white;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 16px;
}

.back-to-home-btn:visited {
  color: white;
}

.back-to-home-btn:hover {
  cursor: pointer;
}

.page-turn {
  width: 100%;
}

.page-turn p {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  margin-bottom: 40px;
}

.links-columns {
  margin-top: 20px;
  margin-bottom: 120px;
}

.single-links-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.links-column-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 9px;
}

ul.links {
  padding-left: 28px;
max-width: 310px;}

ul.links li {
  /*position: relative;*/
  margin-bottom: 9px;
}

.list-link {
  /*position: relative;*/
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  text-decoration: underline;
  text-underline-offset: 2px;
}



.list-link::before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url(../Icons/main-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -26px;
  margin-top: 3px;
}


/*.list-link-ico{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*  display:inline-block;*/
/*    background-image: url(../Icons/main-icon.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    position: relative;*/
/*}*/



.links-column-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 248px;
  max-width: 352px;
  height: 50px;
  padding: 14px 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #00b3d3;
  border: solid 1px #00b5d3;
  margin-top: 20px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
}

@media (max-width: 768px) {
  .links-column-btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
    padding: 13px 0px !important;
    height: unset;
}
}

.links-column-btn:visited {
  background-color: #fff;
  color: #00b3d3;
  border: solid 1px #00b5d3;
}

.links-column-btn:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .hero {
    min-height: 150px;
  }
  .hero img {
    max-height: 150px;
  }
}

@media (max-width: 560px) {
  .page-container {
    padding-top: 24px;
  }
  .title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .page-subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .home-btn-container {
    margin-bottom: 40px;
  }
  .back-to-home-btn {
    width: 100%;
    margin: unset;
  }
  .page-turn p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #002c45;
    margin-bottom: 64px;
  }
  .links-columns {
    margin-bottom: 40px;
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
  }
  .links-column-btn {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 80px;
  }
  .single-links-column:last-of-type .links-column-btn {
    margin-bottom: 0px;
  }
}

@media (max-width: 992px) {
  .links-column-btn {
    max-width: 300px;
    padding: 15px 0px;
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .links-column-btn {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 80px;
    max-width: unset;
  }
}
