/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
.downloadCenter {
  margin-top: -16px;
}
.downloadCenter .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .downloadCenter .title {
    margin-bottom: 8px;
    padding: 0 8px;
  }
}
.downloadCenter .downloadCenterItem {
  display: flex;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
}
.downloadCenter .downloadCenterItem .photo {
  width: 30%;
  height: 165px;
  overflow: hidden;
  margin-left: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .downloadCenter .downloadCenterItem .photo {
    height: 140px;
  }
}
.downloadCenter .downloadCenterItem .photo img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.downloadCenter .downloadCenterItem .downloadBtn {
  display: flex;
  align-items: center;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  padding: 8px 16px;
  width: fit-content;
  color: #5e5e5e;
  font-size: 14px;
}
.downloadCenter .km-pagination ul li {
  margin-left: 12px;
}
/*# sourceMappingURL=downloadCenter.css.map */