section.content {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(247, 242, 242, 0.473);
  padding-top: 0;
}

section.content .show-content {
  width: 1136px;
  margin: 0 auto;
  overflow: hidden;
  padding: 28px 0 120px;
  color: #191140;
  font-weight: 500;
}

section.content .show-content .content-list {
  height: auto;
  width: 252px;
  cursor: pointer;
  border-radius: 4px;
  float: left;
  margin: 32px 16px 0;
  position: relative;
  background-color: #FAFAFA;
  box-shadow: 0 4px 16px 0 rgba(47, 67, 82, .1);
  transition: .3s ease-in-out;
  padding: 44px 24px;
}

section.content .show-content .content-list:hover {
  box-shadow: 0 16px 16px 0 rgb(47, 67, 82, .15);
  background-color: #FFFFFF;
}

main section.banner-home .show .shape {
  transform: scale(.5);
  top: -40px;
  right: -250px;
}

@media screen and (max-width: 1000px) {
  main section.banner-home .show .shape {
    transform: scale(1.4) translate(-36%, 190%);
    
  }
}


@media(max-width: 1024px) {
  section.content .show-content  .content-list{
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  section.content .show-content {
    width: 100%;
  }
}

@media (max-width: 760px) {
  section.content .show-content  {
    width: 100%;
    padding: 0px 5% 60px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  section.content .show-content .content-list {
    width: 30%;
    margin: 32px, 1.6% 0;
  }
}

/* @media(max-width: 1024px) {
  .content .show-content  {
    width: 300px;
  }
} */

@media (max-width:760px) {
  section.content .show-content .content-list {
    width: 100%;
    margin: 40px 0 0;
  }
}



section.content .show-content .content-list img {
  width: 100%;
  height: 60px;
}

section.content .show-content .content-list h3 {
  margin: 35px auto 0;
  color: #65697f;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  font-weight: 400;
  height: 92px;
}

@media (max-width: 760px) {
  section.content .show-content .content-list h3 {
    margin: 35px auto 0;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
}