body {
  background-color: #e7e7e7;
}

.aboutus {
  padding: 3%;
  padding-top: 10vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  font-size: 0.75rem;
  line-height: 1.2;
  display: grid;
  grid-template-rows: auto;
}

.aboutus.web {
  padding: 14vh 20vh 3vh 20vh !important;
  background-color: #e7e7e7 !important;
}

.aboutus-title {
  grid-area: 1 / 1 / 1 / 1 !important;
  font-size: 3vh;
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.phone .aboutus-title {
  text-align: left;
}

.aboutus-text {
  grid-area: 1 / 2 / 1 / 6 !important;
  padding-right: 1.5rem;
  font-size: 1.5vh;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}

.phone .aboutus-text {
  display: block !important;
}

.aboutus-text .more {
  display: none;
}

.aboutus-text.expanded .more {
  display: inline;
}

.aboutus-text.expanded .dots {
  display: none;
}

.read-more-btn {
  color: #b32331;
  background: none;
  border: none;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
  font-size: 1.5vh;
  font-family: "Rajdhani", sans-serif;
}

.read-more-btn:hover {
  text-decoration: underline;
}
