.app_list {
  background-color: #f3f6fb;
}
.app-wrp {
  width: 25%;
  padding: 10px;
}
.app-list-wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.app-wrp a {
  border-radius: 10px;
  background-color: #fee2df;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.app-wrp a:hover {
  text-decoration: none;
}
.site-heading h2 {
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 10px;
  letter-spacing: -0.01em;
  font-size: 30px;
  margin: 0;
}
.site-heading h2::after {
  content: "";
  background: linear-gradient(90deg, #3895fd 0%, rgba(255, 255, 255, 0) 90.94%);
  position: absolute;
  width: 204px;
  height: 2px;
  left: 0;
  bottom: 0;
}
.site-heading p {
  margin: 25px 0 10px;
  letter-spacing: 0;
  font-weight: 400;
  color: #4b5563;
}
.app-detail h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #374252;
  padding-left: 10px;
  margin: 0;
}
.app-detail .ss_wrp {
  position: relative;
  padding-bottom: 56.07%;
}
.app-detail .ss_wrp img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-detail .logo_wrp {
  padding-bottom: 10px;
  align-items: center;
}
.app-detail {
  padding: 10px;
}
.app_slider {
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px #8a8a8a82;
}
.app-detail .logo_wrp img {
  box-shadow: 0px 0px 4px 0px #8a8a8a82;
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .app-detail h4 {
    font-size: 16px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .app-wrp {
    width: 33.33%;
  }
  .app-detail .logo_wrp img {
    max-height: 40px;
  }

}
@media only screen and (max-width: 767px) {
  .app-wrp {
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  .app-wrp {
    width: 100%;
  }
}
