.servicesSilo{
    padding: 50px 0;
}

.servicesSilo .inner {
    background: #f7f7f7;
    padding: 20px;
    height: 100%;
}
.servicesSilo .inner img {
    max-width: 200px;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 200/170.5;
    margin: 0 auto 20px;
    display: block;
}
.servicesSilo .inner h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    color: #383838;
    text-align: center;
}
.servicesSilo .inner p {
    font-size: 17px;
    color: #5e5e5e;
    text-align: center;
    min-height: 179px;
}
.servicesSilo .inner .click a {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #6eaf4b;
    width: fit-content;
    margin: 0 auto;
    display: block;
}
