.software_qualiry_assurance_section{
float: left;
width: 100%;
padding: 90px 10px;
}
.software_qualiry_assurance_heading{
display: flex;
flex-direction: column;
width: 100%;
align-items: center;
justify-content: center;
text-align: center;
}
.software_qualiry_assurance_heading h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}
.software_qualiry_assurance_heading p{
    font-size: 16px;
margin-bottom: 15px;
color: #fff;
line-height: 22px;

}

.software_qualiry_assurance_heading h1 span{
    color: #ff0066 !important;
}
.software_qualiry_assurance_figure{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.software_qualiry_assurance_figure img{
    width: 100%;
}