.themes {
  background: #000;
  padding: 33px 0 40px; }
  .themes__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 28px; }
  .themes__item {
    margin-top: 20px; }
    .themes__item-inner {
      font-size: 16px;
      line-height: 20px;
      font-family: "montserratsemibold", Arial, sans-serif;
      color: #30d1ff;
      background: #1f1f1f;
      padding: 47px 20px 36px; }
  .themes__footnote {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff; }

@media (min-width: 768px) {
  .themes__list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .themes__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    .themes__item-inner {
      min-height: 100%;
      display: flex;
      align-items: center; } }

@media (min-width: 1200px) {
  .themes {
    padding-top: 52px;
    padding-bottom: 51px; }
    .themes__list {
      margin-bottom: 52px; }
    .themes__item-inner {
      font-size: 24px;
      line-height: 1.2;
      padding: 22px 32px 25px; }
    .themes__footnote {
      font-size: 18px; } }
