
.links {
    animation: a 1s both;
    padding: 72px 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.links__list {
    display: flex;
    flex-wrap: wrap;
    width: 984px;
}

.device-title-h3 {
    text-align: start;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    margin-bottom: 5px;
}

.device-title {
    color: #333;
}

.device-title:hover{
    color: #095f8a;
}

.device-item {
    color: #333;
}

.device-item:hover{
    color: #095f8a;
}

.device-item li{
    font-size: 12px;
}

.elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2
}

.single-line {
    white-space: nowrap;
}

.paginationWrap--svgbh9 {
    display: flex;
    justify-content: flex-end;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.container--tcQM4z {
    color: #070708;
    display: flex;
    font-size: .875em;
}

.container--tcQM4z .pageBtn--xd3inL {
    align-items: center;
    background: #fff;
    border: .01rem solid #d2d6db;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: .12rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container--tcQM4z .pageBtn--xd3inL {
    align-items: center;
    background: #fff;
    border: .01rem solid #d2d6db;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: .12rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container--tcQM4z .active--axi6hB {
    background: linear-gradient(90deg, #0e9aff, #21f4d1);
    color: #fff;
    font-size: 15px;
}

.am-gallery-bordered .am-gallery-item img {
    height: 200px;
    min-height: 200px;
    object-fit: cover;
}