.pa-toggle-text{position:relative;width:100%;min-height:200px;display:flex;flex-direction:column;align-items:center}.pa-toggle-text .et_pb_text_inner{max-height:200px;transition:max-height 0.3s ease-out;overflow:hidden;position:relative}.pa-toggle-text .et_pb_text_inner:after{content:"";display:block;position:absolute;pointer-events:none;height:100px;width:100%;left:0;bottom:0;background-image:linear-gradient(0deg,#565656 10%,transparent)}.pa-toggle-text .pa-text-expand-button{padding:0.5em;text-align:center;color:#fff!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-top:10px}.pa-toggle-text .pa-text-expand-button .expand-icon{display:inline-block;width:60px;height:60px;background-size:contain;background-repeat:no-repeat;margin-right:10px;transition:transform 0.3s ease}.pa-toggle-text.pa-text-toggle-expanded .expand-icon{transform:rotate(180deg)}.pa-toggle-text .pa-text-toggle-expanded .et_pb_text_inner{max-height:2000px;transition:max-height 0.3s ease-in}.pa-toggle-text .pa-text-toggle-expanded .et_pb_text_inner:after{background:none}