    /* first-banner */
    
    @media (min-width: 991px) {
        .text-title {
            position: relative;
        }
        .text-title h1 {
            font-family: "Yekan1" !important;
            font-size: 40px;
            padding-right: 250px;
            color: #002570;
        }
        .text-title h1 span {
            color: #0e98c6;
        }
        .text-title .line {
            height: 5px;
            width: 200px;
            border-top: 5px solid #002570;
            position: absolute;
            right: 0px;
            display: flex;
            justify-content: end;
            top: 20px;
        }
        .text-title .line .fa-circle {
            margin-top: -10px;
        }
        .banner {
            width: 100%;
        }
        .main-about {
            margin-top: 80px;
        }
        .main-about p {
            font-size: 16px;
            line-height: 35px;
            text-align: justify;
        }
    }
    
    @media (max-width: 991px) {
        .text-title {
            position: relative;
            margin-top: 50px;
        }
        .text-title h1 {
            font-family: "Yekan1" !important;
            font-size: 30px;
            padding-right: 90px;
            color: #002570;
        }
        .text-title h1 span {
            color: #0e98c6;
        }
        .text-title .line {
            height: 5px;
            width: 70px;
            border-top: 5px solid #002570;
            position: absolute;
            right: 0px;
            display: flex;
            justify-content: end;
            top: 20px;
        }
        .text-title .line .fa-circle {
            margin-top: -10px;
        }
        .banner {
            width: 100%;
        }
        .main-about {
            margin-top: 80px;
        }
        .main-about p {
            font-size: 16px;
            line-height: 35px;
            text-align: justify;
        }
    }
    /* statistic */