.norm-related-wrapper { width: 100%; float: left; padding: 100px 0 60px 0; background-color: #F5F5F5; }
.norm-related-wrapper.border-top { border-top: 1px solid #D6D9DD; }
.norm-related-wrapper.border-bottom { border-bottom: 1px solid #D6D9DD; }
.norm-related-section-title { margin-bottom: 30px; }
.norm-related { margin-left: -20px; margin-right: -20px; width: calc(100% + 40px); float: left; display: flex; flex-wrap: wrap; }
.norm-related .norm-related-card { margin-bottom: 40px; background-color: #FFF; border-radius: 3px; padding: 30px; }
.norm-related .norm-related-card:hover { box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.04); }
.norm-related .norm-related-card.three { width: calc(100% / 3 - 40px); margin-left: 20px; margin-right: 20px; float: left; }
.norm-related .norm-related-card.four { width: calc(100% / 4 - 40px); margin-left: 20px; margin-right: 20px; float: left; }

.norm-related .norm-related-image { margin-bottom: 15px; }
.norm-related .norm-related-image.image { height: 240px; width: calc(100% + 60px); margin: -30px -30px 24px -30px; }
.norm-related .norm-related-image.image img { height: 100%; width: 100%; object-fit: cover; }

.norm-related .norm-related-text, .norm-related .norm-related-text p { color: #21414b; }
.norm-related .norm-related-text a { color: #1770b0; }
.norm-related .norm-related-text a.readmore { color: #1770b0; margin-top: 20px; float: left; }
.norm-related .norm-related-text a:after { width: 0; background: #1770b0; transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000); }
.norm-related .norm-related-text a:hover:after { width: 100%; transition: 400ms cubic-bezier(0.190,1.000,0.220,1.000); }

@media (max-width: 1200px) {
  .norm-related .norm-related-card.four  { width: calc(100% / 2 - 40px); margin-left: 20px; margin-right: 20px; float: left; }
}

@media (max-width: 960px) {
  .norm-related .norm-related-card.three, .norm-related .norm-related-card.four  { width: calc(100% / 2 - 40px); margin-left: 20px; margin-right: 20px; float: left; }
}

@media (max-width: 767px) {
  .norm-related-wrapper { padding: 50px 0 10px 0; }
}

@media (max-width: 620px) {
  .norm-related .norm-related-card.three, .norm-related .norm-related-card.four  { width: 100%; margin-left: 0px; margin-right: 0px; float: left; }
  .norm-related { margin-left: 0px; margin-right: 0px; width: 100%;
}