/* Services */
.services .common-title-left {
  max-width: 670px;
}
.services {
  margin-bottom: -24px;
}
.services-card,
.services-card .content,
.services-card .video,
.services-card .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.services-card .content {
  padding: 30px;
}
.services-card .bottom {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 62px);
}
.services-card .heading-three-regular {
  margin-bottom: 16px;
}
.services-card .heading-three-regular,
.services-card .arrow-btn,
.services-card:hover .heading-three-regular,
.services-card:hover .arrow-btn,
.services-card .bottom {
  transition: 0.4s;
}
.services-card img {
  transition: 0.3s;
  opacity: 1;
}
.services-card:hover img {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.services-card:hover .bottom {
  transform: translateY(-60px);
  transition: 0.4s;
  transition-delay: 0.2s;
}
.services-col-8 .services-card:hover .bottom {
  transform: translate(-42px, 0);
  transition: 0.4s;
}
.services-card .arrow-btn {
  margin-top: auto;
}
.services-card .arrow-btn i {
  transition: 0.3s;
}
.services-card:hover .arrow-btn i {
  transform: rotate(45deg);
  transition: 0.3s;
}
.services-card:hover .heading-three-regular {
  color: #0b1520;
}
.services-card img {
  flex-shrink: 0;
}
.services-col-8 .services-card svg {
  margin-right: 50px;
}
.services-card .arrow-btn svg,
.services-col-8 .services-card .arrow-btn svg {
  margin: 0;
}
.services-card .heading-three-regular span {
  display: block;
}
.services-col-4,
.services-col-8 {
  margin-bottom: 24px;
}
.services-col-8 .content {
  display: flex;
  align-items: start;
}
.arrow-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services-card .arrow-btn {
  color: #003399;
}
.services-card .arrow-btn i::before {
  background: #003399;
}
/* Services End */
/* FAQ */
.faq p a {
  text-decoration: underline;
}
/* FAQ End */

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
  /* Services */
  .services-card .content {
    padding: 20px;
  }
  .services-card:hover img {
    visibility: visible;
    opacity: 1;
  }
  .services-card:hover .bottom {
    transform: none;
  }
  /* Services End */
}
@media only screen and (max-width: 767px) {
  /* FAQ */
  .faq-block {
    margin-top: 24px;
  }
  /* FAQ End */
}
@media only screen and (max-width: 575px) {
  /* Services */
  .services-card .video {
    display: none;
  }
  .services-col-4,
  .services-col-8 {
    margin-bottom: 16px;
  }
  .services {
    margin-bottom: -16px;
  }
  /* Services End */
}
@media only screen and (max-width: 480px) {
  /* Services */
  .services .services-col-4 {
    width: 100%;
  }
  .services-card {
    border-radius: 16px;
  }
  .services-card .content {
    padding: 12px;
  }
  .services-card img {
    max-width: 34px;
  }
  .services-card .heading-three-regular {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .services-card .arrow-btn {
    font-size: 14px;
  }
  .services-card .arrow-btn i::before {
    width: 12px;
    height: 12px;
  }
  .services-card .bottom {
    margin-top: 8px;
    height: calc(100% - 42px);
  }
  /* Services End */
}
