.mm__our_mission,
.mm__why_maxon,
.mm__csr__sec,
.mm__team_member {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .mm__our_mission,
    .mm__why_maxon,
    .mm__csr__sec,
    .mm__team_member {
      padding-top: 40px; } }
  @media (min-width: 1400px) {
    .mm__our_mission,
    .mm__why_maxon,
    .mm__csr__sec,
    .mm__team_member {
      padding-top: 130px; } }

.mm__team_member {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .mm__team_member {
      padding-bottom: 40px; } }
  @media (min-width: 1400px) {
    .mm__team_member {
      padding-bottom: 130px; } }
  .mm__team_member .mm__team .mm__team_membertitle {
    background: linear-gradient(180deg, rgba(17, 34, 65, 0.05) 0%, rgba(17, 34, 65, 0.95) 46.48%, #112241 100%);
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 15px;
    opacity: 0;
    transition: 0.6s; }
  .mm__team_member .mm__team:hover .mm__team_membertitle {
    opacity: 1; }
