@media (min-width: 1441px) {
	.column-textbox-icons-buttons.block-testi .section-intro h2 {font-size: 48px; line-height: 56px; }
}

@media (min-width:600px){
	.column-textbox-icons-buttons .block-testi-card.bg-white .card-text {
		max-height: none!important;
		margin-bottom: 0px;
	}
	.block-test-card-see-more-btn {
		display: none;
	}

}

@media (max-width:599px){
    .column-textbox-icons-buttons .block-testi-card.bg-white .card-text {
       max-height: initial!important;
       overflow: hidden;
       transition: max-height 0.3s ease-in-out;
     }
   button.fx-btn.block-test-card-see-more-btn {
       color: #207de9;
       display: flex;
       justify-content: center;
       align-items: center;
       font-weight: bold;
       gap: 3px;
       padding-top: 0px;
       margin-top: 0px;
   }
   button.fx-btn.block-test-card-see-more-btn:after {
       content: "\e900";
       font-family: 'ic-hdr'!important;
       font-size: 24px;

   }
   button.fx-btn.block-test-card-see-more-btn.read-less:after {
       -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
       transform: rotate(-180deg);
   }
}
@media (max-width:991px){
   .column-textbox-icons-buttons.block-testi.manual-listing {
       padding: 32px 0 32px;
   }
    .column-textbox-icons-buttons.block-testi .section-intro h2 {
       font-size: 32px;
       padding-left: 24px;
       padding-right: 24px;
   }
    /* .column-textbox-icons-buttons .block-testi-card {
       padding-top: 0px;
       padding-left: 0px;
       padding-right: 0px;
       padding-bottom: 0px;
    } */
    .column-textbox-icons-buttons .block-testi-card.bg-white .card-text p:last-child {
       margin-bottom: 0px;
    }

}