.page-header {
  height: 290px;
  background-size: cover;
  margin-bottom: 0px; }
  .page-header .top-title {
    text-transform: capitalize;
    text-align: center; }
    .page-header .top-title h1 {
      margin-top: 40px; }

.pade-description {
  margin-top: 13px;
  margin-bottom: 15px; }

.section-title {
  margin-top: 22px; }
  .section-title h2, .section-title .h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: -0.5px;
    margin-top: 0px; }
    .section-title h2.top, .section-title .h2.top {
      margin-top: 12px;
      font-size: 22px;
      color: #5e6b79;
      letter-spacing: normal; }
  .section-title h3 {
    line-height: 1.29;
    margin-top: 20px; }
  .section-title .section-text {
    font-size: 14px;
    line-height: 1.43;
    color: #5e6b79; }
  .section-title .section-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    border-radius: 4px;
    border: solid 1px #2d3640;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d3640;
    margin-right: 9px; }
    .section-title .section-icon svg {
      width: 17px;
      height: 17px;
      fill: #2d3640; }

.activities-container {
  display: flex;
  flex-direction: column; }

.card-container {
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.16);
  margin-top: 20px;
  flex-grow: 1; }
  .card-container + .card-container {
    margin-left: 0px; }
  .card-container .card-le {
    height: 206px; }
    .card-container .card-le a {
      display: block;
      width: 100%;
      height: 100%; }
  .card-container .card-details {
    flex-grow: 1;
    padding: 15px 14px; }

p:last-child {
  margin-bottom: 0.5rem; }

.section-bottom {
  font-size: 14px;
  font-weight: 900;
  margin-top: 10px; }

@media (min-width: 768px) {
  .page-header {
    height: 600px;
    margin-bottom: 0px; }
    .page-header .top-title {
      text-align: left; }
  .section-title h1 {
    margin-top: 60px;
    font-size: 32px; }
  .section-title .section-text {
    font-size: 18px;
    margin-bottom: 50px; }
  .activities-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 40px;
    gap: 40px;
    margin-bottom: 50px; }
  .card-container .card-details {
    padding: 22px 25px; } }
