<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .bingo-template-14 {}
 
 .my_editor3 h2 {
     font-size: 68px;
     color: #6F621D;
     font-weight: bold;
     font-family: 'Figtree-Bold', '敺株��迤暺煾��';
 }

.my_editor3 div h5 {
	position: relative;
    display: flex;
    align-items: center;
    color: #313131;
    margin-bottom: 30px !important;
	font-size: 36px;
	font-weight: bold;
    font-family: 'Figtree-Bold','敺株��迤暺煾��';
	line-height: 1.4;
    padding: 0;
    margin: 0;
}

.my_editor3 div h5::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #D4D9D2;
    border-radius: 50%;
    margin-right: 10px;
}

.my_editor3 div dl dd {
    background: #F2F6F7;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
	    font-size: 24px;
		font-family: 'Figtree-Regular','敺株��迤暺煾��';
		    line-height: 1.4;
}

.my_editor3 div dl dd  img{
	display:inline-block;
	margin-right:10px;
}

	.my_editor3 p{
		 font-size: 24px;
	 }
 
 @media (max-width: 1200px) {
     .my_editor3 h2{
		  font-size: 60px;
	  }
	 .my_editor3 div h5{
		 font-size: 32px;
	 }
     .my_editor3 div dl dd{
		font-size: 22px;
	 }
     .my_editor3 p{
		 font-size: 22px;
	 }
 }
 
 @media (max-width: 767px) {
	  .my_editor3 h2{
		  font-size: 38px;
	  }
	 .my_editor3 div h5{
		 font-size: 22px;
	 }
     .my_editor3 div dl dd{
		 font-size: 17px;
	 }
	 .my_editor3 p{
		 font-size: 17px;
	 }
 }</pre></body></html>