.more-text {display:block;opacity: 1;max-height: 0;overflow: hidden;transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;margin-top: 10px;margin-bottom:20px;border-bottom:1px solid #f1f1f1;}
.more-text.show {opacity: 1;max-height: 800px;}
.read-more-link {cursor: pointer;color: #000;text-decoration: none;font-size:15px;padding:.5em 2em .5em;background-color:#F90;border-radius:5px;}
.read-more-link::after {content: "";display: inline-block;margin-left: 5px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke-width='1' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E");
  height: 10px;width: 10px;transform: rotate(0deg);transition: transform 0.3s ease-in-out; }
.read-more-link.expanded::after {content: "";transform: rotate(180deg);}
.striflexit{display:flex;flex-direction:row;gap:20px;justify-content:center;padding:.7em 0 .5em;width:80%;height:auto;margin:10px auto 12px auto;}
.orangeblack888{display:block;margin: 10px auto 12px auto;background-color:#f1f1f1;padding:1em 0 1em;}
.tcenter{font-size:15px;color:#888;text-align:center;}
.striflexit img{max-width:280px;height:auto;margin:0 auto;}
.pmnts {flex: 1 0 300px;padding:1em 0 1em;text-align:center;}