/* About Page */

.section-title{
	padding-top: 4em;
	padding-bottom: 2em;
}

.program-image{
}

.tm-about-page-title {
  font-size: 2.5rem;
  margin-top: 72px;
  margin-bottom: 40px;
}

.tm-about-box {
  padding: 25px;
  max-width: 360px;
  margin-bottom: 30px;
}

.tm-about-title-hr {
  border-top-color: black;
  max-width: 450px;
  margin-bottom:;
}

.tm-bg-black-transparent {
  background-color: rgba(15, 29, 32, 0.76);
  color: white;
}

.tm-about-header {
  padding-bottom: 80px;
}

.tm-about-number-container {
  width: 83px;
  height: 83px;
  font-size: 2.2rem;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tm-about-name {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.tm-about-description {
  margin-bottom: 30px;
  line-height: 1.8;
}

.tm-app-feature-description-box {
	color: #2C3030;
	margin-right: 25px;
	margin-left: -120px;
	margin-top: 30px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.tm-app-header {
  max-width: 644px;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 60px;
}


.tm-app-feature-header {
  font-size: 2.8rem;
}
.
.tm-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.8);
}

.tm-app-feature-box {
  display: flex;
  align-items: center;
  padding: 50px 40px; 
  margin-bottom: 40px; 
}
.tm-app-feature-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-app-feature-icon {
  margin-right: 30px;
  border-radius: 50%;
  border: 1px solid;
  width:  120px;
  height: 120px;
  position:relative;
}
.fa-headphones{
	margin-left: 25px;
	position:absolute;
}

.tm-btn-app-feature {
  margin-bottom: 35px;
}

.tm-app-feature-title {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width:767px){
 .tm-app-feature-box{
	display: none;
	}
	
 .tm-app-feature-title{
	text-align: center;
	font-size: 18px;
    font-weight: 700;
	}
	
.tm-app-feature-description-box {
	color: #2C3030;
	margin-right: 25px;
	margin-left: 25px;
}
	
}

@media (max-width:530px){
.tm-app-feature-title {
  font-size: 12.5px;
  font-weight: 600;
  text-align: center;
}
}