/* #region Global */
    .about .section-description p {
        font-size: 17px;
        color: var(--gray);
    }
/* #endregion */


/* #region Section 2 */
    .about .section-2 .our-story-row {
        margin-top: 50px;
        align-items: center;
    }
    .about .section-2 .our-story-row .right {
        padding-left: 40px;
    }
    .about .section-2 .our-story-row .left .image {
        width: 100%;
        height: 400px;
        border-radius: 4px;
    }
    .about .section-2 .our-story-row .right .stats-row .stat-box {
        border-left: 1px solid var(--input_border);
        padding-left: 35px;
    }
    .about .section-2 .our-story-row .right .stats-row .stat-box .number {
        font-size: 40px;
        color: var(--red);
        font-weight: 600;
    }
    .about .section-2 .our-story-row .right .stats-row .stat-box .text {
        font-size: 18px;
        color: var(--gray);
    }
    .about .section-2 .our-story-row .right .stats-row .stat-box:first-child {
        border-left: none;
        padding-left: 12px;
    }
/* #endregion */


/* #region Section 3 */
    .about .section-3 {
        background-color: var(--dark_red);
        padding: 60px 0;
    }
    .about .section-3 .single-row {
        margin-bottom: 50px;
    }
    .about .section-3 .single-row:last-child {
        margin-bottom: 0;
    }
    .about .section-3 .section-title {
        color: var(--white);
    }
    .about .section-3 .section-description {
        color: var(--white);
        padding-bottom: 0;
    }
/* #endregion */


/* #region Section 4 */
    .about .section-4 .exchange-row {
        align-items: center;
    }
    .about .section-4 .exchange-row .right {
        padding-left: 40px;
    }
    .about .section-4 .left .learn-more-btn {
        font-size: 17px;
        font-weight: 500;
        border: 1px solid var(--light_black);
        border-radius: 40px;
        color: var(--light_black);
        width: 150px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        transition: all 0.3s;
        &:hover{
            background-color: var(--light_black);
            color: var(--white);
            transition: all 0.3s;
        }
    }
    .about .section-4 .right .exchange-box {
        background-color: var(--dark_white);
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
    .about .section-4 .right .exchange-box:last-child {
        margin-bottom: 0;
    }
    .about .section-4 .right .exchange-box .box-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .about .section-4 .right .exchange-box .box-header .icon {
        font-size: 22px;
        color: var(--red);
        padding-right: 10px;
    }
    .about .section-4 .right .exchange-box .box-header .text {
        font-size: 20px;
        font-weight: 500;
        color: var(--light_black);
    }
    .about .section-4 .right .exchange-box .image {
        width: 100%;
        height: 200px;
        border-radius: 4px;
        object-fit: cover;
    }
/* #endregion */


/* #region Section 5 */
    .about .section-5 .video-box .image {
        width: 100%;
        height: 500px;
        border-radius: 4px;
        object-fit: cover;
    }
    .about .section-5 .right {
        padding-left: 40px;
    }
    .about .section-5 .right .steps {
        margin-top: 5px;
    }
    .about .section-5 .right .steps .single-row {
        margin-bottom: 25px;
    }
    .about .section-5 .right .steps .single-row:last-child {
        margin-bottom: 0;
    }
    .about .section-5 .right .steps .single-row .single-row-left {
        display: flex;
        justify-content: center;
        padding-right: 0;
    }
    .about .section-5 .right .steps .single-row .single-row-right {
        padding-left: 0;
    }
    .about .section-5 .right .steps .single-row .single-row-left .number {
        font-size: 16px;
        width: 35px;
        height: 35px;
        border: 1px solid var(--input_border);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light_black);
    }
    .about .section-5 .right .steps .single-row .single-row-right .title {
        font-size: 15px;
        color: var(--gray);
        font-weight: 600;
        padding-bottom: 5px;
    }
    .about .section-5 .right .steps .single-row .single-row-right .description {
        font-size: 14px;
        color: var(--gray);
    }
/* #endregion */


/* #region Section 6 */
    .about .section-6 {
        background-color: var(--dark_red);
        padding: 60px 0;
    }
    .about .section-6 .single-column {
        margin-bottom: 45px;
    }
    .about .section-6 .single-column:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .about .section-6 .section-title {
        color: var(--white);
        padding-bottom: 20px;
    }
    .about .section-6 .single-column .section-description {
        color: var(--white);
        padding-bottom: 10px;
    }
    .about .section-6 .single-column .content {
        font-size: 16px;
        color: var(--white);
    }
/* #endregion */


/* #region Section 7 */
    .about .section-7 .founders-row {
        align-items: center;
    }
    .about .section-7 .founders-row .right {
        padding-left: 40px;
    }
    .about .section-7 .founders-row .left .signature {
        font-size: 16px;
        font-style: italic;
        color: var(--gray);
    }
    .about .section-7 .founders-row .right .image {
        width: 100%;
        height: 400px;
        border-radius: 4px;
        object-fit: cover;
    }
/* #endregion */


/* #region Section 8 */
    .about .section-8 {
        background-color: var(--dark_red);
        padding: 40px 60px;
        border-radius: 4px;
    }
    .about .section-8 .form-row {
        align-items: center;
    }
    .about .section-8 .form-row .section-title, .about .section-8 .form-row .section-description {
        color: var(--white);
    }
    .about .section-8 .form-row .label {
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        margin-bottom: 10px;
    }
    .about .section-8 .form-row .input-field {
        border: none;
        border-radius: 4px;
        height: 50px;
        font-size: 15px;
    }
    .about .section-8 .form-row .input-field::placeholder {
        font-size: 13px;
    }
    .about .section-8 .form-row .terms {
        font-size: 14px;
        color: var(--white);
    }
    .about .section-8 .form-row .checkbox {
        border-radius: 0!important;
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 0px;
    }
    .about .section-8 .form-row .submit-button {
        background-color: transparent;
        color: var(--white);
        border: 1px solid var(--white);
        padding: 10px 30px;
        font-size: 17px;
        font-weight: 500;
        border-radius: 40px;
        transition: all 0.3s;
        &:hover{
            background-color: var(--white);
            color: var(--dark_red);
            transition: all 0.3s;
        }
    }
    .about .section-8 .form-row .image {
        width: 100%;
        height: 480px;
        border-radius: 4px;
        object-fit: cover;
    }
/* #endregion */


/* #region Section 9 */
    .about .section-9 {
        padding: 0;
    }
    .about .section-9 .section-title, .about .section-9 .section-description {
        text-align: center;
    }
    .about .section-9 .swiper {
        margin-top: 15px;
    }
    .about .section-9 .swiper .swiper-slide {
        border: 1px solid var(--input_border);
        border-radius: 4px;
        cursor: pointer;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left {
        width: 70%;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .right {
        width: 30%;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left {
        padding: 0 25px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .right .image {
        width: 100%;
        height: 190px;
        object-fit: cover;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars {
        margin-bottom: 10px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars i {
        color: var(--red);
        font-size: 20px;
        padding-right: 5px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .content {
        font-size: 16px;
        color: var(--gray);
        padding-bottom: 10px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .name {
        font-size: 15px;
        font-weight: 600;
        color: var(--light_black);
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .line {
        font-size: 14px;
        font-weight: 600;
        color: var(--input_border);
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .designation {
        font-size: 12px;
        font-weight: 500;
        color: var(--gray);
    }
    .about .section-9 .swiper-pagination {
        position: relative;
        margin-top: 30px;
    }
    .about .section-9 .swiper-pagination .swiper-pagination-bullet {
        background-color: var(--gray);
        width: 10px;
        border-radius: 5px;
    }
    .about .section-9 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--red);
        width: 20px;
        border-radius: 5px;
    }
/* #endregion */


/* #region Section 10 */
    .about .section-10 {
        height: 550px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about .section-10 .text {
        color: var(--white);
        font-size: 40px;
        font-weight: 500;
        text-align: center;
    }
/* #endregion */


/* #region Section 11 */
    .about .section-11 .accordion .accordion-item {
        border: none;
    }
    .about .section-11 .accordion .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--gray);
        background-color: transparent;
        box-shadow: none;
        gap: 15px;
    }
    .about .section-11 .accordion .accordion-item .accordion-button::after {
        display: none;
    }
    .about .section-11 .accordion .accordion-item .accordion-body {
        font-size: 14px;
        font-weight: 500;
        padding-top: 0;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .about .section-11 .accordion .accordion-item .accordion-button .symbol i {
        font-size: 25px;
    }
    .about .section-11 .accordion .accordion-item .accordion-button.button-active {
        color: var(--light_black);
        font-weight: 600;
    }
    .about .section-11 .accordion .accordion-item .accordion-button .symbol .active {
        color: var(--red);
    }
/* #endregion */


/* #region Responsive */
    @media (width <= 1921px) {} 
    @media (width <= 1901px) {}   
    @media (width <= 1851px) {}   
    @media (width <= 1801px) {}   
    @media (width <= 1751px) {}
    @media (width <= 1681px) {}
    @media (width <= 1601px) {}
    @media (width <= 1537px) {} 
    @media (width <= 1441px) {}
    @media (width <= 1367px) {}
    @media (width <= 1301px) {}
    @media (width <= 1281px) {}
    @media (width <= 1151px) {}
    @media (width <= 1076px) {}
    @media (width <= 1025px) {
        .about .section-2 .our-story-row .left .image {
            width: 100%;
        }
        .page-description {
            font-size: 17px;
        }
        .about .section-2 .our-story-row .left .image {
            height: 350px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text {
            font-size: 17px;
        }
        .section-description {
            font-size: 17px;
        }
        .about .section-4 .right .exchange-box .image {
            width: 95%;
            height: 195px;
        }
        .about .section-4 .left .learn-more-btn {
            margin-top: 10px;
        }
        .about .section-5 .video-box .image {
            height: 450px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .title {
            font-size: 16px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .description {
            font-size: 15px;
        }
        .about .section-8 .form-row .image {
            height: 450px;
        }
    }
    @media (width <= 991px) {
        .about .section-4 .right .exchange-box {
        padding: 12px;
    }
    .about .section-4 .right .exchange-box .image {
        width: 100%;
        height: 180px;
    }
    .about .section-9 .swiper .swiper-slide .testimonial-row .right .image {
        height: 170px; 
    }
    }
    @media (width <= 845px) {
        .about .section-5 .left .video-box .image {
            height: 380px;
        }
         .about .section-10 .text {
            font-size: 32px;
        }
    }
    @media (width <= 768px) {
        .section-title {
            text-align: center;
        }
        .about .section-description p {
            font-size: 16px;
            text-align: center;
        }
        .section-description {
            font-size: 16px;
        }
        .page-description {
            font-size: 16px;
        }
        .about .section-2 .our-story-row .right,.about .section-4 .exchange-row .right,.about .section-5 .right,.about .section-7 .founders-row .right {
            padding-left: 20px;
        }
        .about .section-2 .our-story-row .left .image {
            height: 330px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text {
            font-size: 16px;
        }
        .about .section-4 .right .exchange-box {
            padding: 14px;
        }
        .about .section-4 .right .exchange-box .image {
            width: 100%;
            height: 180px;
        }
        .about .section-4 .left .learn-more-btn {
            margin-top: 12px;
        }
        .about .section-5 .video-box .image {
            height: 420px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .title {
            font-size: 15px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .description {
            font-size: 14px;
        }
        .about .section-7 .founders-row .right .image {
            height: 370px;
        }
        .about .section-8 {
            padding: 36px 50px;
        }
        .about .section-8 .form-row .image {
            height: 420px;
        }
        .about .section-10 .text {
            font-size: 30px;
        }
    }
    @media (width <= 721px) {
        .about .section-description p,.section-description,.page-description {
            font-size: 15px;
        }
        .about .section-2 .our-story-row .right,.about .section-4 .exchange-row .right,.about .section-5 .right,.about .section-7 .founders-row .right {
            padding-left: 16px;
        }
        .about .section-2 .our-story-row .left .image {
            height: 320px;
            padding-bottom: 10px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text {
            font-size: 15px;
        }
        .about .section-4 .exchange-row .right {
            display: none;
        }
        .about .section-4 .exchange-row .left {
            width: 100%;
        }
        .about .section-5 .video-box .image {
            display: none;
        }
        .about .section-5 .right {
            width: 100%;
        }
        .about .section-5 .right .steps .single-row .single-row-right .title {
            font-size: 14px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .description {
            font-size: 13px;
        }
        .about .section-7 .founders-row .right .image {
            height: 350px;
        }
        .about .section-8 {
            padding: 32px 40px;
        }
        .about .section-8 .form-row .image {
            height: 400px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars i {
            font-size: 18px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .content {
            font-size: 14px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row {
            padding: 24px;
            display: grid;
            grid-template-columns: 72px 1fr;
            grid-template-rows: auto auto;
            column-gap: 18px;
            row-gap: 5px;
            align-items: start;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right {
            width: 72px;
            margin-left: 0;
            flex-shrink: 0;
            grid-row: 1 / span 2;
            grid-column: 1;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left {
            width: calc(100% - 90px);
            padding: 0;
            display: contents;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 0;
            grid-column: 2;
            grid-row: 1;
            justify-content: flex-end;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author {
            margin-top: 0;
            grid-column: 1 / -1;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right .image {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid var(--input_border);
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .content {
            grid-column: 1 / -1;
        }
        .about .section-10 .text {
            font-size: 28px;
        }
            
    }
    @media (width <= 651px) {}
    @media (width <= 576px) {
        .about .section-title {
            font-size: 24px;
        }
        .about .section-description p {
            font-size: 14px;
        }
        .about .section-2 .our-story-row .left .image,.about .section-7 .founders-row .right .image {
            height: 250px;
        }
        .about .section-2 .our-story-row .left,.about .section-2 .our-story-row .right { 
            width: 95%
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .number{
            font-size: 18px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text{
            font-size: 14px;
        }
        .about .section-4 .exchange-row .left{
            width: 95%;
        }
        .about .section-7 .founders-row .left,.about .section-7 .founders-row .right{
            width: 95%;
        }
        .about .section-7 .founders-row .right .image {
            margin-top: 10px;
            height: 300px;
        }
        .about .section-5 .row .right,.about .section-5 .row .left {
            width: 95%;
            padding-left: 15px;
        }
        .about .section-8 {
            padding: 30px;
        }
        .about .section-8 .form-row {
            flex-direction: column;
        }
        .about .section-8 .form-row .col-6 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .about .section-8 .form-row .col-6:first-child {
            order: 2;
        }
        .about .section-8 .form-row .col-6:last-child {
            order: 1;
            margin-bottom: 30px;
        }
        .about .section-8 .form-row .image {
            height: 280px;
            margin-top: 0;
        }
        .about .section-8 .form-row .submit-button {
            font-size: 15px;
            padding: 8px 25px;
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .about .section-10 {
            height: 350px;
            background-size: cover;
        }
        .about .section-10 .text {
            font-size: 22px;
        }
        
        .about .section-3 {
            padding: 40px 0;
        }
        .about .section-6 {
            padding: 40px 0;
        }
        .about .section-4 .left .learn-more-btn {
            font-size: 15px;
            width: 130px;
            height: 45px;
        }
    }
    @media (width <= 481px) {
        .about .section-title {
            font-size: 22px;
        }
        .about .section-description p,.section-description,.page-description {
            text-align: center;
        }
        .about .section-2 .our-story-row .left .image,.about .section-7 .founders-row .right .image {
            height: 220px;
        }
        .about .section-2 .our-story-row .left,.about .section-2 .our-story-row .right {
            width: 100%;
        }
        .about .section-2 .our-story-row .right {
            padding-left: 0;
            margin-top: 20px;
        }
        .about .section-2 .our-story-row .right .stats-row {
            margin-top: 20px;
            margin-left: 10px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box {
            padding-left: 10px;
            border-left: 1px solid var(--input_border);
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box:first-child {
            padding-left: 0;
            border-left: none;
            padding-left: 12px
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .number {
            font-size: 16px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text {
            font-size: 12px;
        }
        .about .section-3 {
            padding: 30px 0;
        }
        .about .section-3 .single-row {
            margin-bottom: 30px;
        }
        .about .section-3 .single-row .col-6 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .about .section-3 .single-row .col-6:last-child {
            margin-top: 25px;
        }
        .about .section-3 .single-row .col-6 .section-title,.about .section-3 .single-row .col-6 .section-description {
            text-align: center;
        }
        .about .section-4 .exchange-row .left {
            width: 100%;
        }
        .about .section-4 .left .learn-more-btn {
            font-size: 14px;
            width: 120px;
            height: 42px;
            margin-top: 15px;
            margin-left: auto;
            margin-right: auto;
        }
        .about .section-5 .row .right,.about .section-5 .row .left {
            width: 100%;
            padding-left: 0;
        }
        .about .section-5 .right .steps .single-row {
            margin-bottom: 20px;
        }
        .about .section-5 .right .steps .single-row .single-row-left .number {
            font-size: 14px;
            width: 30px;
            height: 30px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .title {
            font-size: 14px;
        }
        .about .section-5 .right .steps .single-row .single-row-right .description {
            font-size: 13px;
        }
        .about .section-6 {
            padding: 30px 0;
        }
        .about .section-6 .single-column {
            margin-bottom: 30px;
        }
        .about .section-6 .single-column .content {
            font-size: 14px;
        }
        .about .section-6 .row .col-4 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .about .section-6 .single-column .section-description,.about .section-6 .single-column .content {
            text-align: center;
        }
        .about .section-6 .single-column:nth-last-child(-n+3) {
            margin-bottom: 30px;
        }
        .about .section-6 .single-column:last-child {
            margin-bottom: 0;
        }
        .about .section-7 .founders-row .left,.about .section-7 .founders-row .right {
            width: 100%;
        }
        .about .section-7 .founders-row .right {
            padding-left: 0;
            margin-top: 20px;
            display: flex;
            justify-content: center;
        }
        .about .section-7 .founders-row .left .signature {
            text-align: center;
}
        .about .section-7 .founders-row .right .image {
            height: 250px;
            width: 400px;
            display: block;
            margin: 0 auto;
        }
        .about .section-8 {
            padding: 25px 20px;
        }
        .about .section-8 .form-row {
            flex-direction: column;
        }
        .about .section-8 .form-row .col-6 {
            width: 100%;
            max-width: 100%;
            flex: 0 0 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .about .section-8 .form-row .col-6:first-child {
            order: 2;
        }
        .about .section-8 .form-row .col-6:last-child {
            order: 1;
            margin-bottom: 25px;
        }
        .about .section-8 .form-row .section-title,.about .section-8 .form-row .section-description {
            text-align: center;
        }
        .about .section-8 .form-row .label {
            font-size: 14px;
            margin-bottom: 8px;
        }
        .about .section-8 .form-row .input-field {
            height: 45px;
            font-size: 14px;
        }
        .about .section-8 .form-row .input-field::placeholder {
            font-size: 12px;
        }
        .about .section-8 .form-row .terms {
            font-size: 13px;
        }
        .about .section-8 .form-row .image {
            height: 250px;
            margin-top: 0;
        }
        .about .section-8 .form-row .submit-button {
            font-size: 14px;
            padding: 8px 20px;
            width: 40%;
            display: flex;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }
        .about .section-9 .swiper {
            margin-top: 10px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row {
            padding: 20px;
            grid-template-columns: 60px 1fr;
            column-gap: 15px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right {
            width: 60px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right .image {
            width: 60px;
            height: 60px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars i {
            font-size: 16px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .content {
            font-size: 13px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .name {
            font-size: 14px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .line {
            font-size: 13px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .designation {
            font-size: 11px;
        }
        .about .section-9 .swiper-pagination {
            margin-top: 20px;
        }
        .about .section-10 {
            height: 300px;
        }
        .about .section-10 .text {
            font-size: 20px;
            padding: 0 15px;
        }
        .about .section-11 .accordion .accordion-item .accordion-button {
            font-size: 14px;
            gap: 10px;
        }
        .about .section-11 .accordion .accordion-item .accordion-button .symbol i {
            font-size: 20px;
        }
        .about .section-11 .accordion .accordion-item .accordion-body {
            font-size: 12px;
            gap: 20px;
        }
    }
    @media (width <= 429px) {}
    @media (width <= 415px) {}
    @media (width <= 396px) {
        .about .section-7 .founders-row .right .image {
            width: 350px;
        }
        .about .section-9 .swiper {
            margin-top: 10px;
            padding: 0 5px;
        }
        .about .section-9 .swiper .swiper-slide {
            width: 100%;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row {
            padding: 16px;
            grid-template-columns: 50px 1fr;
            column-gap: 12px;
            row-gap: 8px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right {
            width: 50px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .right .image {
            width: 50px;
            height: 50px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars {
            gap: 4px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .stars i {
            font-size: 14px;
            padding-right: 0;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .content {
            font-size: 12px;
            line-height: 1.5;
            padding-bottom: 8px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author {
            margin-top: 4px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .name {
            font-size: 13px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .line {
            font-size: 12px;
            margin: 0 4px;
        }
        .about .section-9 .swiper .swiper-slide .testimonial-row .left .author .designation {
            font-size: 10px;
        }
        .about .section-9 .swiper-pagination {
            margin-top: 15px;
        }
        .about .section-9 .swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
        }
        .about .section-9 .swiper-pagination .swiper-pagination-bullet-active {
            width: 16px;
        }
    }
    @media (width <= 377px) {}
    @media (width <= 361px) {}
    @media (width <= 331px) {
        .about .section-4 .right .exchange-box .box-header .text {
            font-size: 14px;
        }
        .about .section-10 .text {
            font-size: 16px;
        }
        .about .section-title {
            font-size: 20px;
        }
        .about .section-description p {
            font-size: 12px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .number {
            font-size: 16px;
        }
        .about .section-2 .our-story-row .right .stats-row .stat-box .text {
            font-size: 12px;
        }
        .about .section-4 .left .learn-more-btn {
            font-size: 14px;
            width: 120px;
            height: 40px;
        }
        .about .section-8 .form-row .submit-button {
            font-size: 14px;
            padding: 6px 20px;
        }
    }
/* #endregion */