.redirection-pane {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 50px; */
}

.pane {
    flex: 1;
}

.logo {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin-left: 20%;
    padding: 20px;
}

.letter {
    font-size: 25px;
    border: solid;
    border-radius: 5px;
    margin-right: 10px;
    width: 35px;
    height: 35px;

    font-family: Jaldi;
    font-weight: 1000;
    /* letter-spacing: -0.11999999731779099px; */
    text-align: center;

}

.scentence {
    font-family: Jockey One;
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 6px;
    text-align: center;

}

.line {
    display: flex;
    /* margin: 10px; */

}

.sdg-goal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sdg-image {
    margin: 10px;
    width: 60%;
    height: auto;
    cursor: pointer;
}

.sdg-title {
    font-family: Tomorrow;
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.11999999731779099px;
    text-align: center;

}

.sdg-info {
    font-family: Zilla Slab;
    font-size: 18px;
    width: 80%;
    font-weight: 400;
    /* line-height: 30px; */
    /* letter-spacing: -0.11999999731779099px; */
    text-align: center;
    /* max-height:10px; */
}

.desktop-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 30px;
    /* margin-top: 30px; */
    padding-bottom: 20px;
}

.wfp-logo {
    width: 90px;
    height: auto;
}

.ctara-logo {
    width: 60px;
    height: auto;
}

.camel-logo {
    height: 30px;
    width: auto;
}

.fort-logo {
    height: 30px;
    width: auto;
}

.footer-title {
    font-size: 14px;
    font-weight: bold;
}

.sdg-logo {
    width: 90%;
    height: auto;
}

/* 
.logos,
 {
    background-color: red;
    display: flex;
    justify-content: center;
} */



.logos,
.quick-links-panel {
    /* background-color: red; */
    display: flex;
    text-decoration: underline;
}

.logo1 {
    /* background-color: red; */
    justify-content: center;
}

.logo2 {
    /* background-color: red; */
    padding-top: 0.8vmin;
    justify-content: end;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-right: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.footer-link {
    font-family: Inter;
    font-size: 13px;
}

@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px;
    padding-bottom: 10px;
  }
}
