.contact-our-sales-team {
  padding: 0 120px 0 0;
}
.contact-our-sales-team .top-content h1 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font-family: Lexend;
  font-size: 50px;
  font-weight: 600;
  line-height: 69px;
  letter-spacing: -0.04em;
  text-align: left;
}
.contact-our-sales-team .top-content p{  
  padding: 0;
  margin: 0 0 18px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
}
.contact-our-sales-team .top-content ul {
  margin: 0;
  padding: 0;
}
.contact-our-sales-team .top-content ul li{
  margin: 0;
  padding: 0 0 13px 30px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.contact-our-sales-team .top-content ul li::before {
  background: url('/template/361ccb64/images/contact-list-icon.svg') no-repeat;
  width: 11px;
  height: 11px;
  border-radius: 0;
  top: 9px;
  left: 0;
}
.contact-our-sales-team .bottom-content{
  margin: 55px 0 0;
}
.contact-our-sales-team .bottom-content h3 {
  margin: 0 0 40px;
  padding: 0;
  color: #000;
  font-family: Lexend;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.contact-our-sales-team .bottom-content .logo-section{
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 40px 70px;
}
