.engineering .pointer,
.home-page .pointer {
  cursor: pointer;
}
.engineering .header-holder,
.home-page .header-holder {
  padding-top: 98px;
  background: #2665bf;
}
.engineering .container,
.home-page .container {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}
.engineering .hero,
.home-page .hero {
  position: relative;
  padding-top: 113px;
  padding-bottom: 114px;
  background: #2665bf;
}
.engineering .hero .container,
.home-page .hero .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1920px) {
  .engineering .hero .container,
  .home-page .hero .container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.engineering .hero .container > img.desktop,
.home-page .hero .container > img.desktop {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: none;
  width: auto;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 1920px) {
  .engineering .hero .container > img.desktop,
  .home-page .hero .container > img.desktop {
    max-width: 700px;
  }
}
.engineering .hero .container > img.mobile,
.home-page .hero .container > img.mobile {
  display: none;
}
.engineering .hero .subtitle,
.home-page .hero .subtitle {
  position: relative;
  color: #ffffff;
  text-align: left;
  vertical-align: text-top;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  padding-bottom: 19px;
  margin-bottom: 32px;
}
.engineering .hero .subtitle:after,
.home-page .hero .subtitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 650px;
  height: 3px;
  background: #4ca9e1;
}
.engineering .hero h1,
.home-page .hero h1 {
  width: 650px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
  word-wrap: break-word;
  word-break: break-word;
}
.engineering .hero h2,
.home-page .hero h2 {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
  word-wrap: break-word;
  word-break: break-word;
}
.engineering .hero p,
.home-page .hero p {
  width: 571px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
  word-wrap: break-word;
  word-break: break-word;
}
.engineering .hero a,
.home-page .hero a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 10px;
  width: auto;
  background: #007bff;
  border-radius: 4px;
  /* Learn more */
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.engineering .hero a img,
.home-page .hero a img {
  width: 24px;
  height: 24px;
}
.engineering .trusted,
.home-page .trusted {
  padding: 40px 0;
  background: #f5f5f5;
}
.engineering .trusted h2,
.home-page .trusted h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 20px;
}
.engineering .trusted .list,
.home-page .trusted .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.engineering .trusted img,
.home-page .trusted img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.engineering .teach,
.home-page .teach {
  padding: 60px 0 120px;
}
.engineering .teach h2,
.home-page .teach h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.engineering .teach .subtext,
.home-page .teach .subtext {
  max-width: 688px;
  width: 100%;
  margin: 0 auto 50px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #454545;
}
.engineering .teach .article,
.home-page .teach .article {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.engineering .teach .article:nth-child(2n),
.home-page .teach .article:nth-child(2n) {
  flex-direction: row-reverse;
}
.engineering .teach .article:not(:first-of-type),
.home-page .teach .article:not(:first-of-type) {
  margin-top: 60px;
}
.engineering .teach .article .img,
.home-page .teach .article .img {
  max-width: 570px;
  width: 100%;
}
.engineering .teach .article .img .item,
.home-page .teach .article .img .item {
  max-width: 244px;
  position: relative;
}
.engineering .teach .article .img img,
.home-page .teach .article .img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
}
.engineering .teach .article .img.two-images,
.home-page .teach .article .img.two-images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.engineering .teach .article .img.two-images .left-shadow,
.home-page .teach .article .img.two-images .left-shadow {
  margin-top: 13px;
  margin-right: -11px;
}
.engineering .teach .article .img.two-images .right-shadow,
.home-page .teach .article .img.two-images .right-shadow {
  margin-top: 82px;
  margin-left: -11px;
  z-index: 1;
}
.engineering .teach .article .img:not(.two-images) .item,
.home-page .teach .article .img:not(.two-images) .item {
  max-width: 550px;
}
.engineering .teach .article .img:not(.two-images) .left-shadow:before,
.home-page .teach .article .img:not(.two-images) .left-shadow:before {
  top: -20px;
  left: -20px;
}
.engineering .teach .article .img:not(.two-images) .right-shadow:before,
.home-page .teach .article .img:not(.two-images) .right-shadow:before {
  top: -20px;
  right: -20px;
}
.engineering .teach .article .left-shadow:before,
.home-page .teach .article .left-shadow:before,
.engineering .teach .article .right-shadow:before,
.home-page .teach .article .right-shadow:before {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  background: #4ca9e1;
  width: 99%;
  height: 99%;
  z-index: -1;
  border-radius: 12px;
}
.engineering .teach .article .right-shadow:before,
.home-page .teach .article .right-shadow:before {
  top: -13px;
  right: -13px;
  left: auto;
}
.engineering .teach .content,
.home-page .teach .content {
  max-width: 636px;
  width: 100%;
}
.engineering .teach h3,
.home-page .teach h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.engineering .teach .info,
.home-page .teach .info {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #454545;
  margin-bottom: 45px;
}
.engineering .teach a,
.home-page .teach a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #007bff;
}
.engineering .teach a.btn-orange,
.home-page .teach a.btn-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 10px;
  width: 220px;
  height: 52px;
  background: #007bff;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.engineering .teach a.btn-orange img,
.home-page .teach a.btn-orange img {
  width: 24px;
  height: 24px;
}
.engineering .teach .item,
.home-page .teach .item {
  display: flex;
  grid-gap: 16px;
}
.engineering .teach .item:not(:first-of-type),
.home-page .teach .item:not(:first-of-type) {
  margin-top: 45px;
}
.engineering .teach .item img,
.home-page .teach .item img {
  display: block;
  width: 48px;
  height: 48px;
}
.engineering .teach h4,
.home-page .teach h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.engineering .teach .text p,
.home-page .teach .text p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  margin: 0;
}
.engineering .teach.blue-headers h3,
.home-page .teach.blue-headers h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #2665bf;
  margin-bottom: 16px;
}
.engineering .teach.blue-headers .info,
.home-page .teach.blue-headers .info {
  margin-bottom: 42px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #454545;
}
.engineering .teach.blue-headers .info:last-child,
.home-page .teach.blue-headers .info:last-child {
  margin-bottom: 0;
}
.engineering .sign-up,
.home-page .sign-up {
  scroll-margin-top: 10em;
  padding: 60px 0;
  background: #2665bf;
}
.engineering .sign-up .container,
.home-page .sign-up .container {
  max-width: 1130px;
}
.engineering .sign-up h2,
.home-page .sign-up h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.engineering .sign-up p,
.home-page .sign-up p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  margin: 24px auto 40px;
}
.engineering .sign-up #customForm,
.home-page .sign-up #customForm {
  margin-top: 40px;
}
.engineering .sign-up #errorMsgDiv,
.home-page .sign-up #errorMsgDiv {
  margin: 0 !important;
  display: flex;
  grid-column-start: 1;
  grid-column-end: 4;
}
.engineering .sign-up form,
.home-page .sign-up form {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px;
  grid-gap: 24px;
  display: grid;
  align-items: end;
  grid-template: auto / 6fr 1fr;
}
.engineering .sign-up .list,
.home-page .sign-up .list {
  margin: 0 auto;
  max-width: 774px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.engineering .sign-up .item,
.home-page .sign-up .item {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.engineering .sign-up .item img,
.home-page .sign-up .item img {
  width: 18px;
  height: 18px;
  display: block;
}
.engineering .sign-up .input,
.home-page .sign-up .input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.engineering .sign-up .inputs,
.home-page .sign-up .inputs {
  display: flex;
  grid-gap: 32px;
  width: 100%;
}
.engineering .sign-up label,
.home-page .sign-up label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a;
  margin: 0;
}
.engineering .sign-up input,
.home-page .sign-up input {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f1f3f7;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  border-radius: 6px;
  width: 100%;
  margin-top: 12px;
  padding: 14px 16px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.engineering .sign-up input::placeholder,
.home-page .sign-up input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
}
.engineering .sign-up button,
.home-page .sign-up button {
  border: none;
  outline: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 10px;
  width: auto;
  white-space: nowrap;
  background: #007bff;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
.engineering .sign-up button img,
.home-page .sign-up button img {
  width: 24px;
  height: 24px;
}
.engineering .instruction,
.home-page .instruction {
  margin: 120px 0;
}
.engineering .instruction h2,
.home-page .instruction h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.engineering .instruction .subtext,
.home-page .instruction .subtext {
  max-width: 906px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #454545;
  margin: 0 auto 50px;
}
.engineering .instruction .list,
.home-page .instruction .list {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.engineering .instruction .item,
.home-page .instruction .item {
  width: 100%;
  background: #f8faff;
  border-radius: 24px;
  padding: 32px;
}
.engineering .instruction .item p,
.home-page .instruction .item p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  margin: 0;
}
.engineering .instruction .number,
.home-page .instruction .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #2665bf;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
.engineering .instruction h3,
.home-page .instruction h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.engineering .faq,
.home-page .faq {
  margin-top: 120px;
}
.engineering .faq .container,
.home-page .faq .container {
  max-width: 1093px;
}
.engineering .faq h2,
.home-page .faq h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.engineering .faq .accordion,
.home-page .faq .accordion {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.engineering .faq .accordion-title,
.home-page .faq .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}
.engineering .faq .accordion-title img,
.home-page .faq .accordion-title img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease-in-out;
}
.engineering .faq .accordion-content,
.home-page .faq .accordion-content {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.engineering .faq .accordion-content div,
.home-page .faq .accordion-content div {
  margin-top: 16px;
}
.engineering .faq .accordion-item,
.home-page .faq .accordion-item {
  overflow: hidden;
  padding: 20px 24px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0.5px 2px rgba(25, 33, 61, 0.1);
  border-radius: 6px;
}
.engineering .faq .accordion-item.open,
.home-page .faq .accordion-item.open {
  border: 1px solid #454545;
}
.engineering .faq .accordion-item.open .accordion-title img,
.home-page .faq .accordion-item.open .accordion-title img {
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
.engineering .faq .accordion-item.open .accordion-content,
.home-page .faq .accordion-item.open .accordion-content {
  transition: height 0.3s ease-in-out;
}
.engineering .knowledge,
.home-page .knowledge {
  margin-top: 120px;
}
.engineering .knowledge h2,
.home-page .knowledge h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.engineering .knowledge .content,
.home-page .knowledge .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}
.engineering .knowledge .text,
.home-page .knowledge .text {
  max-width: 682px;
}
.engineering .knowledge .img,
.home-page .knowledge .img {
  max-width: 526px;
  border-radius: 12px;
  overflow: hidden;
}
.engineering .knowledge .img img,
.home-page .knowledge .img img {
  height: 100%;
  object-fit: cover;
}
.engineering .knowledge p,
.home-page .knowledge p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 24px;
}
.engineering .knowledge li,
.home-page .knowledge li {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #1a1a1a;
}
.engineering .knowledge li:not(:first-child),
.home-page .knowledge li:not(:first-child) {
  margin-top: 24px;
}
.engineering .explore,
.home-page .explore {
  margin-top: 60px;
}
.engineering .explore .container,
.home-page .explore .container {
  max-width: 1168px;
}
.engineering .explore h2,
.home-page .explore h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.engineering .explore .list,
.home-page .explore .list {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.engineering .explore .item,
.home-page .explore .item {
  width: 100%;
  padding: 32px 24px;
  background: #2665bf;
  border-radius: 24px;
}
.engineering .explore .icon,
.home-page .explore .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.engineering .explore h3,
.home-page .explore h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
.engineering .explore p,
.home-page .explore p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 16px;
}
.engineering .explore a,
.home-page .explore a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1300px) {
  .engineering .hero,
  .home-page .hero {
    padding: 80px 0;
  }
}
@media (max-width: 1240px) {
  .engineering .hero,
  .home-page .hero {
    padding: 50px 0;
  }
}
@media (max-width: 1170px) {
  .engineering .hero,
  .home-page .hero {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .engineering .header-holder,
  .home-page .header-holder {
    padding-top: 82px;
  }
  .engineering .container,
  .home-page .container {
    padding: 0 36px;
  }
  .engineering .hero,
  .home-page .hero {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .engineering .hero > img.desktop,
  .home-page .hero > img.desktop {
    display: none;
  }
  .engineering .hero > img.mobile,
  .home-page .hero > img.mobile {
    margin-top: 34px;
    display: block;
    width: 100%;
  }
  .engineering .hero h1,
  .home-page .hero h1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .engineering .hero h1 br,
  .home-page .hero h1 br {
    display: none;
  }
  .engineering .hero p,
  .home-page .hero p {
    width: 100%;
    margin-bottom: 25px;
  }
  .engineering .hero .subtitle,
  .home-page .hero .subtitle {
    padding-bottom: 28px;
    margin-bottom: 25px;
  }
  .engineering .trusted .list,
  .home-page .trusted .list {
    padding: 0 2px;
  }
  .engineering .trusted .list img:nth-child(5),
  .home-page .trusted .list img:nth-child(5),
  .engineering .trusted .list img:nth-child(6),
  .home-page .trusted .list img:nth-child(6) {
    display: none;
  }
  .engineering .trusted h2,
  .home-page .trusted h2 {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .teach,
  .home-page .teach {
    padding: 80px 0;
  }
  .engineering .teach h2,
  .home-page .teach h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .engineering .teach .subtext,
  .home-page .teach .subtext {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .engineering .teach .article,
  .home-page .teach .article {
    flex-direction: column;
    grid-gap: 40px;
  }
  .engineering .teach .article:not(:first-of-type),
  .home-page .teach .article:not(:first-of-type) {
    margin-top: 80px;
  }
  .engineering .teach .article:nth-child(2n),
  .home-page .teach .article:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .engineering .teach .article .img,
  .home-page .teach .article .img {
    max-width: 457px;
  }
  .engineering .teach .article.image-on-top,
  .home-page .teach .article.image-on-top {
    flex-direction: column-reverse;
  }
  .engineering .teach .content,
  .home-page .teach .content {
    max-width: 100%;
  }
  .engineering .teach h3,
  .home-page .teach h3 {
    font-size: 24px;
    line-height: 120%;
  }
  .engineering .teach .info,
  .home-page .teach .info {
    font-size: 18px;
    line-height: 120%;
  }
  .engineering .teach h4,
  .home-page .teach h4 {
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .teach .item p,
  .home-page .teach .item p {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .teach .item img,
  .home-page .teach .item img {
    width: 32px;
    height: 32px;
  }
  .engineering .teach .item:not(:first-of-type),
  .home-page .teach .item:not(:first-of-type) {
    margin-top: 24px;
  }
  .engineering .teach.blue-headers h3,
  .home-page .teach.blue-headers h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .engineering .teach.blue-headers .info,
  .home-page .teach.blue-headers .info {
    font-size: 16px;
    line-height: 130%;
  }
  .engineering .sign-up h2,
  .home-page .sign-up h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .engineering .sign-up p,
  .home-page .sign-up p {
    font-size: 18px;
    line-height: 120%;
  }
  .engineering .sign-up .list,
  .home-page .sign-up .list {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 24px;
  }
  .engineering .sign-up .item,
  .home-page .sign-up .item {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .sign-up form,
  .home-page .sign-up form {
    grid-template: auto / 1fr;
    justify-items: start;
  }
  .engineering .sign-up #errorMsgDiv,
  .home-page .sign-up #errorMsgDiv {
    width: 100%;
    grid-column-end: 1;
  }
  .engineering .sign-up .inputs,
  .home-page .sign-up .inputs {
    flex-direction: column;
  }
  .engineering .instruction,
  .home-page .instruction {
    margin: 80px 0;
  }
  .engineering .instruction h2,
  .home-page .instruction h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .engineering .instruction .subtext,
  .home-page .instruction .subtext {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .engineering .instruction .list,
  .home-page .instruction .list {
    flex-direction: column;
  }
  .engineering .instruction .number,
  .home-page .instruction .number {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .instruction h3,
  .home-page .instruction h3 {
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .instruction .item p,
  .home-page .instruction .item p {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .faq,
  .home-page .faq {
    margin-top: 80px;
  }
  .engineering .faq h2,
  .home-page .faq h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .engineering .faq .accordion-title,
  .home-page .faq .accordion-title {
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .faq .accordion-content,
  .home-page .faq .accordion-content {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .faq .accordion-item,
  .home-page .faq .accordion-item {
    padding: 20px;
  }
  .engineering .knowledge,
  .home-page .knowledge {
    margin-top: 80px;
  }
  .engineering .knowledge h2,
  .home-page .knowledge h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .engineering .knowledge p,
  .home-page .knowledge p {
    font-size: 18px;
    line-height: 120%;
  }
  .engineering .knowledge li,
  .home-page .knowledge li {
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .knowledge ul,
  .home-page .knowledge ul {
    margin: 0;
  }
  .engineering .knowledge .text,
  .home-page .knowledge .text {
    width: 100%;
    max-width: 100%;
  }
  .engineering .knowledge .img,
  .home-page .knowledge .img {
    max-width: 100%;
  }
  .engineering .knowledge .content,
  .home-page .knowledge .content {
    flex-direction: column;
    grid-gap: 40px;
  }
  .engineering .explore,
  .home-page .explore {
    margin-top: 80px;
  }
  .engineering .explore h2,
  .home-page .explore h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .engineering .explore .list,
  .home-page .explore .list {
    flex-direction: column;
  }
  .engineering .explore h3,
  .home-page .explore h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .engineering .explore p,
  .home-page .explore p {
    font-size: 16px;
    line-height: 130%;
  }
  .engineering .explore a,
  .home-page .explore a {
    font-size: 16px;
    line-height: 120%;
  }
  .engineering .explore a img,
  .home-page .explore a img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 690px) {
  .engineering .trusted .list img:nth-child(4),
  .home-page .trusted .list img:nth-child(4) {
    display: none;
  }
}
@media (max-width: 640px) {
  .engineering .container,
  .home-page .container {
    padding: 0 12px;
  }
  .engineering .hero,
  .home-page .hero {
    padding-top: 42px;
  }
  .engineering .hero .subtitle,
  .home-page .hero .subtitle {
    font-size: 14px;
    line-height: 120%;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .engineering .hero h1,
  .home-page .hero h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .engineering .hero p,
  .home-page .hero p {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .engineering .hero > img.mobile,
  .home-page .hero > img.mobile {
    margin-top: 40px;
  }
  .engineering .trusted,
  .home-page .trusted {
    overflow: hidden;
    padding: 24px 0;
  }
  .engineering .trusted h2,
  .home-page .trusted h2 {
    margin-bottom: 16px;
  }
  .engineering .trusted .list,
  .home-page .trusted .list {
    justify-content: center;
  }
  .engineering .trusted img,
  .home-page .trusted img {
    max-width: 120px;
  }
  .engineering .trusted img:nth-child(2),
  .home-page .trusted img:nth-child(2) {
    margin: 0 -4px;
  }
  .engineering .teach,
  .home-page .teach {
    padding: 64px 0;
  }
  .engineering .teach h2,
  .home-page .teach h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .engineering .teach .subtext,
  .home-page .teach .subtext {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .engineering .teach .article,
  .home-page .teach .article {
    grid-gap: 24px;
  }
  .engineering .teach .article:not(:first-of-type),
  .home-page .teach .article:not(:first-of-type) {
    margin-top: 56px;
  }
  .engineering .teach .article .img,
  .home-page .teach .article .img {
    max-width: 260px;
  }
  .engineering .teach h3,
  .home-page .teach h3 {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .engineering .teach .info,
  .home-page .teach .info {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
  }
  .engineering .teach h4,
  .home-page .teach h4 {
    font-size: 14px;
    line-height: 120%;
  }
  .engineering .teach .text p,
  .home-page .teach .text p {
    font-size: 14px;
    line-height: 130%;
  }
  .engineering .teach .item:not(:first-of-type),
  .home-page .teach .item:not(:first-of-type) {
    margin-top: 16px;
  }
  .engineering .teach.blue-headers h3,
  .home-page .teach.blue-headers h3 {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .engineering .teach.blue-headers .info,
  .home-page .teach.blue-headers .info {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 32px;
  }
  .engineering .sign-up,
  .home-page .sign-up {
    padding: 40px 0;
  }
  .engineering .sign-up h2,
  .home-page .sign-up h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .engineering .sign-up p,
  .home-page .sign-up p {
    margin: 0 auto 32px;
    font-size: 16px;
    line-height: 130%;
  }
  .engineering .sign-up .list,
  .home-page .sign-up .list {
    margin-bottom: 32px;
  }
  .engineering .sign-up #customForm,
  .home-page .sign-up #customForm {
    margin-top: 0;
  }
  .engineering .sign-up .SIGNUP_FLD,
  .home-page .sign-up .SIGNUP_FLD {
    margin: 0 !important;
  }
  .engineering .instruction,
  .home-page .instruction {
    margin: 64px 0;
  }
  .engineering .instruction h2,
  .home-page .instruction h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .engineering .instruction .subtext,
  .home-page .instruction .subtext {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .engineering .instruction h3,
  .home-page .instruction h3 {
    font-size: 14px;
    line-height: 120%;
  }
  .engineering .faq,
  .home-page .faq {
    margin-top: 64px;
  }
  .engineering .faq h2,
  .home-page .faq h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .engineering .faq .accordion-title,
  .home-page .faq .accordion-title {
    font-size: 14px;
    line-height: 120%;
  }
  .engineering .faq .accordion-title img,
  .home-page .faq .accordion-title img {
    width: 14px;
    height: 14px;
  }
  .engineering .knowledge,
  .home-page .knowledge {
    margin-top: 64px;
  }
  .engineering .knowledge h2,
  .home-page .knowledge h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .engineering .knowledge p,
  .home-page .knowledge p {
    font-size: 16px;
    line-height: 130%;
  }
  .engineering .knowledge li,
  .home-page .knowledge li {
    font-size: 14px;
    line-height: 120%;
  }
  .engineering .explore,
  .home-page .explore {
    margin-top: 64px;
  }
  .engineering .explore h2,
  .home-page .explore h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .engineering .explore a,
  .home-page .explore a {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .navbar > .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
.online-engineering {
  --color-primary: #2665bf;
  --color-primary-light: #4ca9e1;
  --color-gray-light: #f8faff;
  --color-text-primary: #1a1a1a;
  --color-text-primary-light: #454545;
  --color-white: #ffffff;
  --header-height: 98px;
  --horizontal-padding: 50px;
  --section-padding: 94px;
  --content-margin: 191px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1440px) {
  .online-engineering {
    --section-padding: 68px;
  }
}
@media (max-width: 991px) {
  .online-engineering {
    --horizontal-padding: 36px;
  }
}
@media (max-width: 640px) {
  .online-engineering {
    --horizontal-padding: 12px;
  }
}
.online-engineering h1,
.online-engineering h2,
.online-engineering h3,
.online-engineering h4,
.online-engineering h5,
.online-engineering h6,
.online-engineering p,
.online-engineering ul,
.online-engineering li {
  margin: 0;
}
.online-engineering .header-holder {
  padding-top: var(--header-height);
  background: var(--color-primary);
}
@media (max-width: 991px) {
  .online-engineering .desktop {
    display: none !important;
  }
}
.online-engineering .mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .online-engineering .mobile {
    display: revert !important;
  }
}
.online-engineering .container {
  max-width: 1638px;
  padding: 0 var(--horizontal-padding);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .online-engineering .container {
    max-width: 100%;
  }
}
.online-engineering .text-sm {
  font-size: 18px;
  line-height: 1.36em;
}
.online-engineering .text-md {
  font-size: 24px;
  line-height: 1.36em;
}
.online-engineering .text-lg {
  font-size: 32px;
  line-height: 1.36em;
}
.online-engineering .text-xl {
  font-size: 40px;
  line-height: 1.36em;
}
.online-engineering .text-xxl {
  font-size: 42px;
  line-height: 1.36em;
}
.online-engineering .text-center {
  text-align: center;
}
.online-engineering .c-text-primary {
  color: var(--color-text-primary);
}
.online-engineering .c-text-primary-light {
  color: var(--color-text-primary-light);
}
.online-engineering .fw-normal {
  font-weight: 400;
}
.online-engineering .fw-semi-bold {
  font-weight: 600;
}
.online-engineering .fw-bold {
  font-weight: 700;
}
.online-engineering .bg-gray-light {
  background-color: var(--color-gray-light);
}
.online-engineering .bg-primary-light {
  background-color: var(--color-primary-light);
}
.online-engineering a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: #ec7d50;
}
.online-engineering a.btn-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 35px;
  gap: 14px;
  height: 58px;
  background: #007bff;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.36em;
  color: #ffffff;
}
.online-engineering a.btn-orange img {
  width: 27px;
  height: 27px;
}
.online-engineering .img-card {
  --image-width: 705px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .online-engineering .img-card {
    --image-width: 500px;
  }
}
@media (max-width: 1300px) {
  .online-engineering .img-card {
    --image-width: 400px;
  }
}
@media (max-width: 1170px) {
  .online-engineering .img-card {
    --image-width: 350px;
  }
}
@media (max-width: 991px) {
  .online-engineering .img-card {
    --image-width: 70vw;
  }
}
.online-engineering .img-card-container {
  border-radius: inherit;
  overflow: hidden;
  box-shadow: 10px 10px 18px 0 #00000026;
}
.online-engineering .img-card img {
  max-width: 100%;
  width: var(--image-width);
  height: auto;
}
.online-engineering .img-card.image-highlight {
  position: relative;
}
.online-engineering .img-card.image-highlight.right {
  --translate-x: 34.5px;
  --translate-y: 27px;
}
@media (max-width: 991px) {
  .online-engineering .img-card.image-highlight.right {
    margin-right: var(--translate-x);
  }
}
.online-engineering .img-card.image-highlight.left {
  --translate-x: -34.5px;
  --translate-y: 27px;
}
@media (max-width: 991px) {
  .online-engineering .img-card.image-highlight.left {
    margin-right: var(--translate-x);
  }
}
.online-engineering .img-card.image-highlight::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--image-width);
  max-width: 100%;
  border-radius: inherit;
  background-color: var(--color-primary-light);
}
.online-engineering .img-card.image-highlight .img-card-container {
  transform: translateX(var(--translate-x)) translateY(var(--translate-y));
}
.online-engineering ul.checked-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.online-engineering ul.checked-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 33px;
}
.online-engineering ul.checked-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: var(--color-primary);
  background-image: url("https://www.equicad.com/img/icon/checkbox_i.svg");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.online-engineering .divider {
  border-top: 5.39px solid #4ca9e1;
}
.online-engineering .hero {
  --image-width: 836px;
  --section-height: 470px;
  --image-right: -50px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  background: var(--color-primary);
  height: var(--section-height);
}
@media (max-width: 1640px) {
  .online-engineering .hero {
    --image-width: 605px;
  }
}
@media (max-width: 1440px) {
  .online-engineering .hero {
    --image-width: 605px;
  }
}
@media (max-width: 1300px) {
  .online-engineering .hero {
    --image-width: 641px;
  }
}
@media (max-width: 1240px) {
  .online-engineering .hero {
    --image-width: 641px;
    --section-height: 500px;
  }
}
@media (max-width: 1170px) {
  .online-engineering .hero {
    --image-width: 641px;
    --section-height: 470px;
  }
}
@media (max-width: 1063px) {
  .online-engineering .hero {
    --section-height: 520px;
  }
}
@media (max-width: 991px) {
  .online-engineering .hero {
    --image-width: 0;
    --section-height: auto;
    --content-gap: 0;
    --image-right: 0;
    --content-margin: 0;
    gap: 64px;
  }
}
.online-engineering .hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .online-engineering .hero .container {
    margin-top: 70px;
  }
}
.online-engineering .hero .text-content {
  color: var(--color-white);
  width: 811px;
  max-width: calc(
    100% - (var(--image-width) - var(--content-margin) + var(--image-right)) - 2 *
      var(--horizontal-padding) - var(--content-gap)
  );
}
@media (min-width: 1440px) and (max-width: 1640px) {
  .online-engineering .hero .text-content h1 {
    font-size: 40px;
  }
  .online-engineering .hero .text-content h2 {
    font-size: 30px;
  }
  .online-engineering .hero .text-content p {
    font-size: 22px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  .online-engineering .hero .text-content {
    width: 765px;
  }
  .online-engineering .hero .text-content h1 {
    font-size: 38px;
  }
  .online-engineering .hero .text-content h2 {
    font-size: 28px;
  }
  .online-engineering .hero .text-content p {
    font-size: 21px;
  }
}
@media (min-width: 1240px) and (max-width: 1300px) {
  .online-engineering .hero .text-content {
    width: 650px;
  }
  .online-engineering .hero .text-content img {
    width: 50%;
  }
  .online-engineering .hero .text-content h1 {
    font-size: 36px;
  }
  .online-engineering .hero .text-content h2 {
    font-size: 26px;
  }
  .online-engineering .hero .text-content p {
    font-size: 20px;
  }
}
@media (min-width: 1170px) and (max-width: 1240px) {
  .online-engineering .hero .text-content {
    width: 580px;
  }
  .online-engineering .hero .text-content h1 {
    font-size: 34px;
  }
  .online-engineering .hero .text-content h2 {
    font-size: 24px;
  }
  .online-engineering .hero .text-content p {
    font-size: 19px;
  }
}
@media (min-width: 991px) and (max-width: 1170px) {
  .online-engineering .hero .text-content {
    width: 510px;
  }
  .online-engineering .hero .text-content h1 {
    font-size: 32px;
  }
  .online-engineering .hero .text-content h2 {
    font-size: 22px;
  }
  .online-engineering .hero .text-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .online-engineering .hero .text-content {
    max-width: 100%;
  }
}
.online-engineering .hero .text-xl {
  margin-top: 26px;
  max-width: 711px;
}
.online-engineering .hero .text-sm {
  margin-top: 24px;
}
.online-engineering .hero .divider {
  margin: 32px 0;
  max-width: 640px;
}
.online-engineering .hero > .container > img.desktop {
  position: absolute;
  top: 0;
  right: var(--image-right);
  height: 103%;
  max-width: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 991px) and (max-width: 1300px) {
  .online-engineering .hero > .container > img.desktop {
    width: 50%;
  }
}
.online-engineering .hero > .container > img.mobile {
  margin: 40px 0;
}
.online-engineering .split-content {
  padding: var(--section-padding) 0;
}
.online-engineering .split-content .header h2 {
  margin-bottom: 24px;
}
.online-engineering .split-content .body {
  display: flex;
  flex-direction: column;
  gap: 90px;
  margin-top: 115px;
}
.online-engineering .split-content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 60px;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .online-engineering .split-content .row {
    flex-direction: column;
    justify-content: center;
  }
}
.online-engineering .split-content .row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .online-engineering .split-content .row.reverse {
    flex-direction: column;
    justify-content: center;
  }
}
.online-engineering .split-content .row .text-content {
  width: 635px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .online-engineering .split-content .row .text-content {
    width: 100%;
  }
}
.online-engineering .split-content .row .text-content h2 {
  margin-bottom: 24px;
}
.online-engineering .split-content .row .text-content h3 {
  margin-bottom: 32px;
}
.online-engineering .split-content .row .text-content p::first-letter {
  text-transform: uppercase;
}
.online-engineering .split-content .row .text-content p + p {
  margin-top: 12px;
}
.online-engineering .split-content .row .text-content .divider {
  margin: 24px 0;
}
.online-engineering .trusted {
  padding: 76px 0;
  background: #f5f5f5;
}
@media (max-width: 1640px) {
  .online-engineering .trusted {
    padding: 40px 0;
  }
}
@media (max-width: 640px) {
  .online-engineering .trusted {
    overflow: hidden;
    padding: 24px 0;
  }
}
.online-engineering .trusted h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .online-engineering .trusted h2 {
    margin-bottom: 16px;
  }
}
.online-engineering .trusted .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .online-engineering .trusted .list {
    padding: 0 2px;
  }
}
@media (max-width: 690px) {
  .online-engineering .trusted .list {
    justify-content: center;
  }
  .online-engineering .trusted .list img {
    max-width: 120px;
  }
  .online-engineering .trusted .list img:nth-child(2) {
    margin: 0 -4px;
  }
}
.online-engineering .trusted img {
  max-width: 213px;
  width: 100%;
  height: auto;
}
@media (max-width: 1640px) {
  .online-engineering .trusted img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .online-engineering .trusted img:nth-child(5),
  .online-engineering .trusted img:nth-child(6) {
    display: none;
  }
}
@media (max-width: 690px) {
  .online-engineering .trusted img:nth-child(4) {
    display: none;
  }
}
@media (max-width: 690px) {
  .online-engineering .trusted img {
    max-width: 120px;
  }
  .online-engineering .trusted img:nth-child(2) {
    margin: 0 -4px;
  }
}
.online-engineering .how-3d .body {
  margin-top: 52px;
}
.online-engineering .start-transform .body {
  margin-top: 0;
}
.online-engineering .start-transform .row .text-content {
  width: 706px;
}
@media (max-width: 991px) {
  .online-engineering .start-transform .row .text-content {
    width: 100%;
  }
}
.online-engineering .book-now {
  padding: 120px 0 100px;
  color: var(--color-white);
}
.online-engineering .book-now .container {
  max-width: 1504px;
}
.online-engineering .book-now .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  margin: 0 auto;
  max-width: 70%;
}
@media (max-width: 991px) {
  .online-engineering .book-now .row {
    flex-direction: column;
  }
}
.online-engineering .book-now .block {
  width: 0;
  flex-grow: 1;
  border-radius: 26px;
  padding: 54px 30px;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .online-engineering .book-now .block {
    width: 100%;
  }
}
.online-engineering .book-now .block .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 80px;
  height: 80px;
}
.online-engineering .book-now .block h3 {
  margin-top: 16px;
}
.online-engineering .book-now .block p {
  margin-top: 16px;
  min-height: 50px;
  text-align: center;
}
.online-engineering .book-now .btn-orange {
  margin: 42px auto 0;
  width: fit-content;
}
/*# sourceMappingURL=online-engineering-training.css.map */
