body {
    font-family: Barlow, Helvetica, Arial, sans-serif;
    margin: 0px;
}

b {
    font-weight: 600;
}

.bolder {
    font-weight: 700;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.mb-3 {
    margin-bottom: 4px !important;
    display: block;
}

.single-form {
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding: 50px 20px;
}

.single-form .card-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid black;
}

.single-form .text-wrapper {
    margin-top: 20px;
}

.single-form img {
    max-height: 200px;
    margin: 0px auto 20px auto;
}

.single-form h3 {
    font-size: 23px;
    line-height: 32px;
    margin: 10px 0px;
    font-weight: 600;
    text-align: left;
}

.single-form p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 14px 0px;
    display: block;
}

.single-form .long-text {
    min-height: 120px;
    font-size: 15px;
}

.single-form .last-publications {
    width: 100%;
    height: fit-content;
    max-width: fit-content;
    align-self: flex-start;
}

.last-publications h3 {
    font-size: 15px !important;
    line-height: 32px !important;
    text-transform: uppercase;
}

.last-publications a {
    color: #e51f3d;
}

.listing {
    width: 100%;
    height: fit-content;
}

.listing h3 {
    font-size: 30px !important;
    line-height: 32px !important;
    text-transform: uppercase;
    margin-top: 0px;
}

.display_archive {
    font-size: 18px;
}
.campaign {
    font-size: 20px;
}

.campaign {
    margin-bottom: 20px;
}

.campaign a {
    color: #e51f3d;
}

.see-more {
    color: rgb(42, 106, 244);
    text-decoration: underline;
    cursor: pointer;
    display: block;
    font-size: 14px;
}

#archivio {
    max-width: 1024px;
    margin: 30px auto;
    height: 100%;
    background-color: #f7f7f6;
    padding: 40px 25px 40px 25px;
    min-height: calc(100vh - 140px);
}

.two-logos-wrapper {
    display: flex; 
    flex-direction: row; 
    max-width: 100%; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    margin-bottom: 20px;
} 

.img-wrapper {
    display: flex;  
    align-items: center; 
    justify-content: center; 
    margin: 0px 20px;
}

.img-wrapper img {
    width: auto; 
    max-height: 170px; 
    object-fit: contain; 
    margin-bottom: 0px !important;
}

@media screen and (min-width: 768px) {

    .single-form p {
        font-size: 18px;
    }

    .single-form .card-form {
        max-width: 55%;
    }

}