.featured-trip-section { text-align: center; .section-grid { display: flex; flex: 1; flex-wrap: wrap; text-align: left; }//.section-grid .section-block { width: 31.33%; margin-right: 3%; margin-top: 30px; border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; @include box-shadow(0 0 30px rgba(0,0,0,0)); @include transition(all ease 0.35s); &:nth-child(3n) { margin-right: 0; } &:hover { @include box-shadow(0 30px 30px rgba(0,0,0,0.15)); } .block-img { position: relative; .trip-price { position: absolute; bottom: 0; left: 0; background: $primary_color; color: #fff; min-width: 80px; text-align: center; font-size: 1.125em; font-weight: 600; height: 35px; display: flex; flex: 1; flex-wrap: wrap; justify-content: center; padding-left: 15px; padding-right: 15px; .old-prices { display: inline-block; margin-right: 10px; } } }//.block-img .section-content-wrap { border: 1px solid #c7c7c7; border-top: none; padding: 20px; border-radius: 0 0px 5px 5px; display: flex; flex-direction: column; flex: 1; .block-title { margin: 0; font-size: 1.125em; font-weight: 600; line-height: 1.5em; display: flex; flex: 1; a { color: #000; &:hover { color: $primary_color; } } }//.block-title .button-wrap { border-top: 1px solid #c7c7c7; text-align: center; margin-top: 20px; padding-top: 20px; .btn-readmore { display: inline-block; font-size: 1.125em; font-weight: 600; line-height: 1.3; background: none; border: none; color: #2d76b9; padding: 0; &:hover { text-decoration: underline; } svg { margin-left: 5px; } } }//.button-wrap }//.section-content-wrap }//.section-block }//.featured-trip-section @media screen and (max-width: 1024px) { .featured-trip-section { .section-block { width: 48%; &:nth-child(3n) { margin-right: 3%; } &:nth-child(2n) { margin-right: 0; } }//.section-block }//.featured-trip-section }//max-width: 1024px @media screen and (max-width: 767px) { .featured-trip-section { .section-grid { flex-direction: column; }//.section-grid .section-block { width: 100%; margin-right: 0; }//.section-block }//.featured-trip-section }//max-width: 767px