.banner-upper-linking-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}
.banner-upper-linking-wrapper a p {
  margin: 0;
  font-size: 2.8rem!important;
  color: #ffffff;
  font-family: 'work-sans-regular', sans-serif;
}
.right-side-links {
  display: flex;
  gap: 40px;
}
.banner-content-wrapper {
  margin-top: 6rem;
}
.banner-upper-section {
  background-color: #351CCB;
  padding: 0.5rem 0;
  margin: 12rem 0 4rem 0;
  transition: top 0.3s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin: 0 0 4rem 0!important;
}
.hidden-header {
  display: none;
}
#products, #whatwecando, #features, #trendingusecases {
  color: #fff;
  font-size: 16px;
}
#aiagents, #capabilities, #solutions, #usecases {
  color: #fff;
  font-size: 16px;
}
.right-side-links p {
  position: relative;
  cursor: pointer;
}
.right-side-links p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.4s ease-in-out;
}
.right-side-links p:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-upper-linking-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .right-side-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    display: none;
  }
  .banner-content-wrapper {
    margin-top: 2rem;
  }
  .banner-upper-linking-wrapper a p {
    font-size: 2.4rem;
  }
}
.section-banner {
  display: flex;
  position: relative;
  min-height: 400px;
  margin: 4rem 0 0 0;
  padding: 30px 0 70px 0;
  transform: translateZ(0);
  will-change: transform;
  margin-bottom: 8rem;
}
.row-reverse {
  flex-direction: row-reverse;
}
.banner-content {
  margin-top: 2rem;
}
.banner-image {
  display: flex;
  align-items: center;
}
.banner-image img {
  width: 90%;
  height: 530px !important;
}
.banner-heading h1 {
  margin-bottom: 2rem;
  font-family: 'work-sans-semibold',sans-serif;
}
.banner-heading p {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .section-banner {
    padding: 20px 0 50px 0;
  }
  .banner-content{
    margin-top: 0;
  }
  .banner-image {
    margin-top: 8rem;
    justify-content: center;
  }
  .banner-heading h1 {
    font-size: 5.5rem;
  }
  .banner-image img {
    height: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-banner {
    background-position: 86% 0%;
  }
}

.second-accordion-container {
  height: 100%;
  margin: auto;
  max-width: 1380px;
  padding: 0 40px;
}
.second-accordion-container-mdl {
  margin: auto;
  max-width: 1220px;
  padding: 0 40px;
}
.second-accordion-container.md {
  max-width: 1130px;
  padding: 0 30px;
}
.second-faq-section {
  margin-bottom: 12rem;
}
.second-faq-section-heading {
  margin-bottom: 5rem;
}
.second-faq-section-heading h2:after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
  left: 0;
}
.second-faq-section-heading h2 {
  font-family: 'work-sans-semibold',sans-serif;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 1rem;
}
.product-button {
  align-items: center;
  background: #0445d2;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 10px 30px;
  width: max-content;
  margin-bottom: 32px;
}
.product-main-content-col a {
  display: inline-flex;
}
.product-button p {
  margin: 0 !important;
  width: 100%;
  color: #fff !important;
  font-size: 18px!important;
}
.second-accordion .second-accordion-item {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 9rem;
  position: relative;
}
.faq-number {
  color: #3c3c4380;
  font-family: work-sans-semibold, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 10px;
}
@media(max-width:767px){
  .faq-number{
    top: 10px;
  }
}
.second-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 2.6rem 0;
  font-size: 2rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.second-accordion button:hover,
.second-accordion button:focus {
  cursor: pointer;
}
.second-accordion button:hover::after,
.second-accordion button:focus::after {
  cursor: pointer;
}
.second-accordion button .second-accordion-title {
  font-size: 22px;
  font-family: 'work-sans-medium',sans-serif;
  color: #222c3a;
}
.second-accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 22px;
  color: #fff;
  background: #000000;
  top: 50%;
  transform: translateY(-50%);
}
.second-accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background: currentColor;
}
.second-accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 50%;
  background: currentColor;
}
.second-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.second-accordion button[aria-expanded="true"] + .second-accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.second-accordion .second-accordion-content p {
  font-size: 2.5rem;
  margin: 1.2rem 0 2rem 0;
}
@media (max-width: 1023px) {
  .second-accordion .second-accordion-content p {
    font-size: 1.8rem;
    margin: 1.5rem 0;
  }
}

@media(max-width: 500px){
  .second-accordion button .icon{
    width: 22px;
    height: 22px;
  }
  .faq-number{
    font-size: 4rem;
  }
  .second-accordion .second-accordion-item {
    padding-left: 7rem;
  }
}
.second-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 2.6rem 40px 2.6rem 0;
  font-size: 2rem;
  font-weight: 400;
  background: none;
  outline: none;
  border: none;
}

.second-accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}

.roi-cards-section {
  margin: 4rem 0 12rem 0!important;
}
.roi-cards-heading {
  margin-bottom: 6rem;
  position: relative;
}
.roi-cards-heading:after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 280px;
}
.roi-cards-heading h2 {
  font-family: 'work-sans-semibold', sans-serif;
  padding-bottom: 1rem;
}
.roi-cards-wrapper {
  padding: 2rem 0 !important;
}
.roi-cards-wrapper h3 {
  font-size: 3rem !important;
  font-family: 'work-sans-medium', sans-serif;
  margin-bottom: 2rem;
}
@media(max-width: 767px) {
  .roi-cards-heading h2 {
    font-size: 4.8rem!important;
  }
  .roi-cards-wrapper h3 {
    font-size: 3.2rem!important;
  }
  .roi-cards-wrapper{
    margin: 2rem 0;
  }
}

.pillars-of-genai-section {
  background: #FFFBF5;
  padding: 12rem 0;
  margin-bottom: 12rem;
}
.pillars-of-genai-section-header h2 {
  font-size: 5.5rem;
  font-family: 'work-sans-semibold',sans-serif;
  padding-bottom: 1rem;
}
.pillars-of-genai-section-header {
  position: relative;
  margin-bottom: 4rem;
}
.pillars-of-genai-section-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100px;
  border-bottom: 2px solid #ff8839;
}
.pillars-of-genai-outer-wrapper img {
  width: 60px;
  margin-bottom: 3rem;
}
.pillars-of-genai-outer-wrapper h3 {
  font-family: 'work-sans-medium',sans-serif;
}
.pillars-of-genai-outer-wrapper {
  padding: 4rem 0;
}
@media (max-width: 1024px) {
  .pillars-of-genai-outer-wrapper img {
    width: 50px;
  }
  .pillars-of-genai-outer-wrapper h3{
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .pillars-of-genai-section-header::after {
    width: 160px;
  }
}

.grid-cards-section {
  margin-bottom: 14rem;
}
.grid-cards-heading {
  position: relative;
  margin-bottom: 6rem;
}
.grid-cards-heading h2 {
  font-family: 'work-sans-semibold', sans-serif;
  padding-bottom: 1rem;
}
.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 {
  box-shadow: 0 0 7px #836edf4d;
  transition: .4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 14px;
}
.grid-last-card-parameter {
  padding: 4rem;
}
.grid-cards-wrapper {
  box-shadow: 0 0 7px #836edf4d;
  transition: .4s ease-in-out;
  border-radius: 14px;
}
.grid-second-cards-wrapper {
  box-shadow: 0 0 7px #836edf4d;
  transition: .4s ease-in-out;
  padding: 0;
  margin-bottom: 4rem;
  border-radius: 14px;
}
.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: 24px;
  margin-top: 2.5rem;
}
.grid-first-card-image img {
  width: 100%;
}
.grid-third-card{
  padding: 6rem 4rem;
  box-shadow: 0 0 7px #836edf4d;
  transition: .4s ease-in-out;
  border-radius: 14px;
  margin-bottom: 0;
}
.grid-fourth-card{
  padding: 6rem 4rem;
  box-shadow: 0 0 7px #836edf4d;
  transition: .4s ease-in-out;
  border-radius: 14px;
  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: 24px;
  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: 24px;
  margin-top: 2.5rem;
}
.card-cta-wrapper {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.card-cta-wrapper p {
  font-weight: 400;
  color: #ee7524!important;
  margin: 0!important;
}
.card-cta-wrapper img {
  width: 20px!important;
}
.grid-second-card-image {
  padding: 8px;
}
.third-column, .grid-cards-section .second-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-last-card-image {
  display: flex;
  justify-content: center;
}

.grid-first-card .card-paragraph,
.grid-third-card .card-paragraph,
.grid-fourth-card .card-paragraph,
.grid-last-card-wrapper .card-paragraph {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s ease-in-out;
}
.grid-cards-wrapper:hover .card-paragraph,
.grid-second-cards-wrapper:hover .card-paragraph,
.grid-third-card:hover .card-paragraph,
.grid-fourth-card:hover .card-paragraph,
.grid-last-card-wrapper:hover .card-paragraph {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.grid-first-card,
.grid-third-card,
.grid-fourth-card {
  cursor: pointer;
  min-height: 300px;
}
.card-cta-wrapper p {
  position: relative;
  font-weight: 400;
  color: #ee7524!important;
  margin: 0;
}
.card-cta-wrapper p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #ee7524;
  transition: width 0.4s ease-in-out;
}
.grid-card-row:hover .card-cta-wrapper p::after,
.grid-third-card:hover .card-cta-wrapper p::after,
.grid-fourth-card:hover .card-cta-wrapper p::after,
.grid-last-card-wrapper:hover .card-cta-wrapper p::after,
.resource-card-wrapper:hover .card-cta-wrapper p::after,
.grid-second-cards-wrapper:hover .card-cta-wrapper p::after{
  width: 100%;
}

.industries-section {
  margin: 14rem 0 12rem 0;
}
.industries-tab-switch-header {
  margin-bottom: 6.5rem;
  position: relative;
}
.industries-tab-switch-header h2 {
  font-family: 'work-sans-semibold', 'sans-seif';
  padding-bottom: 1rem;
}
.industries-tab-switch-header h2::after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100px;
  left: 0;
}
.tabs-container {
  margin: 4rem auto 6rem auto;
  display: flex;
  justify-content: center;
  gap: 7rem;
  padding: 2rem;
  width: 70%;
}
.tabs-container div {
  padding: 1rem 4rem;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 32px;
  background: #bebebe30;
}
.tabs-container p {
  font-size: 16px;
  margin: 0;
}
.tab-content {
  display: none;
  animation: fadeEffect 1s;
}
.tab-content.active {
  display: block;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs-container div.active {
  background: #0445D2;
}
.tabs-container div.active p {
  font-weight: 600;
  color: #fff;
}
.tabs-container div.active {
  cursor: default !important;
}
.tab-switch-cards-wrapper > div {
  display: flex;
  flex-direction: column;
}
.tab-switch-column {
  padding: 4rem;
  border-radius: 22px;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab-switch-column h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #262626;
  margin: 2rem 0 1rem;
  font-family: 'work-sans-medium', 'sans-serif';
}
.tab-switch-column img {
  margin: 0 auto 3rem auto;
  display: block;
}
.tab-first-card {
  background: #fff6e2;
}
.tab-second-card {
  background: #fffefe;
  border: 1px solid #ececec;
}
.tab-third-card {
  background: #f2f1ff;
  height: 100%;
}
.tab-fourth-card {
  background: #e0e7ff;
  height: 100%;
}
@media (min-width: 1541px) and (max-width: 2000px) {
  .tabs-container {
    width: 80%;
  }
}
@media (max-width: 1540px) {
  .tabs-container {
    width: 100%;
  }
}
@media (max-width: 930px) {
  .tabs-container{
    padding: 1.5rem;
  }
  .tabs-container div{
    padding: 1rem 2.5rem
  }
}
@media(min-width:1025px) and (max-width:1540px){
  .second-faq-section{
    margin: 6rem 0 12rem;
  }
}
@media (max-width: 768px) {
  .grid-second-card-image{
    text-align: center;
  }
  .tab-first-card {
    min-height: auto;
  }
  .tabs-container {
    width: 100%;
    gap: 2rem;
    border: none;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
  }
  .tabs-container div {
    width: 100%;
  }
  .grid-third-card {
    height: auto;
    margin-bottom: 4rem;
  }
  .resource-card-content{
    height: auto !important;
  }
  .tab-switch-column img {
    width: 75%;
    margin-top: 4rem;
  }
  .tab-switch-column {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px){
  .grid-cards-section .card-paragraph {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0) !important;
  }
  .grid-cards-section h2 {
    display: block !important;
  }
  .grid-second-card-image img,
  .grid-first-card-image img,
  .grid-last-card-image img{
    display:none;
  }
  .grid-card-row .grid-first-card {
    padding: 6rem calc(4rem - 15px);
  }
}
.tech-resource-section {
  background: #f7fbff;
  margin-bottom: 12rem;
  padding: 14rem 0 10rem 0;
}
.tech-resource-section-heading {
  margin-bottom: 4rem;
}
.tech-resource-section-heading h2 {
  font-family: 'work-sans-semibold',sans-serif;
  position: relative;
}
.tech-resource-section-heading h2::after {
  border-bottom: 2px solid #ff8839;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 40px;
  width: 100px;
}
.resource-card-wrapper {
  background: #fff;
  margin: 4rem 0;
  height: 100%;
}
.resource-card-wrapper img {
  width: 100%;
}
.resource-card-content {
  padding: 4rem;
  height: 340px;
}
.resource-card-content h2 {
  font-size: 22px;
  font-family: 'work-sans-medium',sans-serif;
}
.resource-card-content p {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .blog-section-feature-image img {
    margin-bottom: 3rem;
  }
}
.ai-usecase-textside-read-more {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0px;
}
.ai-usecase-textside-read-more-link {
  font-size: 2.4rem;
  padding-right: 15px;
  font-weight: 500;
}
.ai-usecase-textside-read-more-link p {
  color: #1450a8;
}
a:focus,
a:active {
  color: #1450a8;
}
.ai-usecase-textside-read-more-arrow {
  position: relative;
}
.arrow {
  position: absolute;
  bottom: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  top: 0.9rem;
}
.arrow-second {
  margin-left: 8px;
}
.arrow-image {
  background-image: url("https://f.hubspotusercontent30.net/hubfs/9471087/animations-icons/arrow.svg");
}
.arrow {
  animation-name: arrowmove;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.arrow-first {
  animation-name: arrowmove;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (max-width: 767px) {
  .arrow {
    top: 1rem;
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .arrow{
    top: 0.9rem;
  }
}
.ai-usecase-textside-read-more-link {
  font-size: 2.4rem;
  padding-right: 15px;
  font-weight: 500;
  display: inline;
}
a:focus,
a:active {
  color: #1450a8;
}
.ai-usecase-textside-read-more-arrow {
  position: relative;
  display: inline;
}
@media (max-width: 767px) {
  .ai-usecase-textside-read-more {
    margin-top: 10px;
  }
}
@keyframes arrowmove {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
@keyframes arrowmove {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.get-started{
  margin-bottom: 10rem;
  background-image: url('https://24902398.fs1.hubspotusercontent-eu1.net/hubfs/24902398/Akira-ai-Homepage-v3/footer-illustration.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  padding: 5rem 0;
}
.colored-text {
  background: linear-gradient(to right, #ff7f7f, #a86cf2, #82a6f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.get-started-button-wrapper {
  display: flex;
  gap: 28px;
  margin-top: 30px;
}
.get-started-details {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.get-started-details h2{
  width: 85%;
  font-family: 'work-sans-semibold', sans-serif;
  font-size: 7rem;
}
.get-started-details p{
  margin-bottom: 35px;
}
.banner-button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.btn-one {
  background: #4D4DFE;
  border: none;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  font-family: 'work-sans-regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.btn-one a{
  color: #fff!important;
}
.btn-two {
  background: transparent;
  border: 2px solid #4D4DFE;
  border-radius: 14px;
  color: #4D4DFE;
  display: inline-block;
  font-family: 'work-sans-regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 12px 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.grid-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1540px) {
  .banner-heading h1 {
    font-size: 5.5rem!important;
  }
  .banner-heading p {
    font-size: 20px!important;
  }
  .second-faq-section-heading h2 {
    font-size: 4rem!important;
  }
  .second-accordion .second-accordion-content p {
    font-size: 16px!important;
  }
  .roi-cards-heading h2 {
    font-size: 4rem!important;
  }
  .pillars-of-genai-section-header h2 {
    font-size: 4rem!important;
  }
  .grid-cards-heading h2 {
    font-size: 4rem!important;
  }
  .grid-first-card h3 {
    font-size: 18px!important;
  }
  .grid-third-card h3 {
    font-size: 18px!important;
  }
  .grid-fourth-card h3 {
    font-size: 18px!important;
  }
  .grid-first-card h2 {
    font-size: 21px!important;
  }
  .grid-third-card h2 {
    font-size: 21px!important;
  }
  .grid-fourth-card h2 {
    font-size: 21px!important;
  }
  .three-card-section-heading h2 {
    font-size: 4rem!important;
  }
  .three-card-wrapper-one h3 {
    font-size: 22px!important;
  }
  .three-card-wrapper-one p {
    font-size: 16px!important;
  }
  .three-card-wrapper-two h3 {
    font-size: 22px!important;
  }
  .three-card-wrapper-two p {
    font-size: 16px!important;
  }
  .three-card-wrapper-three h3 {
    font-size: 22px!important;
  }
  .three-card-wrapper-three p {
    font-size: 16px!important;
  }
  .industries-tab-switch-header h2 {
    font-size: 4rem!important;
  }
  .competency-section-heading h2 {
    font-size: 4rem!important;
  }
  .competency-image-wrapper img {
    width: 130px!important;
  }
  .tech-resource-section-heading h2 {
    font-size: 4rem!important;
  }
  .resource-card-content h2 {
    font-size: 2.6rem!important;
  }
  .second-accordion button .second-accordion-title {
    font-size: 20px!important;
  }
  .tech-resource-section {
    padding: 10rem 0 8rem 0;
  }
  .next-step-content-wrapper h2 {
    font-size: 4rem!important;
  }
}
@media(max-width:1024px){
  .tabs-container p{
    font-size: 14px;
  }
  .banner-heading p{
    font-size: 18px !important;
  }
  .second-accordion button .second-accordion-title{
    font-size: 20px !important;
  }
  .grid-first-card h3, .grid-fourth-card h3, .grid-third-card h3,
  .btn-two, .btn-one {
    font-size: 16px !important;
  }
  .grid-first-card h2, .grid-fourth-card h2, .grid-third-card h2{
    font-size: 18px !important;
  }
  .three-card-wrapper-three h3,
  .three-card-wrapper-one h3,
  .three-card-wrapper-two h3{
    font-size: 18px !important;
  }
  .tab-switch-column h3,
  .resource-card-content h2{
    font-size: 18px !important;
  }
  .card-cta-wrapper p{
    font-size: 15px; !important;
  }
}
@media (min-width: 1025px) and (max-width: 1760px) {
  .banner-upper-section {
    margin-top: 9rem;
  }
}
@media(max-width: 1023px){
  .get-started{
    background-image: none;
  }
  .second-faq-section-heading h2:after {
    top: 40px!important;
  }
  .three-card-section-heading h2:after {
    top: 40px!important;
  }
  .grid-cards-heading:after {
    top: 40px!important;
  }
}
@media (max-width: 768px){
  .btn-one {
    margin-right: 0;
    margin-bottom: 16px;
    font-size: 16px!important;
    min-width: 195px;
  }
  .btn-two {
    margin: 0;
    font-size: 16px!important;
    min-width: 195px;
  }
  .competency-section-heading h2:after{
    top:40px !important;
  }
  .resource-card-content h2{
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .get-started-button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px !important;
  }
  .get-started-details h2{
    width: 100%;
    font-size: 5rem;
  }
  .banner-button-wrapper {
    display: flex;
    flex-direction: column;
  }
  .tech-resource-wrapper{
    row-gap: 4rem;
  }
  .btn-one,
  .btn-two {
    font-size: 14px !important;
  }
  .pillars-of-genai-outer-wrapper h3{
    font-size: 18px;
  }
  .second-accordion button .second-accordion-title{
    font-size: 18px !important;
  }
}