@import "base.css";
.solution {
  width: 100vw;
  max-height: 450px;
  height: 360px;
  overflow: hidden;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.solution div {
  width: 100vw;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--parmary-banner);
}
.solution div h2 {
  font-size: var(--banner-size);
  @media (max-width: 786px) {
  font-size: 24px !important;
    
}
}
.solution div p {
  font-size: 16px;
  @media (max-width: 786px) {
  font-size: 14px !important;
    
}
}
.solution div p,
.solution div h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 2;
    @media (max-width: 786px) {
  line-height: 1!important;
}
}
.solution img {
  width: 100vw;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
