button:focus {
    outline: none !important;
}
.containerw {
    margin: 0 auto;
    padding: 2rem;
    width: 87%;

    h2 {


        font-size: 230%;
        font-weight: bold;
    }
}

.accordion {
    .accordion-item {
        border-bottom: 1px solid #e5e5e5;

        button[aria-expanded='true'] {
            border-bottom: 1px solid #90331c;
        }
    }

    button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: #7288a2;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
        cursor: pointer;

        &:hover,
        &:focus {
            color: #90331c;
        }
    }

    .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 2px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

    .icon::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
    }

    .icon::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }
}

button[aria-expanded='true'] {
    color: #90331c;

    .icon::after {
        display: block;

        position: absolute;
        width: 0;
    }

    +.accordion-content {
        opacity: 1;
        width: 100%;
        max-height: 100em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }
}

.accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    display: block;
    width: 100%;


    p {
        font-size: medium;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
        max-height: auto;

    }
}

.accordion-content p {
    /* display: block;  */
    /* border: 1px solid black; */
    padding: 0;
    width: 100%;
    /* Full width by default */
}

/* } */
@media (min-width: 250px) and (max-width: 720px) {
    .containerw h2 {
        font-size: 150%;
        line-height: 35px;

    }


    .accordion-content {

        margin: 0;
        display: block;
        height: auto;
        padding: 10px;
        width: 100%;

        p {
            font-size: 13px;

        }
    }
}

.text-display-2 {
    font-weight: 700;

}

.cardpading {
    padding: inherit;
    background-color: white;
}

.headinwid {
    font-weight: 700;
}

.color-gray-600 {
    color: #475467;
}

.box-square {
    width: 100%;
    height: 345px;
    border-radius: 16px;
    padding: 55px 50px 0;
    text-align: center;
}

@media screen and (max-width: 432px) {
    .box-square {
        width: 100%;
        height: 460px;
        border-radius: 16px;
        padding: 55px 50px 0;
        text-align: center;
    }

}

@media screen and (max-width:599px) {
    .mobpadding {
        padding: 30px !important;
    }

    .text-display-2 {
        font-size: 2rem !important;
    }
}

.card-grid-style-2{
    height: 100%;
}

@media screen and (max-width:452.98px) {
    .text-display-2 {
        margin-top: 70px;
    }
    .text-heading-5{
        text-align: justify;
    }
}