.dropdown-image img {
    height: 55px;
    width: auto;
    object-fit: contain;
    margin-inline: auto;
}

.dropdown-image {
    width: 160px;
    margin-right: 60px;
}

.dropdown-section {
    padding-block: 80px;
}

.dropdown-container {
    margin-top: 60px
}

.dropdown-section h2 {
    margin-bottom: 20px;
}

.dropdown-buttons {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 40px;
}

.why-section {
    padding-bottom: 80px;
}

.why-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-block: 60px;
    column-gap: 10px;
}

.why-image {
    width: 100px;
    height: 100px;
    border-radius: 555px;
    background: rgba(160, 137, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.why-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}

.why-wrapper {
    padding: 0 18px;
    width: 20%;
}

.why-section h2 {
    margin-bottom: 20px;
}

@media(min-width: 991px) {
    .dropdown-section {
        position: relative;
    }

    .dropdown-section:before {
        content: "";
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        background-image: url("/wp-content/uploads/2025/09/top-gradient.webp");
        width: 100%;
        height: 100%;
        background-size: contain;
        z-index: -1;
        background-repeat: no-repeat;
        background-position: right;
    }
}

@media(max-width: 991px) {
    .why-list {
        flex-direction: column;
    }

    .why-wrapper {
        width: 100%;
    }

    .why-inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-block: 20px;
        border-bottom: 1px solid rgba(0,0,0,.10);
    }

    .why-inner:first-of-type {
        /*border-top: 1px solid rgba(0,0,0,.10); looks like the border is duplicated on mobile so I will hide this*/
    }

    .why-image {
        margin: 0;
        order: 2;
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .why-wrapper p {
        text-align: left;
    }

    .dropdown-section .dropdown-block {
        padding: 20px;
    }

    .dropdown-section .dropdown-image {
        width: 160px;
        margin: 20px auto;
        display: block;
    }

    .dropdown-section .dropdown-description p {
        margin-top: 0;
    }

    .why-wrapper {
        padding-inline: 0;
    }
}

@media(max-width: 768px) {
    .dropdown-buttons {
        flex-direction: column;
    }

    body .bottom-banner a {
        line-height: 120%;
    }
}

@media(max-width: 575px) {
    .why-list {
        margin-block: 20px;
    }

    .why-wrapper p {
        font-size: 16px;
        font-weight: 400;
        width: 250px;
    }

   .dropdown-section .dropdown-heading.open .dropdown-arrow {
        background: unset;
    }

   .dropdown-buttons a {
       width: 100%;
       text-align: center;
   }

    .why-section {
       padding-bottom: 30px;
   }

   .dropdown-section {
       padding-block: 30px;
   }

    .dropdown-container {
        margin-top: 10px;
    }

    .dropdown-section .container {
        padding-inline: 0;
    }
}