.article {
    background-color: #0D1C11;
}

.container_header {
    background-color: #377248;
}

.grid-item {
    line-height: 3px;
}
.grid-container .grid-item a {
   font-size: 12px;
   color: white;
}

.title {
    color: #f1972d;
}

.color-p {
    color: white;
}

.icons a {
    color: white;
}
.imgs {
    height: auto;
}
.imgs a img{
    width: 100%;
    height: 100%;
}

.icons {
    display: flex;
    column-gap: 20px;
}


@media (max-width: 671px) {
    ._header {
        color: white;
        row-gap: 40%;
    }

    /* .colum1 {
        width: 80%;
    } */

    .colum2 {
        margin-top: 12%;
        line-height: 30%;
    }
    .footer_header img{
        width: 60%;
    }
    .inputForm {
        border-radius: 6px;
        padding: 12px;
        width: 150px;
        border: none;
    }
    .headerButton {
        padding: 10px;
        border-radius: 6px;
        background-color: white;
        border: none;
    }
    
    .grid-item {
        line-height: 65%;
    }
    ._footer {
        align-items: center;
    }
    
    ._footer_main button{
        margin: 12px 0px;
        padding: 10px 16px;
        background-color: #f1972d;
        color: #2c3443;
        border-radius: 100px;
        border: none;
    }
    .imgs {
        width: 100%;
    }
}

@media (min-width: 672px) and (max-width: 899px) {
     ._header {
        color: white;
        display: flex;
        justify-content: space-between;
    }
    .footer_header {
        line-height: 30%;
    }
    .footer_header img{
        width: 60%;
    }
    /* .colum1 {
        width: 40%;
    } */

    .inputForm {
        border-radius: 6px;
        padding: 12px;
        width: 200px;
        border: none;
    }
    .headerButton {
        margin-top: 12px;
        padding: 10px;
        border-radius: 6px;
        background-color: white;
        border: none;
    }
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto;

    }
    /* .column2 {
        text-align: left;
    } */
    ._footer {
        width: 97%;
        padding-top: 20px;
        border-top: 1px solid #377248;
        margin-top: 30px;
        text-align: center;
    }
    
    ._footer_main button{
        padding: 6px 10px;
        background-color: #f1972d;
        color: #2c3443;
        border-radius: 100px;
        border: none;
        margin-top: 20px;
    }
}

@media (min-width: 900px) and (max-width: 1209px) {
    ._header {
       color: white;
       display: flex;
       justify-content: space-between;
       width: 80%;
   }
   .footer_header {
        line-height: 30%;
    }
   .footer_header img{
       width: 40%;
   }
   /* .colum1 {
        width: 50%;
    } */

   .inputForm {
       border-radius: 6px;
       width: 200px;
       border: none;
   }

   .headerButton {
        border-radius: 6px;
        background-color: white;
        border: none;
    }
   .grid-container {
        width: 80%;
        display: flex;
        justify-content: space-between;
    }
    ._footer {
        width: 80%;
        padding-top: 20px;
        border-top: 1px solid #377248;
        margin-top: 20px;
        text-align: center;
    }
   
   ._footer_main button{
        padding: 8px 12px;
        background-color: #f1972d;
        color: #2c3443;
        border-radius: 100px;
        border: none;
        margin-top: 20%;
   }
   
}

@media (min-width: 1210px) {
    ._header {
    color: white;
    display: flex;
    justify-content: space-between;
    width: 80%;
    
    }
    .footer_header {
        line-height: 30%;
    }
    .footer_header img{
        width: 60%;
    }
    
    .inputForm {
        border-radius: 6px;
        width: 250px;
        border: none;
    }
    /* .colum1 {
        width: 20%;
    } */

    .headerButton {
        border-radius: 6px;
        background-color: white;
        border: none;
    }
    .grid-container {
        display: flex;
        width: 80%;
        justify-content: space-between;
    }
    ._footer {
        width: 80%;
        padding-top: 20px;
        border-top: 1px solid #377248;
        margin-top: 20px;
        text-align: center;
    }

    ._footer_main button{
        padding: 10px 14px;
        background-color: #f1972d;
        color: #2c3443;
        border-radius: 100px;
        border: none;
        margin-top: 20%;
    }

} 
