.about-us-body .secondry-heading {
  font-size: clamp(1.5625rem, 0.8807rem + 3.4091vw, 3.4375rem);
  color: #1a3967;
  margin-bottom: 20px;
  &:hover {
    b {
      color: #4ab03b;
    }
  }
  b {
    font-size: clamp(2.1875rem, 1.733rem + 2.2727vw, 3.4375rem);
    color: #000;
  }
}
.about-us-body .dot-line {
  background-color: #1a3967;
  &:before {
    color: #1a3967;
    background-color: #1a3967;
  }
}

/* who-we-are-wrapper css start here */
.who-we-are-wrapper {
  padding: 75px 0 50px;
  p {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    text-wrap: balance;
    font-family: "Montserrat", sans-serif;
  }
}

/* who-we-are-wrapper css end here */

/* about-details css start here */
.about-details {
  margin: 17px 0;
}
.about-details-image {
  border-radius: 7px;
  overflow: hidden;
  height: 365px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.about-details-content {
  p {
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 400;
    text-wrap: balance;
    font-family: "Montserrat", sans-serif;
  }
  h2 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    color: #1a3967;
    font-size: clamp(1.5625rem, 1.4034rem + 0.7955vw, 2rem);
  }
}
@media (max-width: 768px) {
  .about-details-image {
    height: auto;
  }
}
/* about-details css end here */

/* We DO start here */
.we-do {
  padding: 35px 25px 35px 20px;
  border-left: 30px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  height: 100%;
  h2 {
    color: #fff;
    font-size: 18px;
    font-family: "Segoe UI";
    margin-bottom: 20px;
  }
  ul {
    list-style: disc;
    padding-left: 30px;
    li {
      color: #fff;
      font-size: 15px;
      font-family: "Segoe UI";
    }
  }
}
.we-do-trade {
  background: #9c27b0;
  &:hover {
    background: #641971;
  }
}
.we-do-conferences {
  background: #00bcd4;
  &:hover {
    background: #007888;
  }
}
.we-do-B2B {
  background: #4caf50;
  &:hover {
    background: #357a38;
  }
}
.we-do-Stand-Building {
  background: #ff9800;
  &:hover {
    background: #b36a00;
  }
}
.we-do-events {
  background: #f33527;
  &:hover {
    background: #c3170b;
  }
}
.we-do-virtrul {
  background: #e91e63;
  &:hover {
    background: #aa1145;
  }
}
/* We DO end here */

/* SINCE 2015 start here */
.since-wrapper {
  margin-top: 10vh;
  text-align: center;
  margin-bottom: 12vh;
}
.since-wrapper {
  h1 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    color: #1a3967;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #a3a3a317;

    svg {
      color: #000;
      font-size: 35px;
      margin-right: 10px;
    }
  }
  h2 {
    color: #1a3967;
    margin: 0px 0px 25px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  p {
    font-size: 15pt;
    font-family: "inherit", serif;
  }
  .our-event-btn {
    background-color: #1a3967;
    color: #fff;
    padding: 14.5px 55px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border: 3px solid #fff;
    transition: all 0.3s ease-in-out;

    &:hover {
      border: 3px solid #1a3967;
    }
  }
}
/* SINCE 2015 End here */

/*  why we are choosen start here */
.why-we-choesen-wrapper {
  padding-block: 35px;
  text-align: center;
  background-image: linear-gradient(30deg, #1a3967ed 0%, #4ab03be3 100%);
  h1 {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    letter-spacing: clamp(0.125rem, -0.0568rem + 0.9091vw, 0.625rem);
    color: #ffffff;
    font-size: clamp(1.5625rem, 1.4034rem + 0.7955vw, 2rem);
    margin-top: 30px;
  }
  ul {
    li {
      color: #fff;
      font-family: "Roboto", Sans-serif;
      font-size: 25px;
      font-weight: 400;
      text-align: left;
      svg {
        color: #1a3967;
        font-size: 20px;
        margin-right: 10px;
      }
    }
  }
}
/*  why we are choosen end here */
