#about-us{margin:35px 0 65px 0;}
#about-us-title{margin:0 0 28px 0;font-weight:600;font-size:32px;}

#about-us .flex{
    display: flex;
    align-items: center;      
    gap: 24px;
    margin: 0 auto 45px 0;
    width: 100%;
    max-width: 610px;
	padding:0 0 25px 0;
	border-bottom:3px dotted #888;
}

#about-us .flex.right{
    margin: 0 0 45px auto;
}

#about-us .our-numbers{
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    min-width: 150px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.18);
}


#about-us .flex:nth-of-type(2) .our-numbers{
    color: #c9840c;  
}

#about-us .flex:nth-of-type(3) .our-numbers{
    color: #1c7ed6; 
}

#about-us .flex:nth-of-type(4) .our-numbers{
    color: #2f9e44;  
}

#about-us .flex:nth-of-type(5) .our-numbers{
    color: #351154;  
}

#about-us .flex div:not(.our-numbers){
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}


.advantage_blck{width:100%;max-width:300px}
.advantage_blck h4 span{font-weight:800;font-size:22px;}
.advantage_blck img{width:100%;}