.top-section .content .title span {
  font-weight: 600; }

.top-section .content .content-body {
  font-size: 16px;
  margin-bottom: 2vw; }

section .container div.mar-none-overide {
  margin: 0; }

.list-img {
  height: 0;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.25rem; }

.title-list {
  font-size: 14px;
  letter-spacing: 2px;
  word-break: break-word;
  font-weight: 600;
  display: block; }

.item-list {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

.card-list-ctn {
  margin-bottom: 15px; }

.item-list:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19) !important;
  text-decoration: none;
  border-radius: 1.25rem; }

.item-list:active .overlay {
  opacity: 0.3; }

.item-list:active {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19) !important;
  text-decoration: none;
  border-radius: 1.25rem; }

@media only screen and (min-width: 420px) {
  .item-list:active {
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out; }
  .item-list:hover {
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    -o-transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out; } }

@media only screen and (max-width: 767) {
  .top-section .title {
    margin-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .title-list {
    font-size: 18px; }
  .card-list-ctn {
    margin-bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .title-list {
    font-size: 30px; }
  .card-list-ctn {
    margin-bottom: 30px; } }
