   
    
    .first,
    .second {
        padding: 6px;
        border-radius: 14px;
        background-color: rgb(8 11 15)
    }

    .about-contant-flex strong {
        color: #09edd6
    }

    /* .about-contant-flex li {
        list-style-type: disclosure-open
    } */

    section.content p,
    section.content ul {
        font-size: 15px !important;
        color:#f3e8ff;
    }

    section.content h1 {
        font-size: 20px !important;
        text-align: left;
        color: #40e0d0;
        margin-top: 20px;
        font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        margin-bottom: 10px;
        padding-left: 11px;
    }

    .first {
        margin: 5px;
        width: 30%;
        height: 38vh
    }

    .second {
        margin: 10px;
        width: 100%;
        height: 76vh
    }

    .about-contant-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px;
    }

    section.content ul {
        list-style: none !important;
        padding-left: 20px;
        text-align: left;
        margin: 20px auto;
        display: inline-block;
        font-size: 14px !important
    }

    @media(max-width:768px) {

        .first,
        .second {
            width: 100%;
            height: auto;
            border-radius: 14px;
            background-color: rgb(8 11 15);
        }

        .first {
            margin: 3px;
            padding: 11px
        }

        .second {
            padding: 6px;
            margin-bottom: 20px
        }

        section.content p,
        section.content ul {
            font-size: 15px !important
        }

        .about-contant-flex {
            display: block !important
        }

        .page-footer {
            margin-top: 3px !important
        }
    }

/* Maam LapTop Media Query Start */

@media(max-width:1880px) and (min-width:1517px){
    section.content p, section.content ul {
      font-size: 18px !important;
  }
  }

    @media(max-width:1800px) and (min-width:1600px){
        section.content p, section.content ul {
            font-size: 24px !important;
        }
        section.content ul{
            padding-left: 37px !important;
        }
    }
    
/* Maam LapTop Media Query End */




    @media (min-width: 1900px){

        section.content h1{
            font-size: 29px !important;
        }
        section.content p, section.content ul {
            font-size: 25px !important;
        }
        section.content ul {
            font-size: 26px !important;
            margin-left: 54px !important;
        }

    }