.footer-section {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    /* height: 648px; */
    background-color: #175145;
}

.footer-section-center {
    max-width: var(--max-width);
    width: 100%;
    display: grid;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-section-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: right;
    height: 88px;
    border-top: 1px solid #FFFFFF29;
    border-bottom: 1px solid #FFFFFF29;
}

.footer-section-bottom-imgs {
    display: flex;
    gap: 16px;
    margin-right: 16px;
}

.footer-section-bottom span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: #F9F5EB;
}

.footer-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 920px) {
    .footer-section-head {
        display: grid;
        justify-content: center;
    }
}

.footer-section-head-email {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-section-head-email img {
    max-width: 134px;
}

.footer-section-head-description {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1%;
    margin: 0px;
    padding: 0px;
    color: #558d81;
}

.footer-section-head-text {
    font-family: DM Mono, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #F9F5EB;
}


.footer-section-bottom-wrapper {
    display: flex;
    gap: 12px;
    height: 48px;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    padding: 6px 18px 6px 24px;
    background-color: #3c6d63;
}

.footer-section-bottom-wrapper input {
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #F9F5EB !important;
    width: 100%;
    outline: none;
    background-color: transparent;
    height: 48px;
    border: 0px;
}

.footer-section-bottom-wrapper input::placeholder {
    color: #77978d;
    opacity: 0.7;
}

.footer-section-bottom-wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  cursor: pointer;
}

.footer-section-head-links {
    display: flex;
    align-items: start;
    gap: 46px;
    flex-wrap: wrap;
}

.footer-section-head-links-section {}

.footer-section-head-links-section h4 {
    font-family: DM Mono, sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #558d81;
    margin-bottom: 8px;
}

.footer-section-head-links-section ul li {
    list-style: none;
    margin-top: 8px;
}

.footer-section-head-links-section ul li a {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-style: Regular;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -3%;
    color: #F9F5EB;
    text-decoration: none;
    list-style: none;
}

.footer-section-head-links-section ul li a:hover {
    cursor: pointer;
    text-decoration: underline;
}
