.call-back {
  max-width: 800px;
  margin: auto; }

.about-staff-aug .images-group {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: nowrap;
  position: relative;
  padding-right: 40px; }
  .about-staff-aug .images-group .dots-pattern {
    background-image: url(./../images/dot-pattern-dark.png);
    position: absolute;
    width: 230px;
    height: 180px;
    left: -50px;
    top: -40px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain; }
  .about-staff-aug .images-group div {
    text-align: right;
    width: 50%;
    min-width: 50%; }
    .about-staff-aug .images-group div img:nth-child(2) {
      margin-top: 20px; }
  @media (max-width: 767px) {
    .about-staff-aug .images-group {
      margin-bottom: 60px; } }
.about-staff-aug .why-choose-btp-grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px; }
  .about-staff-aug .why-choose-btp-grp .why-choose-staffing {
    padding: 80px 30px 0px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    width: 33%;
    position: relative;
    justify-content: center; }
    .about-staff-aug .why-choose-btp-grp .why-choose-staffing .icon {
      min-width: 50px; }
    .about-staff-aug .why-choose-btp-grp .why-choose-staffing .content {
      word-spacing: 0.1rem;
      font-size: var(--sub-heading);
      font-weight: 500;
      white-space: nowrap; }
    .about-staff-aug .why-choose-btp-grp .why-choose-staffing:nth-child(2)::before {
      content: '';
      width: 2px;
      height: 40px;
      background: #58585d;
      position: absolute;
      left: 0;
      bottom: 0; }
    .about-staff-aug .why-choose-btp-grp .why-choose-staffing:nth-child(2)::after {
      content: '';
      width: 2px;
      height: 40px;
      background: #58585d;
      position: absolute;
      right: 0;
      bottom: 0; }
    @media (max-width: 1024px) {
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing {
        column-gap: 10px;
        padding: 0px 10px 0px; }
        .about-staff-aug .why-choose-btp-grp .why-choose-staffing .content {
          font-size: 16px; } }
    @media (max-width: 991px) {
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing:nth-child(2)::before, .about-staff-aug .why-choose-btp-grp .why-choose-staffing:nth-child(2)::after {
        display: none; }
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing .icon {
        min-width: 30px; }
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing .content {
        font-size: 14px; } }
    @media (max-width: 480px) {
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing {
        width: 47%;
        justify-content: start; }
        .about-staff-aug .why-choose-btp-grp .why-choose-staffing:last-child {
          margin-bottom: 0; } }
    @media (max-width: 375px) {
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing {
        width: 100%; } }
  @media (max-width: 768px) {
    .about-staff-aug .why-choose-btp-grp {
      flex-wrap: wrap;
      justify-content: center; }
      .about-staff-aug .why-choose-btp-grp .why-choose-staffing {
        margin-bottom: 20px; } }

.technologies-staffing {
  background-color: var(--grey-light); }
  .technologies-staffing .techSec {
    position: relative;
    margin-top: 100px; }
    .technologies-staffing .techSec .techNav {
      margin: 0px;
      padding: 0px;
      list-style: none;
      position: relative; }
      .technologies-staffing .techSec .techNav li {
        display: inline-block;
        margin: 0px 6px; }
        .technologies-staffing .techSec .techNav li a {
          display: block;
          padding: 9px 32px;
          font-size: var(--sub-heading);
          font-weight: bold;
          color: var(--black);
          border-radius: 5px;
          border: solid 1px gainsboro;
          background-color: #fff; }
          .technologies-staffing .techSec .techNav li a:hover, .technologies-staffing .techSec .techNav li a.active {
            text-decoration: none;
            color: var(--red);
            border-color: var(--red); }
        @media (max-width: 768px) {
          .technologies-staffing .techSec .techNav li {
            margin: 0px 6px 10px; }
            .technologies-staffing .techSec .techNav li a {
              padding: 9px 11px;
              font-size: 16px; } }
    .technologies-staffing .techSec .techContainer .techBlock {
      padding: 5px 0px;
      display: none; }
      .technologies-staffing .techSec .techContainer .techBlock a {
        display: inline-block;
        max-width: 100%;
        text-decoration: none; }
      .technologies-staffing .techSec .techContainer .techBlock img {
        margin: 15px 20px;
        max-width: 140px;
        max-height: 70px;
        transition: transform 0.3s linear;
        transform: scale(0.9); }
        .technologies-staffing .techSec .techContainer .techBlock img:hover {
          transform: scale(1); }
