.peace-of-mind-section {
    padding-bottom: 3rem;
}

.peace-of-mind-section .section-header {
    background-color: #f8f6f4;
    padding: 3rem 3rem 2rem 3rem;
    border-radius: 20px;
}

.secure-payments-across-section {
    padding-bottom: 3rem;
}

.secure-payments-across-points {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.secure-payments-across-point {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.secure-payments-across-point-icon {
    width: 40px;
    padding-top: 0.5rem;
}

.secure-payments-across-point-content h4 {
    color: var(--theme-color);
}

.secure-payments-across-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}


.enach-for-jewellery-section {
    padding-bottom: 3rem;
}

.enach-for-jewellery-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 20px;
    background-color: #f1f5fa;
    padding: 1rem;
    min-height: 251px;
    transition: all 0.3s ease;
}

.enach-for-jewellery-card:hover {
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 15px 30px rgba(172, 214, 248, 0.644);
}

.enach-for-jewellery-card-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 325px;
}

.enach-for-jewellery-card-content p {
    line-height: 19px;
}

.enach-for-jewellery-card-content h4 {
    color: var(--theme-color);
}

.enach-for-jewellery-pagination {
    text-align: center;
}


.trusted-by-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #f8f6f4;
}

.trusted-by-content .section-header {
    max-width: 750px;
}

.trustee-logos-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}


.trustee-logos-jewellers-swiper {
    width: 100%;
    padding-top: 3rem;
    margin-bottom: -2rem;
    overflow: hidden;
}

.trustee-logos-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 1rem;
    height: 80px;
    width: 180px;
    border-radius: 40px;
}


.why-jewellers-choose-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.why-jewellers-choose-points {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.why-jewellers-choose-point {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
}

.why-jewellers-choose-point-icon {
    width: 40px;
    padding-top: 0.5rem;
}

.why-jewellers-choose-point-content h4 {
    color: var(--theme-color);
}

.why-jewellers-choose-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}


@media (max-width: 992px) {
    .pbl-content p {
        text-align: center;
    }
    .enach-for-jewellery-card:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    .enach-for-jewellery-card {
        margin: 0 2rem 0 2rem;
    }
    .secure-payments-across-section .section-header {
        text-align: center;
    }
    .peace-of-mind-section .section-header {
        padding: 1rem;
    }
}