.container_implementation_steps {
    margin: 0 auto;
}
.container_implementation_steps_title {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
    color: #0eb4da !important;
    margin-bottom: 20px;
}
.container_implementation_steps_intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color:#000;
}
.container_implementation_steps_elements {
    margin-top: 30px;
}
.container_implementation_steps_element {
    margin-bottom: 40px;
    display: flex;
}
.container_implementation_steps_element_index {
    font-family: "pkfGlobalSansBold", "OpenSans-Bold", Arial, sans-serif;
    font-size: 50px;
    line-height: 91px;
    letter-spacing: 0em;
    text-align: center;
    color: #74767A;
    background: url(../../images/ca_steps_qr.png) no-repeat center center;
    width: 80px;
    height: 80px;
    background-size: cover;
}
.container_implementation_steps_element_content {
    width: calc(100% - 94px);
    padding-left: 35px;
}
.container_implementation_steps_element_name {
    color:#0F3780;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.container_implementation_steps_element_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
@media(max-width:1100px) {
    .container_implementation_steps_title {
        font-size: 30px;
        line-height: 40px;
    }
    .container_implementation_steps_element_name {
        font-size: 20px;
    }
}
@media(max-width:992px) {
    .container_implementation_steps_title {
        font-size: 25px;
        line-height: 30px;
    }
    .container_implementation_steps_element_name {
        font-size: 20px;
        line-height: 25px;
    }
    .container_implementation_steps_element_text {
        font-size: 14px;
    }
}