.aboutus-content {
  background-color: #F5F8FA;
}
.aboutus-content .aboutus-history {
  background-color: #F2F2F2;
  border-bottom: 1px solid #D4D4D4;
}
.aboutus-content .aboutus-header {
  font-size: 30px;
  font-weight: bold;
}
.aboutus-content .aboutus-paragraph {
  text-align: justify;
  font-size: 14px;
  line-height: 30px;
}
.aboutus-content .aboutus-cameras-pic img {
  width: 100%;
}
@media (min-width: 1400px) {
  .aboutus-content .aboutus-cameras-pic img {
    width: 75%;
  }
}
.aboutus-content .aboutus-card {
  box-shadow: 0 5px 15px 0 rgba(43, 42, 42, 0.1);
}
.aboutus-content .aboutus-card .aboutus-card-icon-header {
  width: 76px;
  height: 76px;
  top: -40px;
  border-radius: 50%;
  right: 41%;
  box-shadow: 0 5px 15px 0 rgba(43, 42, 42, 0.1);
  text-align: center;
}
.aboutus-content .aboutus-card .aboutus-card-body {
  line-height: 30px;
  font-size: 14px;
}
.aboutus-content .aboutus-imer-image {
  margin-top: 200px;
}
@media (max-width: 767.98px) {
  .aboutus-content .aboutus-imer-image {
    margin-top: 400px;
  }
}
.aboutus-content .aboutus-imer-image img {
  width: 50%;
}
@media (max-width: 991.98px) {
  .aboutus-content .aboutus-imer-image img {
    width: 100%;
  }
}
.aboutus-content .aboutus-website {
  box-shadow: 0 5px 15px 0 rgba(43, 42, 42, 0.1);
  border-radius: 4px;
  text-decoration: none !important;
  color: #191818;
}
.aboutus-content .aboutus-website img {
  height: 80px;
}
@media (max-width: 767.98px) {
  .aboutus-content .aboutus-website {
    width: 100%;
  }
  .aboutus-content .aboutus-website .aboutus-rah-pic {
    width: inherit;
  }
}
.aboutus-content .aboutus-callus {
  background-color: #ffffff;
  height: 243px;
  top: 95px;
  margin-bottom: 300px;
}
.aboutus-content .aboutus-callus #aboutus-map {
  width: 100%;
  height: 243px;
}
.aboutus-content .aboutus-callus #aboutus-map .leaflet-marker-icon {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .aboutus-content .aboutus-callus {
    top: 80px;
    height: auto;
  }
}
.aboutus-content .aboutus-tamasinfo {
  height: 280px;
}

.emergency-numbers-box {
  border: 2px solid #fb8469;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.emergency-numbers-box .emergency-items {
  border-bottom: 1px dashed #dddddd;
}
.emergency-numbers-box .emergency-items p {
  margin-bottom: unset;
  font-size: 14px;
  font-weight: 400;
}
.emergency-numbers-box .emergency-items a {
  color: #191818;
  text-decoration: none;
}
.emergency-numbers-box .emergency-items:last-child {
  border-bottom: unset;
}
@media (min-width: 768px) {
  .emergency-numbers-box {
    width: 50%;
  }
}
