/* color */
/* font */
/* transition */
.aboutImgs {
  position: relative;
  margin-top: -30px;
  margin-bottom: 80px; }
  @media (max-width: 640px) {
    .aboutImgs {
      text-align: right;
      margin-bottom: 40px; } }
  .aboutImgs .about1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .aboutImgs .about2 {
    position: absolute;
    right: 0;
    bottom: 65px; }
    @media (max-width: 640px) {
      .aboutImgs .about2 {
        position: relative;
        bottom: auto; } }
