.about-section {
     background: #F2F5F7;
     padding: 50px 0;
}

.about-section .about-us {
     background: var(--white);
     width: 100%;
     padding: 30px;
     border-radius: 15px;
     box-shadow: 0px 4px 4px 0px rgba(53, 18, 91, 0.15);
}

.about-section .about-us .about-title {
     color: var(--black);
     font-size: 1.125rem;
     font-weight: bold;
     text-align: center;
}

.about-section .about-us .about-title span {
     color: var(--primary-color);
}

.about-section .about-us .about-content {
     color: var(--black);
     font-size: 1.125rem;
     padding: 40px 0 20px 0;
}

.about-section .about-us .heading-style {
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     gap: 15px;
     padding: 5px 0;
}

.about-section .about-us .heading-style .line {
     width: 60px;
     height: 2px;
     background: var(--primary-color);
}

.about-section .about-us .heading-style span {
     font-size: 1.125rem;
     font-weight: 700;
}

.about-section .about-us .about-point p {
     padding-top: 10px;
}

.about-section .about-us .about-cards {
     padding: 60px 0 0 0;
}

.about-section .about-us .about-cards .about-card {
     border-radius: 10px;
     background: rgba(255, 152, 1, 0.20);
     min-height: 279px;
     position: relative;
     text-align: center;
     padding: 20px;
}

.about-section .about-us .about-cards .about-card .icon-box {
     position: absolute;
     top: 0;
     left: 50%;
     transform: translate(-50%, -50%);
}

.about-section .about-us .about-cards .about-card .about-card-body {
     padding-top: 30px;
}

.about-section .about-us .about-cards .about-card .about-card-body .about-card-title{
     font-size: 1.125rem;
     font-weight: bold;
     padding-bottom: 20px;
}

.about-section .about-us .about-cards .about-card .about-card-body .about-card-description {
     font-size: 1rem;
     font-weight: 500;
}

/* faq section */

.faq-section{
     background: #F2F5F7;
     padding: 0 0 200px 0;
}

.faq-section .accordion-button {
     padding: 25px 20px;
     font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
     background: rgba(69, 48, 186, 0.80);
     color: var(--white);
}

.faq-section .accordion-button:focus {
     box-shadow: none;
}