.services {
  gap: 3.8rem;
}
.services > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-width: 20rem;
    margin-bottom: 6rem;
}

.section-tools {
    padding: 10rem 0 10rem 0;
    background-color: var(--clr-section-bg);
}
.sectionwrapper{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.sectionwrapper > div {
    max-width: 55rem;
}
.section-monitoring {
    padding-top: 0;
}
.tools {
    display: flex;
    justify-content: center;
    gap: 17rem;
}
div > p {
    font-family: var(--ff-regular);
}
.tools, .services, .monitoring {
    margin-top: 10rem;
}
.monitoring {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: start;
}
.monitoring > div {
    min-width: 16rem;
}
