﻿.old-curriculum-section {
  display: flex;
  flex-flow: column;
  padding: 0 21px;
  margin-bottom: 100px;
  z-index: 1;
}
@media (min-width: 900px) {
  .old-curriculum-section {
    flex-flow: row;
  }
}
.old-curriculum-section .old-curriculum-section-info-wrapper {
  display: flex;
  flex-flow: column;
  margin-right: 20px;
}
.old-curriculum-section .old-curriculum-section-title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.old-curriculum-section .old-curriculum-section-info-text {
  color: #565656;
  margin: 0;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .old-curriculum-section .old-curriculum-section-info-text {
    margin-bottom: 0;
  }
}
.old-curriculum-section .old-curriculum-section-info-text a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #234465;
  font-family: 'LatoBold', sans-serif;
}
.old-curriculum-section .old-curriculum-section-btn {
  align-self: flex-start;
}
@media (min-width: 900px) {
  .old-curriculum-section .old-curriculum-section-btn {
    align-self: center;
    margin: 0 auto;
  }
}