.header-logo{
  width: 14em;
}
.hero-section .breadcumb-title {
  padding-top: 10pc;
  margin: -0.32em 0 -0.36em 0;
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  line-height: 75px;
}
.blog-breadcump .breadcumb-title {
  margin: -0.32em 0 -0.36em 0;
  font-size: 40px;
}
.about-us .sec-title2, .sec-title {
  font-size: 38px;
  line-height: 54.3px;
  margin: 0.2em 0 10px 0;
  display: block;
  border-bottom: 1px solid #e9ebf3;
}
.join-us{
margin-top: -10em;
}
.blog-details  h3 {
  font-size: 20px;
}
.middle-box__icon i{
  color: #fd5115;
  font-size: 46px;
}
.hero-section .vs-btn.ls-vs-btn {
  margin-right: 0px;
}
.checkbox-container {
  display: flex;
  align-items: flex-start;
}
.FirstCheck {
  margin-top: -1rem;
  margin-right: 0.5rem;
  width: 30px;
}
.SecondCheck {
  margin-top: -1rem;
  margin-right: 0.5rem;
  width: 80px;
}
@media(max-width:1099px){
  .hero-section .breadcumb-title {
    padding-top: 1pc;
    margin: -0.32em 0 -0.36em 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    line-height: 42px;
}
.join-us {

margin-top: 0px;
}
.about-us .sec-title2, .sec-title {
  font-size: 30px;
  line-height: 1.3;
  margin: 0.2em 0 10px 0;
  display: block;
  border-bottom: 1px solid #e9ebf3;
}
.blog-breadcump .breadcumb-title {
  margin: -0.32em 0 -0.36em 0;
  font-size: 22px;
}
.blog-details  h3 {
  font-size: 16px;
}

}