.college {
  background-color: #EAF4FF;
  padding: 42px 0; }
  .college__section {
    background-color: #fff;
    border-radius: 10px;
    padding: 34px 37px; }
    .college__section:not(:first-of-type) {
      margin-top: 45px; }
  .college__section-title {
    font-size: 35px;
    font-weight: 400; }
  .college__section-content {
    display: flex;
    justify-content: space-between; }
  .college__photo, .college__info {
    flex: 1 1 45%;
    max-width: 45%; }
  .college__link {
    color: #00AB4F;
    transition: color .1s; }
    .college__link:hover {
      color: #226D3C; }
  .college__socials-container {
    display: flex; }
  .college__soc-media {
    font-size: 20px;
    height: 30px;
    width: 30px;
    background-color: #00AB4F;
    border-radius: 50%;
    transition: background-color .3s; }
    .college__soc-media a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .college__soc-media a .icon-vkontakte {
        font-size: 14px; }
    .college__soc-media span {
      color: #fff; }
    .college__soc-media:not(:first-of-type) {
      margin-left: 10px; }
    .college__soc-media:hover {
      background-color: #226D3C; }
  .college__contact-title {
    display: inline-block; }
  .college__contact-wrapper {
    display: flex; }
  .college__contact-title {
    color: #7B8093;
    min-width: 135px;
    width: 135px; }
  .college__contact-value {
    margin-left: 20px; }
  .college__info {
    list-style: initial !important; }
    .college__info li {
      border-bottom: 2px solid #F3F3F3;
      padding: 12px 0;
      margin-left: 21px; }
      .college__info li::marker {
        color: #3045A7;
        font-size: 20px; }
  @media (max-width: 790px) {
    .college__section-content {
      flex-direction: column-reverse; }
    .college__photo {
      margin: 0 auto; }
    .college__info {
      max-width: 100%; }
    .college__contact-wrapper {
      justify-content: space-between; }
    .college__section-title {
      text-align: center; } }
  @media (max-width: 500px) {
    .college__section {
      padding: 20px; }
    .college__contact-wrapper {
      flex-direction: column; }
    .college__contact-value {
      margin: 10px 0 0 0; }
    .college__section-title {
      font-size: 30px; } }

/*# sourceMappingURL=college-main.css.map */
