body {
  background-color: #fdb0c2;
}
.logo-wrap {
  border-bottom: 4px solid #da0f2a;
}
.bg-section-ntc h4 {
  color: #fff;
  margin-bottom: 0;
}
.content-a {
  position: relative;
}
.content-a img,
.content-b img,
.content-c img {
  width: 100%;
}
.content-a .cta {
  position: absolute; 
  top: 30%;
  cursor: pointer;
}
.pd-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright {
  margin-top: 50px;
}
@media(min-width: 320px) {
  .pd-item {
    width: calc(100%/4 - 5px);
  }
}
@media(min-width: 576px) {

}
@media(min-width: 768px) {
  .pd-item {
    width: calc(100%/4);
  }
  .pd-item:hover {
    transform: scale(1.02);
  }
}
@media(min-width: 992px) {

}
@media(min-width: 1200px) {
  
}







