footer {
    width: 100%;
    background: rgb(248, 248, 248);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-data {
    width: 100%;
    max-width: 110rem;
    display: flex;
    flex-direction: column;
    padding: 48px 0px 22px;
} 
.top-section {
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-section img {
    height: 28px;
    width: 132px;
}
.top-section .dropdown {
    min-width: 100px;
    max-width: 100%;
    cursor: pointer;
    padding: 3px 7px;
    border: 1px solid rgb(181, 181, 181);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 200;
    gap: 5px;
    align-items:center;
    text-overflow: ellipsis;
    display: flex;
}
.top-section .dropdown img {
    height: 30px;
    width: auto;
}
.right-sections {
    justify-content:space-between;
}
.top-section .right-sections {
    gap: 10px;
}
.middle-section {
    width: 100%;
    margin-left: -71px;
}
.footer-links {
    position: relative;
    width: 100%;
    max-width: 18.3333%;
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 32px;
}
.footer-links ul {
    list-style: none;
}
.footer-title {
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      margin: 0px 0px 12px;
      width: 170px;
      padding-left: 39px;
}
.footer-links ul li {
    font-size: 14px;
    line-height: 21px;
    color: rgb(105, 105, 105);
    margin: 5px 0px;
    cursor: pointer;
    width: 100%;
}
.middle-section .column {
    gap: 20px;
}
.middle-section .column .footer-links {
    max-width: fit-content;
}
.middle-section .socials {
    gap: 10px;
    margin: 10px 0;
    padding-left: 14px;
}
.socials a {
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-size: 16px;
}
.footer-links .buttons { 
    gap: 5px; 
}
.footer-title1 {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0px 0px 12px;
    width: 170px;
    padding-left: 14px;
}
.right-sections .dropdown .icon-chevron {
    height: 15px;
    width: 15px;
}
.footer-links .buttons img {
    width: 137px;
    height: 40px;
}
.footer-links .buttons {
    gap: 10px;
    padding: 12px 0px 0px 15px;
    cursor: pointer;
}
 .footer-data .line {
    margin-top: 50px;
    border-top: 1px solid rgb(207, 207, 207);
}
.terms {
    font-size: 13px;
    color: rgb(79, 79, 79);
    line-height: 17px;
    margin-top: 23px;
}