.masterFlex{display: flex;
    flex-direction: row;

  

    align-items: center;
    max-width: 90%;
    margin-left: 5%;
    justify-content: space-between;}

          @media (max-width: 1000px) {
            .masterFlex{
              flex-direction: column;
          }}