.subtitle {
flex: 0 1 100%;
line-height: calc(18 / 80 * 100%);
text-align: center;
font-size: 1.2rem;
color: $colorGrayLight;
padding: 40px 0 80px 0;
}
subtitle
размер шрифта 16 * 1.2 = 19.2px.line-height
твой равен 0.225 * 19.2 = 4.32pxline-height
можно почитать здесь: