 a {
        text-decoration: none; 
        color: inherit; 
    }
    .footer_img{
        padding: auto, 70px;
    }

    span {
        color: #a6a9ae; 
    }  
    .text-green{

        color: forestgreen;
        font-size: 30px;
    }
    .text-green::after{
        content: '$';
    }
    .text-blue{
        color: blue;
        font-size: 30px;
    }
    
    .text{
        padding: 20px;
        width: 100%;
        margin: 0;
    }
    .innet-container {
        margin-bottom: 20px;
    }
    .container {
        padding: 20px;
    }
    .btn:hover{
        color: black;
    }

    .line {
        padding: 20px;
        width: 100%;
        margin: 0;
        border-bottom: 4px solid #f4f5f9;
    }
    

     @media (min-width: 998px) {
    .base-polis h4 span {
        margin-right: 100px;
        }
   
    .base-polis h4 {
        display: flex;
        align-items: center;  
        margin-bottom: 0.5rem;
    }

    .base-polis span {
        flex-shrink: 0;
        width: 200px;         
    }

    .base-polis strong {
        margin-left: 20px;
        flex-grow: 1;         
    }
     }


    @media (max-width: 998px) {
    .base-polis h4 {
        text-align: center;
    }

    .base-polis h4 span,
    .base-polis h4 strong {
        display: block;
        margin: 0 auto;
    }
    }

    @media (max-width: 768px) {
    h3 {
        text-align: center;
    }

    h3 span,
    h3 strong {
        display: block;
        margin: 0 auto;
    }
     
     