* {
    margin: 0;
    padding: 0;
}

.footer_main {
    justify-content: space-around;

}

.line-logo {
    color: #238e3b;
    font-size: 30px;
}

.fa-headset {
    color: #eeb356;
    font-size: 30px;
}

.fa-square-facebook {
    color: #236ab3;
    font-size: 30px;
}

.footer_section2 {
    gap: 1rem;
    justify-content: space-evenly;
}

.footer_aboutus {
    gap: .5rem;
    justify-content: space-evenly;
}

.bgmain_footer {
    background-color: #0E1D3A;
	padding-top: 15%;
}

.footer_section2 img {
    filter: grayscale(100%);
    transition: all 0.5s;
    width:100px;
}

.footer_section2 img:hover {
    filter: contrast(200%);
    transition: all 0.5s;
}

.footer-logo-img {
    width: 40px !important;
}
.big-img-logo{
    width: 100px !important;

}

@media screen and (max-width:1024px) {
    .footer-logo-img {
        width: 60px;
    }
}


@media screen and (max-width:768px) {
    .footer-logo-img {
        width: 40px;
    }

    .footer_main h5 {
        font-size: 12px;

    }

    .footer_main h5 i {
        font-size: 16px;
        margin-right: 2px;

    }
    .footer-logo-img {
    width: 30px !important;
}
.big-img-logo{
    width: 80px !important;

}
.bgmain_footer {
    background-color: #0E1D3A;
	padding-top: 65%;
}
}
@media screen and (max-width:425px){
    .footer-logo-img {
    width: 20px !important;
}
.big-img-logo{
    width: 60px !important;

}
.bgmain_footer {
    background-color: #0E1D3A;
	padding-top: 75%;
}
}