.second-faq-section {
  margin: 14rem 0 12rem;
}
.second-faq-section-heading {
  text-align: center;
  margin: 0 auto;
  width: 70%;
  margin-bottom: 5rem;
}
.second-faq-section-heading h2 span {
  color: #3ecf8e;
}
.second-accordion .second-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 9rem;
  position: relative;
  padding-bottom: 2rem;
}
.faq-number {
  color: #334960;
  font-size: 4.5rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 10px;
}
.second-accordion button:focus,
.second-accordion button:focus:after,
.second-accordion button:hover,
.second-accordion button:hover:after {
  cursor: pointer;
}
.second-accordion button .second-accordion-title {
  color: #213047;
  font-family: "work-sans-medium", sans-serif;
  font-size: 2.8rem;
}
.second-accordion button[aria-expanded="true"] + .second-accordion-content {
  max-height: 36em;
  opacity: 1;
  transition: all 0.2s linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s linear, max-height 0.2s linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content p {
  width: 90%;
  margin: 1.2rem 0 1rem;
}
@media (max-width: 1023px) {
  .second-accordion .second-accordion-content p {
    margin: 1.5rem 0;
  }
}
.second-accordion button {
  background: none;
  border: none;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  outline: none;
  padding: 2.6rem 40px 0rem 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.second-accordion button .icon {
  background: #000;
  border: none;
  border-radius: 22px;
  color: #000;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.second-accordion button .icon:before {
  height: 2px;
  width: 42%;
}
.second-accordion button .icon:after,
.second-accordion button .icon:before {
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.second-accordion button .icon:after {
  height: 42%;
  width: 2px;
}
.second-accordion button[aria-expanded="true"] .icon:after {
  background-color: #000;
  width: 0;
}
@media (max-width: 500px) {
  .second-accordion button .icon {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 767px) {
  .second-faq-section-heading {
    text-align: left;
    margin: 0 0 5rem;
    width: 100%;
  }
  .second-accordion .second-accordion-item {
    padding-left: 8rem;
  }
  .second-accordion button .icon {
    top: 60%;
  }
}
#three-tab-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100% !important;
  gap: 2rem;
}
#three-tab-column h2 {
  text-align: left;
  width: 40%;
}
#three-tab-column p {
  text-align: left;
  width: 50%;
}
@media (max-width: 767px) {
  #three-tab-column {
    gap: 0rem;
    flex-direction: column;
  }
  #three-tab-column h2 {
    width: 100%;
  }
  #three-tab-column p {
    width: 100%;
  }
}
/*Solution section*/
.solutions-section {
  margin: 12rem 0;
}

.no-padding {
  padding: 0 !important;
}

.card-heading {
  align-items: center;
  margin-bottom: 5rem;
}
.grid-card-row {
  margin-bottom: 4rem;
  padding: 0 15px;
}
.grid-image-wrapper {
  padding: 0;
}
.grid-cards-heading:after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
}
.grid-last-card-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
}
.grid-last-card-parameter {
  padding: 4rem;
}
.grid-cards-wrapper,
.grid-second-cards-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  transition: 0.4s ease-in-out;
}
.grid-second-cards-wrapper {
  margin-bottom: 4rem;
  padding: 0;
}
.grid-first-card {
  padding: 6rem 4rem;
}
.grid-first-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-first-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-first-card-image img {
  width: 100%;
}
.grid-third-card {
  margin-bottom: 0;
}
.grid-fourth-card,
.grid-third-card {
  border-radius: 14px;
  box-shadow: 0 0 7px #836edf4d;
  padding: 6rem 4rem;
  transition: 0.4s ease-in-out;
}
.grid-fourth-card {
  margin-bottom: 4rem;
}
.grid-third-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-third-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.grid-fourth-card h3 {
  font-family: work-sans-regular, sans-serif;
}
.grid-fourth-card h2 {
  font-family: work-sans-medium, sans-serif;
  font-size: 3.8rem;
  margin-top: 2.5rem;
}
.card-cta-wrapper {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 24px;
}
.card-cta-wrapper p {
  margin: 0 !important;
}
.card-cta-wrapper img {
  width: 20px !important;
}
.grid-second-card-image {
  padding: 8px;
}
.grid-cards-section .second-column,
.third-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-last-card-image {
  display: flex;
  justify-content: center;
}
.grid-first-card,
.grid-fourth-card,
.grid-third-card {
  cursor: pointer;
  min-height: 350px;
}
.card-wrapper-new {
  height: 100%;
}
.card-wrapper-new,
.card-wrapper-one {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  padding: 25px 20px;
  transition: all 0.3s ease;
}
.card-wrapper-one {
  flex-direction: column;
}
@media (max-width: 767px) {
  .card-wrapper-new {
    flex-direction: column;
  }
}
.card-wrapper-right {
  border-radius: 14px;
  box-shadow: 8px 6px 22px 0 #002ba31a;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 25px 20px;
  transition: all 0.3s ease;
}
.card-text-div {
  align-items: start;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.card-text-div-right {
  padding: 2rem;
}
.card-text-last {
  margin-top: 2rem;
}
.card-text-div-left h3,
.card-text-div-right h3 {
  color: #173d7a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.card-text-div-left h4,
.card-text-div-right h4 {
  font-size: 22px;
}
.card-text-div-left {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.second-row {
  margin-top: 3rem;
}
.card-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#card-heading-tab {
  margin-bottom: 5rem;
}
.card-image {
  margin-top: 4rem;
  align-items: center;
  border-radius: 12px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .card-image {
    justify-content: center;
  }
}
.card-image-last {
  align-items: center;
  display: flex;
  justify-content: center;
}
.explore-link {
  color: #0445d2;
  display: inline-block;
  font-size: 2.3rem;
  padding: 1rem 0;
  position: relative;
  text-decoration: none;
  width: max-content;
}
.explore-link:after {
  background-color: #0445d2;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}
.card-wrapper-new:hover .explore-link:after,
.card-wrapper-one:hover .explore-link:after,
.card-wrapper-right:hover .explore-link:after {
  width: 100%;
}
.card-section-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.tabs-header {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
  margin-bottom: 3rem;
}
.tab {
  background: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  color: #000;
  cursor: pointer;
  font-size: 2rem;
  padding: 1.5rem 4rem;
  transition: all 0.3s ease;
}
.tab.active,
.tab:hover {
  background: #0445d2;
  color: #fff;
}
.tab-content-grid {
  display: none;
}
.tab-content-grid.active {
  display: block;
}
@media (max-width: 768px) {
  #card-image-down img {
    max-height: 400px;
  }
  .card-wrapper-one,
  .card-wrapper-right {
    gap: 5rem;
  }
}
.left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1540px) {
  .left-wrapper {
    gap: 4.5rem;
  }
}
@media (min-width: 1640px) {
  .left-wrapper {
    gap: 5.5rem;
  }
}
.second-row {
  display: flex;
}
@media (max-width: 1024px) {
  .tab {
    font-size: 14px;
  }
  .card-text-div-left h4,
  .card-text-div-right h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .card-text-div h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .tabs-header {
    gap: 2rem;
  }
  .second-row {
    flex-direction: column;
  }
  .card-heading {
    align-items: flex-start !important;
    justify-content: flex-start;
    text-align: left;
  }
  .card-wrapper-right {
    margin-bottom: 3rem;
  }
}
@media (max-width: 400px) {
  .tabs-header {
    gap: 2rem;
    justify-content: center;
  }
}
#banner-image-aerospace {
  width: 550px;
}