@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

body {
  position: relative;
}

header {
  align-items: center;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  background-color: #1833a0;
}
header a {
  color: white;
  text-decoration: none;
}
header .left-side {
  align-items: center;
  display: flex;
  gap: 1rem;
}
header h3 {
  font-size: 12px;
  font-weight: lighter;
}
header .btn {
  border: 1px white solid;
  padding: 0.1rem 0.6rem;
  border-radius: 1rem;
  border-bottom: 2.5px white solid;
}
header .location {
  align-items: center;
  display: flex;
  gap: 5px;
}
header .bx-map {
  font-size: 25px;
  color: #ffb400;
}
header .btn-diff {
  border: none;
  background-color: #ffb400;
  padding: 0.2rem 0.6rem;
}

@media (max-width: 360px) {
  header {
    padding: 0.8rem;
    text-align: center;
    background-color: #1833a0;
  }
  header .right-side {
    margin: 0 auto;
  }
  header .locations {
    display: none;
  }
  header .location {
    display: none;
  }
}
.introduction {
  z-index: 2000;
  padding: 0.1rem 1rem;
  height: 12vh;
  display: flex;
  position: sticky;
  top: 0%;
  justify-content: space-between;
  align-items: center;
  background-color: #d4dbff;
}
.introduction .lap {
  font-size: 25px;
}
.introduction .about:hover {
  background-color: rgb(214, 213, 213);
  padding: 0.3rem;
}
.introduction a {
  text-decoration: none;
  font-size: 13px;
  color: #1833a0;
}
.introduction img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.search {
  display: none;
}
.search .loop {
  font-size: 25px;
}
.search .right-sided {
  background-color: #1833a0;
  color: #d4dbff;
  border-radius: 50%;
  padding: 0.2rem;
}

@media (max-width: 788px) {
  .lap {
    display: none;
  }
  .about {
    display: none;
  }
  .introduction {
    padding: 0.1rem 1rem;
    height: 12vh;
    display: flex;
    position: sticky;
    top: 0%;
    justify-content: space-between;
    align-items: center;
    background-color: #d4dbff;
  }
  .introduction .lap {
    font-size: 25px;
  }
  .introduction .about:hover {
    background-color: rgb(214, 213, 213);
    padding: 0.3rem;
  }
  .introduction a {
    text-decoration: none;
    font-size: 13px;
    color: #1833a0;
  }
  .search {
    display: block;
  }
}
.find-out {
  background: url(/images/totos-treasure-account.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 2.5rem 2.5rem;
}
.find-out .discription {
  color: white;
  width: 35%;
}
.find-out .discription p {
  padding: 3rem 1rem;
}
.find-out .discription a {
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  color: white;
  background-color: #1833a0;
}
.find-out .saving {
  padding: 0rem 1rem;
  border-right: 1px solid gray;
}
.find-out .saving:hover {
  background-color: grey;
}
.find-out .icons {
  background-color: wheat;
  text-align: center;
  padding: 1rem 4rem;
  margin-top: 8rem;
  color: #1833a0;
  background-color: white;
  display: flex;
  gap: 0.5rem;
}
.find-out .icons a {
  font-size: 14.5px;
  text-decoration: none;
}

@media (max-width: 788px) {
  .find-out {
    background: url(/images/totos-treasure-account.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 2rem 1.5rem;
  }
  .find-out .discription {
    color: white;
    width: 55%;
  }
  .find-out .discription p {
    padding: 2rem 1rem;
  }
  .find-out .discription a {
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
  }
  .find-out .save {
    display: none;
  }
  .find-out .saving {
    border-right: 1px solid gray;
  }
  .find-out .saving:hover {
    background-color: grey;
  }
  .find-out .icons {
    background-color: wheat;
    text-align: center;
    padding: 1rem 2rem;
    margin-top: 5rem;
    color: #1833a0;
    background-color: white;
    display: flex;
    gap: 0.5rem;
  }
  .find-out .icons a {
    font-size: 14.5px;
    text-decoration: none;
  }
}
@media (max-width: 484px) {
  .find-out {
    background: url(/images/totos-treasure-account.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 2.5rem 2.5rem;
  }
  .find-out .discription {
    color: white;
    width: 70%;
  }
  .find-out .discription p {
    padding: 2rem 1rem;
  }
  .find-out .discription a {
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
  }
  .find-out .saving {
    padding: 0rem 1rem;
    border-right: 1px solid gray;
  }
  .find-out .saving:hover {
    background-color: grey;
  }
  .find-out .icons {
    display: none;
  }
}
@media (max-width: 360px) {
  .find-out {
    width: 100%;
    background: url(/images/totos-treasure-account.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vh;
    padding: 2.5rem 1rem;
  }
  .find-out .discription {
    color: white;
    width: 100%;
  }
  .find-out .discription p {
    padding: 2rem 0.3rem;
  }
  .find-out .discription a {
    text-decoration: none;
    padding: 0.7rem 1rem;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
  }
  .find-out .saving {
    border-right: 1px solid gray;
  }
  .find-out .saving:hover {
    background-color: grey;
  }
  .find-out .icons {
    display: none;
  }
}
.personal-banking {
  background-color: #e5e9ff;
  min-height: 100vh;
  padding: 3rem;
}
.personal-banking span {
  color: #ffb400;
}
.personal-banking .heading {
  color: #1833a0;
  font-size: 35px;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
.personal-banking .banking {
  padding-top: 2rem;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.personal-banking .personal {
  width: 30%;
  background-color: white;
  display: flex;
}
.personal-banking .personal a {
  text-decoration: none;
}
.personal-banking .personal .dis {
  width: 50%;
  padding: 0.5rem;
  font-size: 15px;
}
.personal-banking .personal .dis p {
  color: rgb(163, 159, 159);
}
.personal-banking .personal .dis h3 {
  padding-bottom: 2rem;
  color: #1833a0;
}
.personal-banking .personal img {
  width: 50%;
}

@media (max-width: 788px) {
  .personal-banking {
    background-color: #e5e9ff;
    min-height: 100vh;
    padding: 3rem;
  }
  .personal-banking .banking {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    justify-content: center;
  }
  .personal-banking .personal {
    width: 97%;
    height: 35vh;
  }
  .personal-banking .personal img {
    -o-object-fit: fill;
       object-fit: fill;
    width: 50%;
  }
}
@media (max-width: 360px) {
  .personal-banking {
    background-color: #e5e9ff;
    min-height: 100vh;
    padding: 1rem;
  }
  .personal-banking .heading {
    color: #1833a0;
    font-size: 30px;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }
  .personal-banking .banking {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  .personal-banking .personal {
    width: 100%;
    height: 10%;
    background-color: white;
    display: flex;
  }
  .personal-banking .personal a {
    text-decoration: none;
  }
  .personal-banking .personal .dis {
    width: 50%;
    padding: 0.5rem;
    font-size: 15px;
  }
  .personal-banking .personal .dis p {
    color: rgb(163, 159, 159);
  }
  .personal-banking .personal .dis h3 {
    font-size: 13px;
    padding-bottom: 1rem;
    color: #1833a0;
  }
  .personal-banking .personal img {
    width: 50%;
  }
}
.bussiness-banking {
  background-color: #fff9d9;
  padding: 5rem 2rem;
}
.bussiness-banking .section-heading {
  color: #1833a0;
  padding: 4rem 1rem;
}
.bussiness-banking .section-heading span {
  color: #ffb400;
}
.bussiness-banking .section-heading h3 {
  font-size: 35px;
}
.bussiness-banking .banking-cards {
  justify-content: center;
  display: flex;
  gap: 2rem;
}
.bussiness-banking .banking-cards .personal {
  width: 30%;
  background-color: white;
  display: flex;
}
.bussiness-banking .banking-cards .personal a {
  text-decoration: none;
}
.bussiness-banking .banking-cards .personal .dis {
  width: 50%;
  padding: 0.5rem;
  font-size: 15px;
}
.bussiness-banking .banking-cards .personal .dis p {
  color: rgb(163, 159, 159);
}
.bussiness-banking .banking-cards .personal .dis h3 {
  padding-bottom: 2rem;
  color: #1833a0;
}
.bussiness-banking .banking-cards .personal img {
  width: 50%;
}

@media (max-width: 788px) {
  .bussiness-banking {
    padding: 5rem 1rem;
    min-height: 100vh;
  }
  .bussiness-banking .section-heading {
    color: #1833a0;
    padding: 4rem 1rem;
  }
  .bussiness-banking .banking-cards {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    gap: 2rem;
  }
  .bussiness-banking .banking-cards .personal {
    width: 87%;
    height: 40vh;
    background-color: white;
    display: flex;
  }
  .bussiness-banking .banking-cards .personal a {
    text-decoration: none;
  }
  .bussiness-banking .banking-cards .personal .dis {
    width: 50%;
    padding: 0.5rem;
    font-size: 15px;
  }
  .bussiness-banking .banking-cards .personal .dis p {
    color: rgb(163, 159, 159);
  }
  .bussiness-banking .banking-cards .personal .dis h3 {
    padding-bottom: 2rem;
    color: #1833a0;
  }
  .bussiness-banking .banking-cards .personal img {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .bussiness-banking {
    background-color: #fff9d9;
    padding: 3rem 2rem;
  }
  .bussiness-banking .section-heading {
    color: #1833a0;
    padding: 2rem 1rem;
  }
  .bussiness-banking .section-heading h3 {
    padding-left: 0;
    font-size: 30px;
  }
  .bussiness-banking .banking-cards {
    justify-content: center;
    display: flex;
    gap: 2rem;
  }
  .bussiness-banking .banking-cards .personal {
    height: 10%;
    width: 99%;
    background-color: white;
    display: flex;
  }
  .bussiness-banking .banking-cards .personal a {
    text-decoration: none;
  }
  .bussiness-banking .banking-cards .personal .dis {
    width: 50%;
    padding: 0.5rem;
    font-size: 15px;
  }
  .bussiness-banking .banking-cards .personal .dis p {
    color: rgb(163, 159, 159);
  }
  .bussiness-banking .banking-cards .personal .dis h3 {
    padding-bottom: 0.5rem;
    color: #1833a0;
  }
  .bussiness-banking .banking-cards .personal img {
    width: 50%;
  }
}
.master-card {
  min-height: 100vh;
  align-items: center;
  padding: 0rem 4rem;
  display: flex;
  justify-content: space-between;
}
.master-card .explanation h3 {
  padding: 1rem 0rem;
  color: #1833a0;
}
.master-card .explanation .list {
  padding-top: 2rem;
}
.master-card .explanation .bx {
  background-color: green;
  color: white;
  border-radius: 50%;
}
.master-card .explanation .btns {
  padding: 2rem 0rem;
  display: flex;
  gap: 2rem;
}
.master-card .explanation .btns a {
  text-decoration: none;
  border-radius: 0.6rem;
  color: white;
  background-color: #1833a0;
  padding: 0.5rem 2rem;
}

@media (max-width: 788px) {
  .master-card {
    min-height: 100vh;
    align-items: center;
    padding: 3rem 4rem;
    gap: 4rem;
    display: flex;
    flex-direction: column;
  }
  .master-card .explanation h3 {
    padding: 1rem 0rem;
    color: #1833a0;
  }
  .master-card .explanation .list {
    padding-top: 2rem;
  }
  .master-card .explanation .bx {
    background-color: green;
    color: white;
    border-radius: 50%;
  }
  .master-card .explanation .btns {
    padding: 2rem 0rem;
    display: flex;
    gap: 2rem;
  }
  .master-card .explanation .btns a {
    text-decoration: none;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
    padding: 0.5rem 2rem;
  }
}
@media (max-width: 484px) {
  .master-card {
    min-height: 100vh;
    align-items: center;
    padding: 0rem 4rem;
    display: flex;
    justify-content: space-between;
  }
  .master-card .explanation h3 {
    padding: 1rem 0rem;
    color: #1833a0;
  }
  .master-card .explanation .list {
    padding-top: 2rem;
  }
  .master-card .explanation .bx {
    background-color: green;
    color: white;
    border-radius: 50%;
  }
  .master-card .explanation .btns {
    padding: 2rem 0rem;
    display: flex;
    gap: 2rem;
  }
  .master-card .explanation .btns a {
    text-decoration: none;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
    padding: 0.5rem 2rem;
  }
  .master-card .image-master-card {
    display: none;
  }
}
@media (max-width: 360px) {
  .master-card .image-master-card {
    display: none;
  }
  .master-card .explanation .btns {
    padding-top: 2rem;
    padding-right: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .master-card .explanation .btns a {
    text-align: center;
    text-decoration: none;
    border-radius: 0.6rem;
    color: white;
    background-color: #1833a0;
    padding: 0.5rem 0.5rem;
  }
}
.housing-finance-bank {
  padding: 4rem;
  min-height: 100vh;
  background-color: #d4dbff;
}
.housing-finance-bank p {
  color: #a7afbd;
}
.housing-finance-bank .section-title {
  text-align: center;
  padding-bottom: 3rem;
}
.housing-finance-bank .section-title h3 {
  padding-bottom: 0.5rem;
  color: #1833a0;
  font-size: 2.3rem;
}
.housing-finance-bank .section-title span {
  color: #ffb400;
}
.housing-finance-bank .objectives {
  justify-content: center;
  display: flex;
  gap: 1rem;
}
.housing-finance-bank .objectives h3 {
  color: #1833a0;
  padding-bottom: 0.5rem;
}
.housing-finance-bank .objectives .execellence {
  width: 35%;
  background-color: white;
  padding: 2.5rem;
}
.housing-finance-bank .objectives .execellence .image {
  padding-bottom: 1rem;
}
.housing-finance-bank .objectives .images {
  padding-bottom: 1.5rem;
}

@media (max-width: 788px) {
  .housing-finance-bank .objectives {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  .housing-finance-bank .objectives .execellence {
    width: 95%;
    padding: 2.5rem;
  }
}
@media (max-width: 360px) {
  .housing-finance-bank {
    padding: 2rem;
  }
  .housing-finance-bank .section-title h3 {
    font-size: 1.5rem;
  }
  .housing-finance-bank .section-title p {
    font-size: 0.8rem;
  }
  .housing-finance-bank .objectives {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .housing-finance-bank .objectives .execellence {
    width: 99%;
    padding: 2.5rem;
  }
}
.media-updates {
  background-color: #e5e9ff;
  min-height: 100vh;
  padding: 5rem;
}
.media-updates .media {
  font-size: 2rem;
}
.media-updates h3 {
  color: #1833a0;
}
.media-updates p {
  color: #97a097;
}
.media-updates .celebrations {
  width: 94%;
}
.media-updates .celebrations .dive {
  overflow: hidden;
}
.media-updates .celebrations img {
  border-radius: 1rem;
}
.media-updates .celebrations img:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.media-updates .updates {
  padding-top: 2rem;
  display: flex;
  gap: 2rem;
}
.media-updates .updates a {
  text-decoration: none;
}
.media-updates .updates .partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.media-updates .updates .partners .similar {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.media-updates .updates .partners img {
  width: 10.5rem;
  height: 16rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-updates .updates .partners img:hover {
  transform: translateY(-5px);
  transition: 0.2s;
}

@media (max-width: 788px) {
  .media-updates {
    width: 100%;
    background-color: #e5e9ff;
    min-height: 100vh;
    padding: 0rem;
  }
  .media-updates .media {
    font-size: 1.5rem;
    padding: 2rem;
  }
  .media-updates .celebrations {
    width: 100%;
  }
  .media-updates .celebrations p {
    padding-top: 2rem;
    padding-left: 1.5rem;
  }
  .media-updates .celebrations h3 {
    padding-top: 2rem;
    padding-left: 1.5rem;
  }
  .media-updates .celebrations img {
    border-radius: 1rem;
    width: 100%;
  }
  .media-updates .dive {
    padding: 1rem 0rem;
  }
  .media-updates .div {
    padding: 0.1rem 1rem;
  }
  .media-updates .updates {
    padding-top: 2rem;
    flex-direction: column;
    display: flex;
    gap: 2rem;
  }
  .media-updates .updates .partners {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .media-updates .updates .partners .similar {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .media-updates .updates .partners .similar img {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.get-app {
  background-color: #fff9d9;
  min-height: 100vh;
  align-items: center;
  padding: 3rem;
  display: flex;
  gap: 10rem;
}
.get-app .description h3 {
  color: #1833a0;
  font-size: 2.5rem;
  padding-bottom: 1.5rem;
}
.get-app .description p {
  color: #9699a1;
  font-size: 1rem;
}
.get-app .image {
  width: 30rem;
  height: 30rem;
}
.get-app .btns {
  padding-top: 2rem;
}

@media (max-width: 788px) {
  .get-app {
    background-color: #fff9d9;
    min-height: 100vh;
    align-items: center;
    padding: 3rem;
    display: flex;
    gap: 10rem;
  }
  .get-app .description h3 {
    color: #1833a0;
    font-size: 2.5rem;
    padding-bottom: 1.5rem;
  }
  .get-app .description p {
    color: #9699a1;
    font-size: 1rem;
  }
  .get-app .image {
    display: none;
  }
  .get-app .btns {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding-top: 1rem;
  }
  .get-app .btns img {
    width: 9rem;
    height: 2.5rem;
  }
}
@media (max-width: 360px) {
  .get-app {
    align-items: center;
    padding: 1rem;
    display: flex;
    gap: 10rem;
  }
  .get-app .description h3 {
    color: #1833a0;
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
  .get-app .image {
    display: none;
  }
  .get-app .btns {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    padding-top: 1rem;
  }
  .get-app .btns img {
    width: 9rem;
    height: 2.5rem;
  }
}
.footer {
  background-color: #1833a0;
}
.footer h3 {
  color: white;
}
.footer a {
  font-size: 0.9rem;
  color: white;
  text-decoration: none;
  font-weight: lighter;
}
.footer .listings {
  padding: 2rem 5rem;
  display: flex;
  justify-content: space-between;
}
.footer .listings .icons {
  padding-top: 2rem;
}
.footer .listings .icons .bx {
  color: white;
  font-size: 1.5rem;
}
.footer hr {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  color: white;
}
.footer .contacts {
  padding: 2.5rem 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: white solid 1px;
}
.footer .contacts .pacture img {
  width: 8rem;
}
.footer .contacts .contact {
  font-size: 0.8rem;
  display: flex;
  gap: 3rem;
}
.footer .conclusion {
  padding: 2rem;
}
.footer .conclusion p {
  color: white;
  font-size: 0.8rem;
}

@media (max-width: 788px) {
  .footer .pacture img {
    width: 4rem;
  }
  .footer a {
    font-size: 0.9rem;
  }
  .footer .listings {
    padding: 2rem 5rem;
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .footer .listings .icons {
    padding-top: 1rem;
  }
  .footer .listings .icons .bx {
    font-size: 1.5rem;
  }
  .footer .contacts {
    padding: 2.5rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .footer .contacts .contact {
    font-size: 0.8rem;
    display: flex;
    gap: 0.5rem;
  }
  .footer .conclusion {
    padding: 2rem;
    text-align: center;
  }
}
@media (max-width: 630px) {
  .footer {
    background-color: #1833a0;
  }
  .footer h3 {
    color: white;
  }
  .footer a {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    font-weight: lighter;
  }
  .footer .listings {
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
  }
  .footer .listings .icons {
    padding-top: 2rem;
  }
  .footer .listings .icons .bx {
    color: white;
    font-size: 1.5rem;
  }
  .footer hr {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    color: white;
  }
  .footer .contacts {
    padding: 2.5rem 2rem;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: white solid 1px;
  }
  .footer .contacts .pacture img {
    width: 8rem;
  }
  .footer .contacts .contact {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer .conclusion {
    padding: 2rem;
  }
  .footer .conclusion p {
    color: white;
    font-size: 0.8rem;
  }
}
@media (max-width: 484px) {
  .footer {
    background-color: #1833a0;
  }
  .footer h3 {
    color: white;
  }
  .footer a {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    font-weight: lighter;
  }
  .footer .listings {
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
  }
  .footer .listings .icons {
    padding-top: 2rem;
  }
  .footer .listings .icons .bx {
    color: white;
    font-size: 1.5rem;
  }
  .footer hr {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    color: white;
  }
  .footer .contacts {
    padding: 2.5rem 2rem;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: white solid 1px;
  }
  .footer .contacts .pacture img {
    width: 8rem;
  }
  .footer .contacts .contact {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer .conclusion {
    padding: 2rem;
  }
  .footer .conclusion p {
    color: white;
    font-size: 0.8rem;
  }
}
@media (max-width: 360px) {
  .footer {
    width: 100%;
  }
  .footer .listings {
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
  }
  .footer .listings .icons {
    padding-top: 1rem;
  }
  .footer .contacts {
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer .contacts .contact {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}/*# sourceMappingURL=style.css.map */