.hero-banner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #004552;
  color: #fff;
  --contact-detail-icon-color: #20cb93;
  --contact-detail-link-color: #fff;
  background-image: url(../img/bg/bg.jpg);
  background-size: cover;
}

.hero-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #004552b0;
}

.hero-banner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background-image: url(../img/bg/bg-04924a.png);
  background-repeat: repeat;
}

.hero-banner .hero-banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-banner .hero-banner-text {
  min-height: 800px;
}

.hero-banner .hero-banner-text p {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  margin-bottom: 40px;
}

.href-btn {
  text-align: center;
  padding: 15px 30px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 50px;
}

.href-btn:hover {
  background-color: #000;
  color: #fff;
}

.container-list-header {
  gap: 48px;
}

.container-list-description {
  flex: 1 1 0;
}

.body-lg {
  font-size: 20px;
}

.featured-image-card {
  background-color: #f2efed;
  transition: border 300ms ease 0ms, box-shadow 300ms ease 0ms,
    outline 300ms ease 0ms, background-color 300ms ease 0ms;
  outline-offset: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.featured-image-card::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  z-index: 2;
  background-repeat: repeat;
  background-size: 32px 32px;
}
.card-item1::after {
  background-image: url(../img/bg/bg-004552.png);
}
.card-item2::after {
  background-image: url(../img/bg/bg-04924a.png);
}
.card-item3::after {
  background-image: url(../img/bg/bg-f86c03.png);
}
.featured-image-card .card-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 230px;
}

.featured-image-card .card-img .image-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease 0ms;
  object-fit: cover;
  object-position: bottom;
  transform-origin: bottom center;
  display: block;
}

.featured-image-card .card-content {
  padding: 32px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.featured-image-card .card-title {
  transition: color 300ms ease 0ms;
  font-size: 1.5625rem;
  line-height: 1.28;
  color: #000;
}

.card-content p {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}

.link-text {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 15px 30px;
  line-height: 1.5;
  border-radius: 50px;
  border: 1px solid #000;
  transition: background-color 200ms ease 0ms, border-color 200ms ease 0ms,
    color 200ms ease 0ms, outline 200ms ease 0ms;
}

.featured-image-card:hover .image-wrapper {
  transform: scale(1.2);
}

.link-text:hover {
  background-color: #004552;
  color: #fff;
  border-color: #004552;
}

.about-container {
  background-color: #f2efed;
}

.about-content-title {
  font-size: 30px;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.about-container .card-button .link-text:hover {
  background-color: #000;
}

.news-container {
  background-color: #bfd0d4;
}
.card-info-item {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #000;
}
.card-info-item .svg-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #004552;
}

.news-container .card-content {
  padding: 32px;
}

.news-container .card-img::after {
  content: "News";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 54px;
  height: 40px;
  line-height: 40px;
  background-color: #004552;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
}
.author-title {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  font-style: normal;
  color: #000;
}

.new-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.careers-left-container img {
  width: 100%;
}
.careers-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.card-button .btn-skin {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 15px 30px;
  line-height: 1.5;
  border-radius: 50px;
  transition: background-color 200ms ease 0ms, border-color 200ms ease 0ms,
    color 200ms ease 0ms, outline 200ms ease 0ms;
  display: inline-grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #58d8ae;
}

.card-button .svg-icon {
  width: 20px;
  height: 20px;
  color: #000;
  transition: color 200ms ease 0ms;
}
.card-button .btn-skin:hover {
  color: #fff;
  background-color: #004552;
}
.card-button .btn-skin:hover .svg-icon {
  color: #fff;
}




@media (min-width: 768px) {
  .hero-banner .hero-banner-text h1 {
    font-size: 3.6875rem;
    line-height: 1.0847457627;
    margin-bottom: 24px;
  }

  .container-list-heading {
    flex: 1 1 0;
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .hero-banner .hero-banner-text h1 {
    font-size: 3rem;
    line-height: 1.0847457627;
    margin-bottom: 24px;
  }
}
