    .testimonial > p {
      font-size: 18px;
      font-weight: 500;
      line-height: 32px;
    }  

    .divider {
      display: flex;
      height: 1px;
      background-color: #b3b3b3;
      margin: 24px 0;
    }

    .cta_testimonial * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .cta_testimonial {
        border-radius: 36px;
        background: #EFF2F6;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }

    .bottom-section {
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      
      @media screen and (max-width:510px){
        margin-top: 80px;
      }
    }

    .testimonial .testimonial_content {
        width
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .testimonial .testimonial_content a {
        padding: 5px 0;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        color: #2563EB;
    }

    .testimonial .testimonial_content a svg {
        padding-left: 10px;
        transition: all 0.3s;
        margin-bottom: -4px;
    }

    .testimonial .testimonial_content a:hover svg {
        padding-left: 15px;
    }

    .cta_testimonial .testimonial_content h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        letter-spacing: 0.5%;
        margin-bottom: 24px;
    }

    .cta_testimonial .testimonial_content a.testimonial {
        border-radius: 6px;
        background:  #EFF2F6;
        padding: 14px 16px;
        color: #fff;
        box-shadow: 0px 0px 0px 4px rgba(59, 130, 246, 0.25);
        width: fit-content;
    }

    .cta_testimonial .grid_testinominals .author-grid_testimonials {
        margin-top: 20px;
        width: 100%;
        display: grid;
        grid-column-gap: 32px;
        grid-row-gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .cta_testimonial .grid_testinominals .author-grid_testimonials  h3{
      color: #31373D;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      letter-spacing: 0.08px;
    }

    .cargo-grid_testimonials {
      margin-top: 4px;
      font-size: 16px;
    }

    .grid_testinominals .author-grid_testimonials .autor {
       display: flex;
       gap: 16px;
       margin-bottom: 15px;
    }

    .author-grid_testimonials .logo_testimonial {
      border-radius: 50%;
      object-fit: cover;
      width:50px;
      height:50px;
    }

    @media screen and (max-width:510px){
        .cta_testimonial{
            display: flex;
            flex-direction: column;
            gap: 60px;
        }
    }