.centerdiv {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}

.footer-auto {
  background-image: url("../img/bgr-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ft-l {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft-l img {
  width: 270px;
  height: 100px;
  object-fit: contain;
}
.ft-l p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #dddede;
}
.ft-l .ft-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ft-l .ft-social img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.ft-center {
  width: 25%;
}
.ft-center b {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.ft-center ul {
  padding-left: 0px;
}
.ft-center .ft-content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft-center .ft-content li {
  color: #dddede;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.ft-r {
  width: 40%;
}
.ft-r b {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.ft-office {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ft-office ul {
  padding-left: 0px;
}
.ft-r-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #dddede;
}
.footer-end {
  width: 100%;
  border-top: 1px solid #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.footer-end p {
  font-size: 16px;
  font-weight: 400;
  color: #f7fcfc;
}
.footer-end strong {
  font-weight: 400;
  background: linear-gradient(to right, #a2f4fd, #008594);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

/* Tablet screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .centerdiv {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .footer-auto {
    background-image: url("../img/bgr-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ft-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-l img {
    width: 220px;
    height: 80px;
    object-fit: contain;
  }
  .ft-l p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #dddede;
  }
  .ft-l .ft-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ft-l .ft-social img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
  .ft-center {
    width: 100;
  }
  .ft-center b {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .ft-center ul {
    padding-left: 0px;
  }
  .ft-center .ft-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-center .ft-content li {
    color: #dddede;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .ft-r {
    width: 100%;
  }
  .ft-r b {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .ft-office {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-office ul {
    padding-left: 0px;
  }
  .ft-r-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #dddede;
  }
  .footer-end {
    width: 100%;
    border-top: 1px solid #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
  }
  .footer-end p {
    font-size: 16px;
    font-weight: 400;
    color: #f7fcfc;
  }
  .footer-end strong {
    font-weight: 400;
    background: linear-gradient(to right, #a2f4fd, #008594);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}

/* Mobile screen */
@media only screen and (max-width: 767px) {
  .centerdiv {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .footer-auto {
    background-image: url("../img/bgr-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ft-l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-l img {
    width: 220px;
    height: 80px;
    object-fit: contain;
  }
  .ft-l p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #dddede;
  }
  .ft-l .ft-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ft-l .ft-social img {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
  .ft-center {
    width: 100%;
  }
  .ft-center b {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .ft-center ul {
    padding-left: 0px;
  }
  .ft-center .ft-content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-center .ft-content li {
    color: #dddede;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .ft-r {
    width: 100%;
  }
  .ft-r b {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .ft-office {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ft-office ul {
    padding-left: 0px;
  }
  .ft-r-location {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #dddede;
  }
  .footer-end {
    width: 100%;
    border-top: 1px solid #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
  }
  .footer-end p {
    font-size: 16px;
    font-weight: 400;
    color: #f7fcfc;
  }
  .footer-end strong {
    font-weight: 400;
    background: linear-gradient(to right, #a2f4fd, #008594);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
