
.services-title {
    margin: 0 0 60px 58px;
}

.services-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    width: 100%;
}

.services-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14% 10%;
    border: 1px solid #E3E3E3;
}

.services-subtitle {
    margin-bottom: 20px;
    font-family: "ObjectSans-Heavy";
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #1055AD;
}

.services-text {
    align-items: center;
    margin-bottom: 38px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.arrow {
    position: absolute;
    right: 15%;
    bottom: 10%;
}

@media all and (max-width: 405px) {
    .services-items{
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
