.sec-banner-about {
    .section-bg {
        img {
            background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 72.76%, rgba(217, 123, 2, 0.06) 84.43%, rgba(217, 123, 2, 0.10) 98.76%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), -241.641px 0px / 131.464% 100% no-repeat;
            filter: blur(16px);
        }
    }

    h1 {
        margin-bottom: 0;

        span {
            color: #FFF;
            font-size: 48px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            letter-spacing: 0.48px;
        }
    }

    .title-des {
        p {
            color: var(--base-white, #FFF);
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.32px;
        }
    }

    .text-count {
        p {
            color: var(--fs-color-primary);
            font-size: 48px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            margin-bottom: 0;
            letter-spacing: 0.48px;
        }

        h4 {
            color: #fff;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%;
        }
    }

    .text-des {

        p {
            color: #fff;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            padding-left: 16px;
            position: relative;

            &::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 6px;
                border-radius: 99px;
                background-color: var(--fs-color-primary);
                overflow: hidden;
            }

            /* 21.6px */
        }
    }
}

.sec-mission-about {
    .section-content {
        &>.row {
            border-radius: 32px;
            background: var(--fs-color-primary);
            padding: 20px;
            overflow: hidden;

            .col-inner {
                .row {
                    border-radius: 24px;
                    background: #FFF;
                    padding: 32px;
                    overflow: hidden;

                    .icon-box {
                        h3 {
                            color: var(--fs-color-primary);
                            font-size: 40px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: 120%;
                            text-transform: uppercase;
                            margin-bottom: 0;
                        }

                        p {
                            margin-top: 16px;
                            color: #000D29;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 120%;
                        }

                        @media screen and (max-width:768px) {
                            .icon-box-img {
                                width: 80px !important;
                            }

                            h3 {
                                font-size: 32px;
                            }
                        }
                    }

                    @media screen and (max-width:768px) {
                        padding: 16px;
                    }
                }
            }

            @media screen and (max-width:768px) {
                padding: 16px;
                width: 92%;
            }
        }
    }
}

.sec-why-about {
    .title-why {
        p {
            color:  #FFF;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 120%;
            letter-spacing: 0.8px;
        }
    }

    .custom-col-why {
        .col-inner {
            border-radius: 16px;
            border: 1px solid#B56701;
            background: #FFF4E6;
            overflow: hidden;
            padding: 35px 28px;
            height: 100%;

            .icon-box {

                .icon-inner svg path {
                    fill: #fff !important;
                }

                h3 {
                    color: var(--fs-color-secondary);
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%;
                    letter-spacing: 0.96px;
                    margin-bottom: 16px;
                }

                p {
                    color: #474546;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 137%;
                }

                ul {
                    li {
                        color: #474546;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 137%;
                    }
                }
            }

            &:hover {
                background-color: var(--fs-color-primary);

                .icon-box {
                    cursor: pointer;

                    h3,
                    p,
                    li {
                        color: #fff;
                    }

                    .icon-box-img {
                        .icon-inner svg * {
                            fill: #fff !important;
                        }

                        .icon-inner svg path {
                            fill: var(--fs-color-primary) !important;
                        }
                    }
                }
            }
        }
    }
}


.sec-step-about {
    .custom-col-step {
        .col-inner {
            border-radius: 16px;
            border: 1px solid var(--fs-color-primary);
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(16px);
            padding: 25px 20px;
            overflow: hidden;
            height: 100%;

            .icon-box {
                h3 {
                    color: #FFF;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 130%;
                    letter-spacing: 0.24px;
                    margin-bottom: 16px;
                }

                h4 {
                    color: #FFF;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%;
                    letter-spacing: 0.24px;
                    margin-bottom: 0;
                }

                p {
                    color: #FFF;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 130%;
                }
            }
        }
    }
}