/* 
.footer {
    background-color: #111;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 250px;
    height: 50%;
    
}

.company-info img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.company-info h3 {
    color: red;
    font-size: 1.5em;
    margin-bottom: 10px;
}



.footer-section h4 {
    font-size: 1.2em;
    color: red;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: red;
}

.contact p {
    margin-bottom: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: 15px;
    text-align: center;
    font-size: 0.9em;
}

.footer-bottom p {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: red;
}

.break-line{
    height: 1px;
    background-color: red;
} */


        
.footer {
    background-color: #111;
    color: white;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 250px;
    height: 50%;
    
}

.company-info img {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.company-info h3 {
    color: red;
    font-size: 1.5em;
    margin-bottom: 10px;
}



.footer-section h4 {
    font-size: 1.2em;
    color: red;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    justify-items: flex-start;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: red;
}

.contact p {
    margin-bottom: 8px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: 15px;
    text-align: center;
    font-size: 0.9em;
}

.footer-bottom p {
    margin-bottom: 10px;
}

.footer-links{
    display: flex;
    flex-wrap: wrap;
}
.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: red;
}

.break-line{
    height: 1px;
    background-color: red;
}