.include-banner {
  height: 25.5rem;
}
.include-banner .container {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.include-banner .container .box {
  margin: auto 8.5rem 5.4rem auto;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
@media (max-width: 1399.98px) {
  .include-banner .container .box {
    margin-right: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .include-banner .container .box {
    margin-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  .include-banner .container .box {
    margin: auto;
  }
}
.include-banner .container .box h1 {
  text-shadow: 4px 0 #35a31b, -4px 0 #35a31b, 0 4px #35a31b, 0 -4px #35a31b, 3px 3px #35a31b, -3px -3px #35a31b, 3px -3px #35a31b, -3px 3px #35a31b, 7px 7px rgba(0, 0, 0, 0.435);
  margin-bottom: 0.5rem;
  font-size: 3.75rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 991.98px) {
  .include-banner .container .box h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .include-banner .container .box h1 {
    text-align: center;
    font-size: 2.5rem;
  }
}

.include-banner .box {
  margin: auto 0 5.4rem auto !important;
}
@media (max-width: 1399.98px) {
  .include-banner .box {
    margin-right: 5rem !important;
  }
}
@media (max-width: 1199.98px) {
  .include-banner .box {
    margin-right: 2rem !important;
  }
}
@media (max-width: 991.98px) {
  .include-banner .box {
    margin: auto !important;
  }
}
.include-banner .box h1 {
  text-shadow: 4px 0 #00b3d2, -4px 0 #00b3d2, 0 4px #00b3d2, 0 -4px #00b3d2, 3px 3px #00b3d2, -3px -3px #00b3d2, 3px -3px #00b3d2, -3px 3px #00b3d2, 7px 7px rgba(0, 0, 0, 0.435) !important;
}

.blog {
  background: #00b3d2 url("../../../../images/web/background/blue.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767.98px) {
  .blog {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.blog .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .blog .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  .blog .container h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.blog .container .form {
  align-items: center;
  position: relative;
  display: flex;
}
@media (max-width: 1199.98px) {
  .blog .container .form {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .blog .container .form {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
}
.blog .container .form::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="white" class="bi bi-arrow-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z"/></svg>');
  position: absolute;
  top: 0.65rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  transition: all 0.3s;
  margin: auto;
  height: 1rem;
  width: 1rem;
}
@media (max-width: 767.98px) {
  .blog .container .form::after {
    top: 3.28rem;
  }
}
.blog .container .form:has(select:focus)::after {
  transform: rotate(180deg);
  top: 0.9rem;
}
@media (max-width: 767.98px) {
  .blog .container .form:has(select:focus)::after {
    top: 3.6rem;
  }
}
.blog .container .form label {
  font-size: 1.125rem;
  white-space: nowrap;
  margin-right: 1rem;
  font-weight: 900;
  color: white;
}
@media (max-width: 767.98px) {
  .blog .container .form label {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.blog .container .form select {
  padding: 0.5rem 3rem 0.5rem 1rem;
  background-color: #00b3d2;
  border-radius: 20px;
  font-weight: 900;
  color: white;
}
.blog .container .form select option {
  font-weight: 900;
  padding: 1rem;
}
.blog .container article {
  background-color: white;
  transition: all 0.3s;
  border-radius: 65px;
  position: relative;
  text-align: center;
  padding: 0.7rem;
  height: 100%;
}
.blog .container article:hover {
  background-color: #ff5a8b;
}
.blog .container article:hover h3,
.blog .container article:hover p {
  color: white;
}
.blog .container article:hover span {
  z-index: 1;
  opacity: 1;
}
.blog .container article:hover span:first-of-type {
  left: 1.55rem;
}
.blog .container article:hover span:last-of-type {
  right: -2.2rem;
}
.blog .container article:hover .btn-link {
  text-decoration: underline;
  opacity: 1;
}
.blog .container article a {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.blog .container article a span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.blog .container article a span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -10rem;
  top: -3rem;
}
.blog .container article a span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 8.2rem;
  right: -10rem;
  top: -0.6rem;
}
.blog .container article a span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.blog .container article a img {
  border-radius: 58px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.blog .container article a h3,
.blog .container article a p {
  padding: 0 1rem;
}
.blog .container article a h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  margin-top: 0.938rem;
  align-items: center;
  font-weight: 900;
  color: #ff5a8b;
  display: flex;
}
.blog .container article a h3 svg {
  margin-right: 0.5rem;
  font-size: 2.8rem;
}
.blog .container article a p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  text-align: center;
  color: #616161;
}
.blog .container article a .btn-link {
  font-size: 1.125rem;
  margin-top: auto;
  color: white;
  opacity: 0;
}
