﻿.show-more-height { 
  height: 38px; 
  overflow:hidden; 
}

 
.show-more {
    position: relative;
    font-size: 1rem;
    text-align: center;
    color: #f5821f;
    cursor: pointer;
    border-top: 1px solid #043b72;
    padding-top: 15px;
    font-weight: 700;
}

 
.show-more i {
    font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}