

.top {
    max-width: 450px;
    margin-inline: auto;
    margin-bottom: 100px;
}

.button-holder {
    width: 100%;
    text-align: center;
}


h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

svg {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: -1;
}

.machine-types {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.img-container {
    height: 60%;
}

@media only screen and (max-width: 768px) {

    body {
        text-align: center;
    }
    .machine-types {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.9fr 1fr;
        gap: 20px;
        justify-items: center;
    }

}

