.layout-visa .layout-item {
  gap: 25px;
}
.layout-visa .layout-item .items {
  width: calc((100% - 50px) / 3);
  border-radius: 15px;
  box-shadow: 0px 0px 5px 5px rgba(124, 116, 116, 0.05);
}
.layout-visa .layout-item .items .layout-img {
  border-radius: 15px;
  transition: max-height 0.4s, border-radius 0.4s;
  background-color: rgb(250, 251, 251);
  width: 100%;
  height: auto;
  max-height: 267px;
  overflow: hidden;
}
.layout-visa .layout-item .items .layout-img img {
  border-radius: 20px;
  max-height: 267px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
.layout-visa .layout-item .items .layout-title .summary {
  color: #828897;
}
.layout-visa .layout-item .items .layout-title .content {
  transition: all 0.4s;
  border-radius: 10px;
  background-color: #effafe;
}
.layout-visa .layout-item .items .layout-title .content-visa p {
  position: relative;
  padding-left: 18px;
}
.layout-visa .layout-item .items .layout-title .content-visa p::before {
  content: "";
  background-image: url("/images/stick-blue.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 18px;
  height: 18px;
}
.layout-visa .layout-item .items:hover {
  box-shadow: 0px 0px 7px 7px rgba(124, 116, 116, 0.1);
}
.layout-visa .layout-item .items:hover .layout-img {
  max-height: 250px;
}
.layout-visa .layout-item .items:hover .layout-title .content {
  background-color: #55bade;
  color: #fff;
}

.process .layout-process {
  gap: 20px;
}
.process .layout-process .items {
  background-color: #f8f8f8;
  border-radius: 15px;
  width: calc((100% - 60px) / 4);
}
.process .layout-process .items .layout-img img {
  max-width: 56px;
}
.process .href-link {
  max-width: 400px;
}
.process .href-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e5c403;
  border-radius: 10px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 400px;
  height: 36px;
  transition: all 0.4s;
  gap: 0.5em;
}
.process .href-link a:hover {
  background: #b39902;
}

@media (max-width: 768px) {
  #banner .banner .name {
    font-size: 30px;
  }
  #banner .banner .content {
    width: 96% !important;
  }
  .main-visa .section-item .view .summary-content {
    width: 96% !important;
  }
  .layout-visa .layout-item {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .layout-visa .items {
    width: 100% !important;
  }
  .layout-visa .items .layout-img {
    max-height: 70% !important;
  }
  .layout-visa .items .layout-img img {
    max-height: 70% !important;
  }
  .layout-visa .items .layout-img .layout-img:hover {
    max-height: 80% !important;
  }
  .container .view .summary-content {
    width: 96% !important;
  }
  .container .process .layout-process {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-left: 2%;
    margin-right: 2%;
  }
  .container .process .layout-process .items {
    width: 100% !important;
  }
  .container .process .layout-process .items .layout-main {
    padding: 0 !important;
  }
}/*# sourceMappingURL=visa.css.map */