/*!******************************************************************************
 * Copyright (c) 2022.
 * @Author: Shaker Awad <shaker@sadem.co>
 * @Date: 8/23/22, 11:58 AM
 * @Project: SmartCity
 * @FileName: style.scss
 ******************************************************************************/
.about__us {
  padding-top: 100px;
  position: relative;
  display: block;
  background-image: linear-gradient(90deg, rgb(218, 236, 223) 0%, rgba(230, 254, 255, 0.2) 100%);
}

.about__us__content h1 {
  font-size: 42px;
  font-weight: 700;
  color: var(--thm-base);
  padding: 5px 0;
}

.about__us__content p {
  font-weight: 400;
  color: var(--thm-raisin-black);
  padding: 5px 0;
}

.about__us__image__column {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.about__us__image {
  display: contents;
}

.about__us__image img {
  width: 620px;
  height: auto;
}

.about__company__area {
  background-color: #E1EFF0;
  margin-top: 5rem;
  padding: 3rem;
  border-radius: 10px;
}

.our__mission__group {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}

.about__company__icon {
  margin-bottom: 30px;
  display: inline-flex;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border: 1px solid var(--thm-base);
  border-radius: 7px;
  box-shadow: -5px 5px var(--thm-base);
  color: var(--thm-base);
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.about__company__icon img {
  width: 50px;
  height: 50px;
}

.about__company__title {
  font-size: 22px;
  margin-bottom: 12px;
}

.about__company__description {
  color: var(--thm-raisin-black);
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.single__box {
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  background-color: #FFFFFF;
}

.margin__bottom {
  margin-bottom: 1.5rem;
}
