@import url('https://fonts.cdnfonts.com/css/cormorant-unicase');
  .container3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    position: relative;
    /* background-color: white; */
  }

  .content3 {
    display: flex;
    /* background-color: #fff; */
    padding: 100px;
    border-radius: 10px;
    position: relative;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 30px;
  }
  
  .left-side3 {
    align-self: auto;
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
    flex-basis: 230%;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 1;
    font-family: var(--e-global-typography-text-font-family), serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    min-height: 1px;
    position: relative;
    font-size: var(--e-global-typography-text-font-size);
  }
  .left-side3 p{
    color: rgb(182, 182, 182);
  }
  
  .right-side3 {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: 20px;
    text-align: center;
    /* align-content: flex-start; */
    position: relative;


    /* align-content: flex-start; */
    box-sizing: border-box;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    line-height: 27px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    -webkit-font-smoothing:antialiased;
    min-width: 330px;
  }
  
  .book-cover3 {
    width: 100%;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .title3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Cinzel Decorative", serif;
    text-align: center;
  }
  
  .description3.part1{
    font-family: 'Cormorant Unicase', sans-serif;
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;

    color: #298196;
  }
  .description3 {
    font-family: "Lora", serif;
    font-size: 24px;
    color: #333333;
    overflow: hidden; /* Hide overflow text */
  }
  
  .learn-more3 {
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 300px;
    -webkit-font-smoothing: antialiased;
  }
.header3{
    width: 100%;
    margin-bottom: 40px;
}
.header3 h1{
    display: flex;
    justify-content: center;
    color: #832323;
    font-family: "Cinzel Decorative", serif;
    font-size: 30px;
    /* background-color: white; */
    text-align: center;
}
:root {
  color-scheme: light only;
}
.bottom-praise3{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.praise-header3 h1{
    display: flex;
    justify-content: center;
}
.bottom-perc3{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .content3{
    flex-direction: column-reverse;
  }
  .content3{
    padding: 0px;
  }
  .description3{
    font-size: 21px;
  }
}
.wp-image-12739{
  height: auto;
  width: 752px;
  max-width: 400px;
}

@media (max-width: 678px) {
  .wp-image-12739{
    max-width: 100%;
  }
}

.elementor-button-link{
  background-color: #402d78;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  fill: #fff;
  font-family: "Cinzel Decorative", serif;
  font-size: 15px;
  font-weight: 500;
  height: 39px;
  line-height: 15px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  text-align: center;
  text-decoration-color: #fff;
  text-decoration-line: none;
  text-decoration-thickness: auto;
  text-size-adjust: 100%;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  -webkit-font-smoothing:antialiased;
}
.instagram-link{
  cursor: pointer;
}
.instagram-svg{
  width: 40px;
}

.bottom-praise3{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.background-image{

  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;
  /* -webkit-filter: blur(3px); */
}

@media (max-width: 1024px) {
  .background-image {
    object-fit: fill;
    width: 160%;
  }
}
