* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-shadow: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

/*----about us section  css  start--*/

section.ss_commontext {
    padding: 50px 0 50px;
}

section.ss_commontext h3.display-4.mb-5 {
    font-size: 3rem;
    color: #222222;
}

section.ss_commontext p.mb-8 {
    color: #222222;
    font-size: 20px;
    margin-bottom: 30px;
}

.process-image img {
    width: 40%;
    height: 70px;
}

.process-wrapper p {
    font-size: 16px;
    color: #222222;
    padding-top: 5px;
    line-height: 25px;
}