.about-plates {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.about-plate {
    position: relative;
    transition: .5s;
    border: 1px solid #f0f0f0;
    border-right: 0;
    border-left: 0;
    box-shadow: 1px 0 0 #f0f0f0, -1px 0 0 #f0f0f0;
    height: 100%;
    width: 100%;
    background: white;
    padding: 40px 25px 15px;
    text-decoration: none !important;
    color: #6a6a6a !important;
    display: block;
}

.about-plate:hover {
    box-shadow: 0px 5px 25px rgba(0,0,0,0.05);
    z-index: 5;
}

.about-plate__image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.about-plate__image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.about-plate__title {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 100%;
    width: 100%;
    display: block;
}

.about-plates {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .about-plates {
        padding: 0 30px;
    }
}

.about-plates .owl-nav > div {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 10;
    left: 0;
    padding: 20px;
    background: linear-gradient(90deg, #FFF, transparent);
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.about-plates .owl-nav > div span {
    display: block;
    width: 48px;
    height: 48px;
    text-indent: 1000px;
    font-size: 0;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%230aabea" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" /></svg>');
}

.about-plates .owl-nav > div:last-child {
    right: 0;
    left: auto;
    background: linear-gradient(-90deg, #FFF, transparent);
    padding-left: 50px;
    padding-right: 20px;
}

.about-plates .owl-nav > div:last-child span {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%230aabea" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>');
}

@media (max-width: 768px) {
    .about-plates .owl-nav > div {
        padding: 15px !important;
    }
    .about-plates .owl-nav > div span {
        width: 32px;
        height: 32px;
    }
}

.about-plates .owl-stage {
    display: flex;
}

.about-plates .owl-item {
    display: flex;
    align-items: center;
}