﻿.alumni-right .main {
  padding: 30px 0;
}
.alumni-right .main p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.alumni-right .main > p:nth-of-type(1)::after {
  content: "";
  width: 64px;
  height: 10px;
  background-color: rgba(0, 149, 77, 0.39);
  position: absolute;
  bottom: -3px;
  left: calc(50% - 32px);
}
.alumni-right .main p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  margin: 20px 0;
}
.alumni-right .main p:nth-of-type(2) span:nth-of-type(2n) {
  display: inline-block;
  margin-left: 10px;
}
.alumni-right .main .size p {
  text-indent: 30px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
}