.info-container .first-section-automative {
  flex-direction: column;
  display: flex;
  width: 100%;
  color: #666;
  padding-right: 15px;
  padding-left: 0px;
  text-align: justify;
}
.after-sales-section-left .view-more-container {
  display: flex;
  justify-content: center;
  padding-top: 0;
}
.after-sales-section-left .view-more-container .viewmore {
  background: #00aeef;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.view-more-white-container {
  display: flex;
  justify-content: center;
}
.view-more-white-container .viewmore {
  background: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #00aeef;
  text-decoration: none;
}
.automotive-heading {
  align-self: center;
  font-weight: bold;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 1.2px;
  border-bottom: 3px solid #00aeef;
  margin-bottom: 10px;
  color: #000;
  text-align: start;
}
.blue-section {
  flex-direction: row;
  display: flex;
  width: 100%;
  background-color: #00aeef;
  text-align: justify;
}
.white-section {
  flex-direction: row;
  display: flex;
  width: 100%;
  color: #666;
  text-align: justify;
}
.blue-section-left {
  width: 50%;
  color: #fff;
}
.blue-section-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.after-sales-section-left {
  width: 50%;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.after-sales-section-right {
  width: 50%;
}
.white-heading {
  font-weight: bolder;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}
.after-sales-img {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .blue-section {
    flex-direction: column;
  }
  .blue-section .blue-section-left {
    width: 100%;
  }
  .blue-section .blue-section-right {
    width: 100%;
    height: 200px;
  }
  .white-section {
    flex-direction: column-reverse;
  }
  .white-section .after-sales-section-left {
    width: 100%;
    height: 200px;
  }
  .white-section .after-sales-section-right {
    width: 100%;
  }
}
