@import url("../template/service-item.css");

.timeline img,
.attention-model img {
    width: 80%;
    border-radius: 50px;
}

@media (max-width: 991px) {

    .timeline img,
    .attention-model img {
        width: 100%;
    }
}