*, p, h1, h2, h3, h4{
margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.go-to-icon {
z-index: 10;
}
.card-container {
    border-radius: 24px;
    max-width: 900px;
    padding: 38px 56px;
    position: relative;
}
img.paperplane-img-mobile {
display: none;
}
img.paperplane-img {
    position: absolute;
    top: 21px;
    left: 81px;
    z-index: 0;
}

.card-left-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.action-card {
    width: 320px;
    height: 120px;
    padding: 28px 24px 28px 24px;
    background: #FFFFFF4D;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-card:hover {
    background: rgba(255, 255, 255, 70%) !important;
    cursor: pointer;
}

.action-card-icon {
    width: 56px;
    height: 56px;
}

.action-card-title-prefix {
    display: flex;
    gap: 1rem;
    align-items: center;
    max-width: 228px;
}

.heading-spacing {
  display: flex;
  gap: .5rem;
  flex-direction: column;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.cta-spacing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-spacing h4 {
    letter-spacing: -0.01em;
}

.cta-btn {
padding: 12px 32px 12px 32px;
border-radius: 16px;
border: 1px;
  z-index: 10;
max-width: 147px;
}

@media only screen and (min-width: 1080px) and (max-width: 1250px) {
button.cta-btn {
    max-width: 260px;
}
 
 
  .action-card {
    width: 100%;
    height: 120px;
    padding: 28px 24px 28px 24px;
    background: #FFFFFF4D;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .cta-spacing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {

  
  .action-card {
    width: 100%;
    height: 120px;
    padding: 28px 24px 28px 24px;
    background: #FFFFFF4D;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .cta-spacing {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
}



@media (min-width: 1250px){
button.cta-btn {
    max-width: 147px;
}

}

@media only screen and (max-width: 960px) {
  .cta-spacing, .heading-spacing {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

img.paperplane-img-mobile {
        position: absolute;
        left: 80px;
        bottom: -78px;
        z-index: 0;
        display: block;
        max-width: 450px;
        width: 100%;
    }
img.paperplane-img {
    display: none;
}
  .card-left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
  @media only screen and (max-width: 767px) {
  .cta-spacing, .heading-spacing {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

  .card-left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
    
      
      .action-card {
        width: 100%;
        height: auto;
        padding: 12px 24px 12px 24px;
        background: #FFFFFF4D;
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
     img.paperplane-img-mobile {
        position: absolute;
        left: 80px;
        bottom: -63px;
        z-index: 0;
        display: block;
        max-width: none;
        width: auto;
    }
    
.card-container {
    border-radius: 24px;
    max-width: 900px;
    padding: 24px 48px 24px 32px;
    position: relative;
}
    
    section#readyToGoFaster {
    padding-top: 98px!important;
    margin-top: 0!important;

}
    
        section#readyToGoFaster h2.card-title {
            line-height: 32px !important;
            font-size: 26px !important;
        }
    
      .cta-spacing {
      gap:24px;
    }
}