.widget-snippet .about-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.widget-snippet .about-leftpart {
    width: 40%;
    padding-top: 85px;
    padding-bottom: 85px;
}
.widget-snippet .about-rightpart {
    width: 60%;
    padding-right: 0;
    padding-top: 85px;
    padding-left: 50px;
	    padding-bottom: 85px;
}
.widget-snippet .about-righttop {
    padding-bottom: 25px;
}
.widget-snippet .about-rightbottom {
    border-top: 1px solid #0169A5;
    padding-top: 25px;
}
.widget-snippet .about-leftpart h1{
	font-family: 'Sora';
font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 55px;
color: #0169A5;
}
.widget-snippet .about-rightpart p{
font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.02em;
color: #000000;
}
.widget-snippet .about-rightpart h3{
font-family: 'Sora';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 32px;
color: #000000;
margin-bottom: 20px;
}
.widget-snippet .about-rightbottom p{
	margin:0;
	padding: 0 0 15px 0;
font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 23px;
letter-spacing: 0.02em;
color: #000000;
}
.widget-snippet .about-rightbottom p a{
	font-weight: 600;
	font-size: 31px;
	line-height: 47px;
	letter-spacing: 0.05em;
	color: #E4552F;
	position:relative;
	padding-left: 55px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .about-rightbottom p a:hover{
	color:#187DC1;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .about-rightbottom p a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(/template/2200c200/images/headphone-big-icon.png) no-repeat;
	width: 38px;
	height: 38px;
}
