.banner {
  color: #fff;
  background: url(img/ressource/banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.6875rem 0;
}
.banner h1 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.banner p {
  font-size: 1rem;
}
.banner form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 545px;
  padding: 11px 14px;
  position: relative;
  border: 2px solid transparent;
  background-color: #fff;
  border-radius: 30px;
  background-clip: padding-box;
  color: #000000;
}
.banner form [type="text"] {
  border: none;
  outline: none;
  padding: 0 14px;
  width: calc(100% - 20px);
}
.banner form [type="text"]:-webkit-input-placeholder {
  color: #b5b5b6;
  font-size: 16px;
}
.banner form [type="text"]:-moz-placeholder {
  color: #b5b5b6;
  font-size: 16px;
}
.banner form [type="text"]:-ms-input-placeholder {
  color: #b5b5b6;
  font-size: 16px;
}
.banner form .icon-search {
  font-size: 20px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.banner form::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border-radius: 30px;
  background: linear-gradient(155deg, rgba(92, 201, 205, 0.5), rgba(73, 122, 201, 0.8));
  z-index: -1;
}
.banner .hot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.banner .hot li a {
  color: #000000;
  padding: 0 8px;
}
.banner .hot li a:hover {
  opacity: .5;
}
.banner .hot li:not(:last-child) {
  border-right: 1px solid #000000;
}
@media (max-width: 900px) {
  .banner {
    text-align: center;
  }
  .banner form {
    width: 100%;
  }
}
.main {
  padding: 3rem 0;
}
.main .flex-container {
  justify-content: space-between;
}
.main .result {
  flex: 0 0 63%;
}
.main .result h2 {
  color: #333434;
  font-size: 20px;
  margin-bottom: 20px;
}
.main .pros {
  flex: 0 0 31.5%;
}
.main .pros h2 {
  color: #333434;
  font-size: 20px;
  margin-bottom: 20px;
}
.main .pros li {
  padding: 4px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .main .flex-container {
    flex-direction: column;
  }
  .main .result {
    margin-bottom: 20px;
  }
}
