.ebook-thank-you-container{
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 10%;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: center;
    padding:110px 0 110px 0;
}
#ebook-thank-you-page .ebook-thank-you-img{
    flex-basis: 45%;
    padding: 0 50px 0 50px;
}

#ebook-thank-you-page .ebook-thank-you-text{
    flex-basis: 45%;
    align-self: center;
}

#ebook-thank-you-page .ebook-mobile-image{
        display: none;
}

#ebook-thank-you-page .ebook-heading{
    color: #061235;
    text-align: center;
    font-size: 74px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
#ebook-thank-you-page .ebook-thank-you-btn{
    display: flex;
    justify-content: center;
}
#ebook-thank-you-page a.ebook-description-btn{
    border-radius: 60px;
    padding: 17px 50px 17px 50px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    background-color: #051236;
}

#ebook-thank-you-page .description-mobile-img{
    display: none;
}

#ebook-thank-you-page .ebook-text p{
    color: #051236;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-family: Figtree;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

#ebook-thank-you-page .ebook-sub-text{
    color: #051236;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: Figtree;
    margin: 0.9em 0 0.9em 0;
}
#ebook-thank-you-page .social-media-icons{
    display: flex;
    justify-content: center;
    gap:30px;
}
#ebook-thank-you-page .social-media-icons svg{
    width:16px;
    height: 16px;
}
#ebook-thank-you-page .social-media-icons img{
    width:16px;
    height: 16px;
    }

@media(max-width:767px){
    #ebook-thank-you-page .ebook-desk-img{
        display: none;
    }
    #ebook-thank-you-page .ebook-thank-you-img{
       
        padding: 0;
    }
    
    #ebook-thank-you-page .ebook-mobile-image{
        display: block;
    }
    #ebook-thank-you-page .ebook-thank-you-img{
        flex-basis: 100%;
    }

    #ebook-thank-you-page .ebook-thank-you-text{
        flex-basis: 100%;
        align-self: center;
    }
    .ebook-thank-you-container{
        padding: 10vw 5vw 10vw 5vw;
        gap:0;
    }
    #ebook-thank-you-page .ebook-heading{
        font-size: 12vw;
    }
    #ebook-thank-you-page .ebook-text{
        font-size: 4.5vw;
        margin-top: 5vw;
    }
    #ebook-thank-you-page .ebook-sub-text{
        font-size: 4.5vw;
    }
    #ebook-thank-you-page .ebook-mobile-image{
        padding:0 10vw 0 10vw;
    }
}
/* latin-ext */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5XyEA25WTzZO_OSg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5ZyEA25WTzZO8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  /* Dark Theme Settings */
  #ebook-thank-you-page.dark-theme .ebook-heading,
  #ebook-thank-you-page.dark-theme .ebook-text {
      color: white;
      text-align: center;
  }
  