.contact-webcommander {
  background: #fff;
  padding: 105px 0 165px;
  width: 100%;
}
.contact-webcommander .inner-area {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.contact-webcommander .inner-area .title-content {
  margin: 0 0 30px;
}
.contact-webcommander .inner-area .title-content h2 {
  font-family: Lexend;
  font-size: 40px;
  font-weight: 600;
  line-height: 49px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #000;
  padding: 0;
  margin: 0 0 10px;
}
.contact-webcommander .inner-area .title-content p{
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #000;
  padding: 0;
  margin: 0;
}
.contact-webcommander .inner-area .box-content {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}
.contact-webcommander .inner-area .box-content .single-item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 35px 55px 55px 50px;
}
.contact-webcommander .inner-area .box-content .single-item h3 {
  padding: 0;
  margin: 40px 0 15px;
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: left;
}
.contact-webcommander .inner-area .box-content .single-item p {
  padding: 0;
  margin: 0 0 27px;
  color: #000;
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.contact-webcommander .inner-area .box-content .single-item p a{
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color:#000;
}
.contact-webcommander .inner-area .box-content .single-item p a:hover{
  color:#008DF2;
}
.contact-webcommander .inner-area .box-content .single-item a.bottom-link{
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  padding: 0;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
}
.contact-webcommander .inner-area .box-content .single-item a.bottom-link:hover{
  color:#008DF2;
  border-color:#008DF2;
}
