  .team-description {
            color: #A0A0A0;
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            margin-bottom: 32px;
        }
        
		
		 .team-title {
            color: #505050;
            font-size: 20px;
            font-weight: 600;
            line-height: 32px;
            margin-bottom: 4px;
			
			
        }
		
		      .section-title {
            color: #282828;
            font-size: 36px;
            font-weight: 600;
            line-height: 52px;
            margin: 36px 0;
        }
        
        .section-text {
            color: #A0A0A0;
            font-size: 20px;
            font-weight: 600;
            line-height: 36px;
            max-width: 720px;
            margin-bottom: 36px;
        }
		
		
		.ft{
		    width: 61px !important;
    height: 240px;
    flex-shrink: 0;
    background: #202020;
		}
		
		
		.main-content{
		    margin: 0px 60px;
		}
		
		.hero-left {
		width: 74%;
		    padding: 0px 0px 0px 24px;
	}
	
	
	@media (max-width: 992px) {
    .hero-section {
        flex-direction: row;
    }
	
	.content-wrapper {
    padding-top: 50px;
}


@media (max-width: 576px) {
    .hero-right {
        height: 86px;
		width: 30%;
    }
	
	 .hero-subtitle {
        font-size: 20px;
		margin-bottom: 0px;
    }
	
	.main-content{
		margin: 0px 12px;
		    padding: 0px;
			border : none;
	}
	
	 .feature-item {
        width: 45%;
		min-width: 0px;
    }
	
	.hero-title{
	font-size: 20px;
	}
	
	     .hero-subtitle {
            font-size: 16px;
        }
}