.android-automotive-show {
  /*  background-color: red; */
  max-width: 1290px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* flex-direction: column;*/
}
.android-automotive-show-concept {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  margin-bottom: 30px;
  flex: 1 1 0;
  /*  background-color: #f6f7f8; */
  background-color: #fff;
  box-shadow: 0px 0px 15px #00000029;

  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.android-automotive-show-concept:hover .android-automotive-show-concept-text,
.android-automotive-show-concept:active .android-automotive-show-concept-text,
.android-automotive-show-concept:focus .android-automotive-show-concept-text {
  background-color: #7b6c93;
}
.android-automotive-show-concept:hover .android-automotive-show-concept-text h2,
.android-automotive-show-concept:hover .android-automotive-show-concept-text p,
.android-automotive-show-concept:active
  .android-automotive-show-concept-text
  h2,
.android-automotive-show-concept:active .android-automotive-show-concept-text p,
.android-automotive-show-concept:focus .android-automotive-show-concept-text h2,
.android-automotive-show-concept:focus .android-automotive-show-concept-text p {
  color: #fefefe;
}

.android-automotive-show-concept:hover
  .android-automotive-show-concept-read-more
  a,
.android-automotive-show-concept:active
  .android-automotive-show-concept-read-more
  a,
.android-automotive-show-concept:focus
  .android-automotive-show-concept-read-more
  a {
  background-color: #f6f7f8;
  border: 2px solid #7b6c9300;
  padding: 8px 23px;
}
.android-automotive-show-concept-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px 20px 20px;

  flex: 1;
}
.android-automotive-show-concept-image img {
  max-width: 90px;
  height: auto;
  display: inline-block;
  /*  margin-left: 20%; */
}

.android-automotive-show-concept-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*   align-items: center; */
  padding: 20px 30px 35px 30px;
  border-radius: 0 0px 20px 20px;
  transition: all 0.3s ease-in-out;

  flex: 4;
}
.android-automotive-show-concept-text h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #44546a;
  margin-top: 0px;
  margin-bottom: 0px;
}
.android-automotive-show-concept-text p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #44546a;
}
.android-automotive-show-concept-text-left {
  flex: 4;
  /*  padding-right: 15%; */
  margin-bottom: 50px;
}
.android-automotive-show-concept-read-more {
  flex: 1;
  text-align: left;
  position: absolute;
  bottom: 25px;
}
.android-automotive-show-concept-read-more a {
  font-size: 14px;
  padding: 10px 25px;
  border: 2px solid #7b6c93;
  border-radius: 30px;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .android-automotive-show {
    flex-direction: column;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 992px) {
  .android-automotive-show-concept-image img {
    max-width: 80px;
    margin-left: 10%;
  }
  .android-automotive-show-concept-text {
    padding: 30px;
  }
  .android-automotive-show-concept-text-left {
    padding-right: 20px;
    flex: 3;
  }
  .android-automotive-show-concept-read-more {
    flex: 2;
  }
}
@media screen and (min-width: 992px) and (max-width: 1454px) {
  .android-automotive-show-concept-text-left {
    padding-right: 20px;
    flex: 4;
  }
  .android-automotive-show-concept-read-more {
    flex: 2;
  }
} */
