h1 {
    margin-bottom: 20px
}

h3 {
    font-size: 1.75rem
}

main .container {
    padding-bottom: 100px
}

.equipment-header {
    margin-bottom: 40px
}

.equipment-header > p {
    font-size: 1.25rem;
    color: #4b707e;
    margin-bottom: 10px;
    width: min(860px, 100%)
}

.quality-mark {
    margin-bottom: 60px;
    color: #4b707e
}

.quality-mark svg {
    flex-shrink: 0
}

.stock-units-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px
}

.stock-unit {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #cfd3d7;
    border-radius: 40px;
    transition: all .5s ease;
    height: 100%
}

.stock-unit h2 {
    font-size: 2.125rem;
    font-weight: normal;
    color: #3e4e57;
    margin-bottom: 16px
}

.stock-unit h2 a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

.stock-unit:hover {
    background-color: #edf5f9;
    border-color: #a8cee3
}

.stock-unit:hover a {
    text-decoration: underline
}

.description-wrapper {
    color: #4b707e
}

.description-wrapper dt, .description-wrapper dd {
    display: inline-block
}

.read-more {
    width: 100%;
    padding-top: 20px;
    margin: 20px 0 0 auto;
    border-top: 1px solid #cfd3d7
}

.image-wrapper {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
    border-radius: 20px;
    overflow: hidden;
    margin: auto 0 0 0
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.description-wrapper {
    margin-top: 20px
}

.description {
    font-size: 1rem;
    color: #4b707e;
    margin-bottom: 100px
}

.description section {
    margin-bottom: 20px
}

.description h2 {
    line-height: 100%;
    margin-bottom: 20px
}

.description h3 {
    font-weight: 400;
    margin-bottom: 10px
}

.description p, .description ul, .description a {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 160%
}

.description ul {
    list-style: disc inside
}

.description a:hover {
    text-decoration: underline
}

@media (max-width: 1279px) {
    .stock-units-grid {
        margin: 0 auto 60px;
        width: min(800px, 100%);
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 799px) {
    .quality-mark {
        border-radius: 40px;
        margin-bottom: 40px
    }

    .equipment-header {
        margin-bottom: 20px
    }

    .stock-units-grid {
        margin-bottom: 40px
    }

    .description {
        margin-bottom: 50px
    }

    .description a {
        text-decoration: underline
    }

    .stock-unit a {
        text-decoration: underline
    }
}

@media (max-width: 640px) {
    .stock-units-grid {
        grid-template-columns:1fr;
        width: min(400px, 100%)
    }
}
