.parenters {
    background-color: #f8f9fa;
    padding: 50px 0;
    margin-top: 30px;
    position: relative;
}

.parenters h2.dark-brown {
    color: #7030a0;
    font-weight: bold;
    margin-bottom: 30px;
}

.parenters h1.dark-brown {
    color: #7030a0;
    font-weight: bold;
    margin-bottom: 15px;
}

.parenters h2.fs-6 {
    font-size: 14px;
}

.parenters .owl-one .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.parenters .owl-one .item img {
    max-width: 70%;
    max-height: 100px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.parenters .owl-one .item:hover img {
    transform: scale(1.05);
}

.parenters .owl-one .owl-dots {
    margin-top: 30px;
}

.parenters .owl-one .owl-dot span {
    background-color: #d6d6d6;
    width: 10px;
    height: 10px;
}

.parenters .owl-one .owl-dot.active span {
    background-color: #7030a0;
}
