

@media (max-width: 605px) {
    .footer-container {
        padding-left:24px;
        padding-right:24px;
    }
}

.footer {
    background-color: #0B202D;
    color: white;
    font-size:21px;
    font-weight: 550;
}

a.footer-link {
    text-decoration: none;
}

.footer-bottom {
    padding-bottom: 64px;
}

.underline:hover {
    text-decoration: underline;
}

.footer-text {
    color:#1C5170;
    font-weight:550;
    font-size:21px;
    width:600px;
}

a.footer-arrow::after {
    color: white;
} 

@media (max-width: 767px) {
    .footer-text {
    color:#1C5170;
    width:400px;
    font-weight:550;
    font-size:16px; 
    }
}

@media (max-width: 400px) {
    .footer-text {
    color:#1C5170;
    width:320px;
    font-weight:550;
    font-size:14px;
    }
}

a.footer-link {
   /*text-decoration: none;*/
}

a.footer-link::after {
    /*font-family: "Font Awesome 5 Free";*/ /* Ange rätt font */
    content: "\276F"; /* Ange Unicode-koden för den önskade ikonen */
    /*margin-left: 5px;*/ 
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 16px;
}

h1.footer {
    font-size: 21px;
    font-weight: 550;
}

  