.senior-profile {
  padding: 108px 0 10px; }
  .senior-profile__title {
    font-family: barlowextrabold, sans-serif;
    color: #E1251B;
    line-height: 0.95;
    text-align: center; }
  .senior-profile__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 60px 0 55px 0; }
  .senior-profile__item {
    width: 350px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 8px solid #febf40;
    border-radius: 50%;
    margin: 0 0 50px 0; }
  .senior-profile__subtitle {
    font-family: barlowextrabold, sans-serif;
    color: #e1251b;
    font-size: 6em;
    line-height: 0.9;
    text-align: center; }
  .senior-profile__subtitle-first {
    font-size: 0.6em;
    vertical-align: super; }
  .senior-profile__text {
    color: #e1251b;
    font-size: 1.4em;
    text-align: center; }
 
@media (max-width: 575.98px) {
  .senior-profile__item {
    width: 290px;
    height: 290px; }
  .senior-profile__subtitle {
    font-size: 5.5em; } }