﻿body {
}
.q1_blockquotebody { 
  background-color: #52ACFF;
  background-image: linear-gradient(180deg, #52ACFF 25%, #FFE32C 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
 }


.q1_blockquote-header {
padding: 6px;
font-weight: 600;
font-size: 32px !IMPORTANT; 
    line-height: 2.4rem;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "PT Serif",TimesNewRoman,"Times New Roman",Times,Georgia,serif;
    letter-spacing: -.07rem;
    background-color: #2992f3;
    color: aliceblue;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: move;
}

/* center the blockquote in the page */
.q1_blockquote-wrapper {
   display: flex;
   height: 100%;
   padding: 0 20px;
}



/* Blockquote main style */
.q1_blockquote {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 500px;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
        text-align: left !important;
}

/* Blockquote header */
.q1_blockquote h1 {
    position: relative;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    marging-top:10px;
}

/* Blockquote right double quotes */
.q1_blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(255, 255, 255, 1);
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

 .q1_blockquote h1 {
        font-size: 30px;
   }

 

/* Blockquote subheader */
.q1_blockquote h4 {
    position: relative;
    color: #292a2b;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
        text-align: left !important;
}

.WrapTextClass {
        word-break: break-all;
        word-wrap: break-word;
    }

strong {
  font-weight: bold !important;
}