.about-right-content {
    padding-left: 125px;
}
.about-right-content .head-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: Albert Sans;
	font-weight: 500;
	font-size: 70px;
	line-height: 78px;
	letter-spacing:-0.044em;
    color: #000000;
}
.about-right-content .ab-head-title{
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Albert Sans;
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	letter-spacing:-0.042em;
    color: #000000;
}
.about-right-content .about-description p {
    font-family: Albert Sans;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
    color:#000000;
    margin: 0 0 20px 0;
    padding: 0;
}
.about-right-content .discover-button a {
    display: inline-flex;
    padding: 10px 36px;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #ffffff;
	font-family: Albert Sans;
	font-weight: 500;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0;
    text-decoration: none;
    min-width: 220px;
    text-align: center;
    min-height:44px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
}
.about-right-content .discover-button a:hover {
	background: #242424;
}
.about-right-content .discover-button{
   margin-top:40px;
}
