.challenge {
  margin-top: 2.5rem;
  background-color: #1351d8;
  padding: 3rem;
  /* padding: 4rem 3rem 1rem 3rem; */
  border-radius: 1.5rem;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.display-img.d-flex img {
  border-radius: 24px;
}

.csLineH {
  line-height: 1.8rem;
}

.bigText {
  color: #1351d8;
  font-family: "Noto Sans";
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.1125rem;
}

.solExplainSec {
  padding: 1rem;
  border-radius: 1.5rem;
  border: 3px solid #1351d8;
  background: #ecf2ff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.us {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.about {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.aboutUs {
  width: 100% !important;
}

.textHead {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
}

img.csImg {
  width: 80%;
  border-radius: 1.5rem;
}

.topHeading {
  width: 65%;
}

span.socio {
  border: 1px solid;
  display: flex;
  padding: 1rem;
  border-radius: 1rem;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.socio:hover {
  background-color: #1351d8;
  color: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid black;
  border-radius: revert;
  background-color: #fff4ea;
}

.contact_us {
  background-color: #fff4ea;
  padding: 2rem;
  border-radius: 1.5rem;
}

textarea {
  width: 100%;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid black;
  border-radius: revert;
  background-color: #fff4ea;
}
.radius_widths{
  border-radius: 10px;
}
.wrp_txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.wrp_txt>ul>li {
  font-size: 18px;
}

.wrp_txt>.supportingText {
  font-size: 18px;
}
.custom_brands>.eachBrand {
  width: 94%;
}


.custom_brands>.eachBrand>img {
  width: 200px !important;
}
.custom_brands>.eachBrand:hover{
  background: unset;
}