section.tiles {
  padding: 6rem 2rem;
}
.tiles .container {
  max-width: 1600px;
  padding: 0;
}
.tiles h2 {
  font-weight: 800;
  color: black;
  margin-bottom: 2rem;
  font-size: 50px;
}
.tiles h2 strong {
  font-weight: 800;
  color: #263c8e;
}
.tiles-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tiles-row .tile {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
  background: rgba(244, 244, 244, 0.9);
  box-shadow: 3px 3px 6px #00000029;
}
.tiles-row .tile.disabled a {
  display: none;
  pointer-events: none;
}
.tiles-row .tile.btn {
  justify-content: center;
  align-items: center;
  background: white;
  font-size: 32px;
  line-height: 1.2;
}
.tiles-row .tile.btn.btn-blue-outline:hover {
  background: #263c8e;
}
.tiles-row .tile.btn.btn-red-outline:hover {
  background: #d10e1c;
}
.tiles-row .tile .tile-content {
  width: calc(100% - 75px);
  padding: 2rem;
  border: 3px solid transparent;
  border-right: none;
  transition: border 0.3s ease-in-out;
}
.tiles-row .tile.disabled .tile-content {
  width: 100%;
}
.black-blue .tiles-row .tile:hover .tile-content,
.red-blue .tiles-row .tile:hover .tile-content {
  border-color: #263c8e;
}
.black-red .tiles-row .tile:hover .tile-content,
.blue-red .tiles-row .tile:hover .tile-content {
  border-color: #d10e1c;
}
.blue-black .tiles-row .tile:hover .tile-content,
.red-black .tiles-row .tile:hover .tile-content {
  border-color: #000;
}
.tiles-row .tile h3 {
  font-size: 30px;
  transition: color 0.3s ease-in-out;
  text-transform: unset;
}
.black-blue .tiles-row .tile h3 {
  color: #000;
}
.black-blue .tiles-row .tile:hover h3 {
  color: #263c8e;
}
.black-red .tiles-row .tile h3 {
  color: #000;
}
.black-red .tiles-row .tile:hover h3 {
  color: #d10e1c;
}
.blue-black .tiles-row .tile h3 {
  color: #263c8e;
}
.blue-black .tiles-row .tile:hover h3 {
  color: #000;
}
.blue-red .tiles-row .tile h3 {
  color: #263c8e;
}
.blue-red .tiles-row .tile:hover h3 {
  color: #d10e1c;
}
.red-black .tiles-row .tile h3 {
  color: #d10e1c;
}
.red-black .tiles-row .tile:hover h3 {
  color: #000;
}
.red-blue .tiles-row .tile h3 {
  color: #d10e1c;
}
.red-blue .tiles-row .tile:hover h3 {
  color: #263c8e;
}
.tiles-row .tile p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
.tiles-row .tile .icon-wrap {
  min-width: 75px;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.red-blue .tiles-row .tile .icon-wrap,
.red-black .tiles-row .tile .icon-wrap {
  background: #d10e1c;
}
.blue-red .tiles-row .tile .icon-wrap,
.blue-black .tiles-row .tile .icon-wrap {
  background: #263c8e;
}
.black-blue .tiles-row .tile .icon-wrap,
.black-red .tiles-row .tile .icon-wrap {
  background: #000;
}
.red-blue .tiles-row .tile:hover .icon-wrap,
.black-blue .tiles-row .tile:hover .icon-wrap {
  background: #263c8e;
}
.blue-red .tiles-row .tile:hover .icon-wrap,
.black-red .tiles-row .tile:hover .icon-wrap {
  background: #d10e1c;
}
.blue-black .tiles-row .tile:hover .icon-wrap,
.red-black .tiles-row .tile:hover .icon-wrap {
  background: #000;
}
.tiles-row .tile .icon-wrap img {
  width: 30px;
  height: auto;
  transform: rotate(90deg);
}
.tiles-row .tile .read-more {
  display: none;
}
.tile-content a.inline-link {
  display: inline!important;
  pointer-events: unset!important;
}
@media (max-width: 1200px) {
  .tiles h2 {
    font-size: 40px;
  }
  .tiles-row .tile h3,
  .tiles-row .tile.btn {
    font-size: 24px;
  }
  .tiles-row .tile:hover h3 {
    color: #263c8e;
  }
}

@media (min-width: 768px) {
  .tiles-row .tile:hover .icon-wrap {
    background: #263c8e;
  }
  .tiles-row .tile:hover .tile-content {
    border-color: #263c8e;
  }
}

@media (max-width: 768px) {
  .tiles-row .tile:hover .tile-content {
    border-color: transparent !important;
  }
  .tiles h2 {
    font-size: 32px;
  }
  .tiles-row .tile h3,
  .tiles-row .tile.btn {
    font-size: 16px;
  }
  .tiles-row .tile.btn {
    width: 330px;
    padding: 0.5rem 4rem;
    display: table;
    margin: 0 auto;
  }
  .tiles-row .tile.btn.btn-blue-outline {
    background: #263c8e;
    color: white;
  }
  .tiles-row .tile.btn.btn-red-outline {
    background: #d10e1c;
    color: white;
  }
  .tiles-row .tile {
    width: 100%;
  }
  .tiles-row .tile .read-more {
    display: block;
    opacity: 0.44;
    font-size: 15px;
    font-weight: 300;
  }
  .tiles-row .tile .tile-content {
    padding: 1rem;
  }
  .tiles-row .tile.active .read-more {
    margin-top: 0.5rem;
  }
  .tiles-row .tile p {
    max-height: 0;
    overflow: hidden;
  }
  .tiles-row .tile.active p {
    max-height: 1000px;
    transition: max-height 0.3s ease-in-out;
  }
  .tiles-row .tile.active .icon-wrap {
    height: 85px;
  }
}

@media (max-width: 480px) {
  .tiles h2 {
    font-size: 22px;
  }
}
