/* Our Process type 3
-------------------------------------------------- */
.our-process-item-type3 {
    text-align: center;
    display: table-cell;
    padding: 0 90px;
}

.our-process-item-type3 span {
    color: #437ef9;
    font-size: 23px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 6px 12px 0px rgba(29, 122, 213, 0.2);
    display: inline-table;
    border-radius: 100%;
    padding: 16px 22px;
    margin-bottom: 20px;
}

.our-process-item-type3 h4 {
    font-size: 29px;
    font-family: Noto serif;
    padding-bottom: 12px;
}

.our-process-item-type3 p {
    font-size: 16px;
    margin-bottom: 13px;
}

.our-process-item-type3 a {
    transition: all 0.3s;
}

@media (max-width:992px) {
    .our-process-item-type3 {
        display: block;
        margin-bottom: 25px;
    }
}

@media (max-width: 1400px) {
    .our-process-item-type3 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .our-process-item-type3 {
        padding: 0;
    }
}
