* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

footer {
    background-color: #3A478D;
    padding: 3rem 2rem;
}

#footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    width: 90%;
}

#footer .first {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-start;
    /* flex: 1; */
    width: 36%;
}

#footer .titlebox {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
}

#footer .image {
    background: url(../images/logo.svg) #3A478D 50% / cover no-repeat;
    background-blend-mode: color-dodge;
    width: 200px;
    height: 109px;
    flex-shrink: 0;
    aspect-ratio: 162.93/109.00;
}

#footer .titlebox {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.titlebox p span {
    display: block;
}

.socialbox .socials {
    display: flex;
    width: 206px;
    gap: 10px;
}

#footer .socialbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.companylink {
    list-style: none;
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: white;
}

.companylink li {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.companylink li a {
    text-decoration: none;
    color: white;
}

.companylink li a:hover {
    text-decoration: underline;
    font-weight: 600;
    color: #DEDFE1;
}

.companylink li a:visited {
    font-weight: 700;
    color: #DEDFE1;
}

#footer .socialbox p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#footer .socialbox a {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: white;
}

footer .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    /* justify-content: space-around; */
}

#footer #secondContainer {
    display: flex;
}

.stroke {
    width: 80%;
    height: 1px;
    background-color: #FFFFFF;
}

.copybox p {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}