.headding--title-green {
    margin-bottom: 16px;
}

.collection--btn--list.d-flex {
    flex-wrap: wrap;
    gap: 32px;

    @media (max-width: 767.98px) {
        & .collection--btn--item{
            width: 100%;
        }
    }
}

.collection--item {
    & .table--container {
        margin-top: 32px;

        &.table--research .table {
            & td:nth-child(2) {
                width: 25%;
            }
            & td:last-child {
                width: 10%;
                text-align: center;
            }
        }

        &.table--column .table {
            & td {
                width: 50%;

                &>a {
                    margin-left: 16px;
                }
            }
        }

    }
}

.collection--3d--model .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 54px;

    @media (max-width: 767.98px) {
        gap: 16px;
    }

    margin-top: 54px;

}

.collection--3d--model--item--content {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.collection--3d--model--item--content iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.collection--3d--model--item p {
    font-weight: 400;
    margin-top: 16px;
}

@media screen and (max-width: 767.98px) {
    .collection--item--content.d-flex {
        gap: 32px;
        flex-direction: column;
    }
}

.collection--item--box {
    & img {
        max-width: 300px;
        border: 1px solid #707070;
    }

    @media screen and (max-width: 767.98px) {
        &.image {
            text-align: center;
        }
    }
}

.collection--item.column {
    &>p {
        margin-top: 24px;
    }
}