.section-footer {
  width: 100%;
  background-color: #121212;
  padding-bottom: 72px;
  margin-top: 200px;
}

.footer_div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 119px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1265px;
  height: 34px;
  color: #757575;
}

.footer-col1 {
  width: auto;
  height: 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.footer-col1 img {
  margin-right: 5px;
}

.footer-links {
  width: 100%;
  max-width: 312px;
  height: 16px;
  font-size: 12px;
  color: #BDBDBD;
}

.footer-links ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  list-style-type: none;
}

.footer-icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-links li,
.footer-icons a,
.footer-icons a:hover {
  color: #BDBDBD;
  text-decoration: none;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 215px;
  height: 24px;
  color: #BDBDBD;
}

.sub-footer {
  border-top: 1px solid #212121;
  width: 1266px;
  height: 53px;
  margin: 41px auto 0 auto;
}

.sub-footer p {
  margin: 16px auto 0 auto;
  width: 834px;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1360px) {
  .footer_div {
    width: 100%;
  }

  .footer-content {
    width: 85%;
  }

  .sub-footer {
    height: max-content;
    width: 80%;
  }

  .sub-footer p {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .section-footer {
    top: 3630px;
    /* height: 950px; */
  }

  .footer_div {
    height: max-content;
  }

  .footer-links {
    height: max-content;
  }

  .footer-content {
    flex-direction: column;
    /* align-items: flex-start; */
    height: 198px;
  }

  .footer-links ul {
    height: 80px;
    flex-direction: column;
    justify-content: space-between;
  }

  .sub-footer {
    margin: 41px auto 0 auto;
  }
}

@media (max-width: 500px) {
  .footer_div {
    bottom: 40px;
  }
}

@media (max-width: 400px) {
  .footer-col1 {
    font-size: 12px;
    margin-left: -27px;
  }

  .footer_div {
    width: 100%;
    bottom: 40px;
  }

  .sub-footer {
    width: 100%;
  }

  .sub-footer p {
    width: 90%;
    margin: 0 auto;
  }
}

/* newsletter css */

@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v3/1Pttg83HX_SGhgqk2johaqRXBA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

h1,
h2,
h3,
h4,
p,
strong,
a,
span,
li,
input {
  font-family: "Source Sans Pro";
}


.presentation {
  display: flex;
  flex-direction: column;
  width: 617px;
  height: 246px;
  width: 50%;
}

.hr {
  margin-left: 0px;
  margin-top: 16px;
  border: 1px solid #FF000A;
  width: 30px;
  height: 0px;
}

.presentation_title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  /* font-family: "Mulish" !important; */
  line-height: 40.16px;
  margin-top: 16px;
}

.presentation_text {
  color: #DFE1E6;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}

.presentation_description {
  color: #DFE1E6;
  /* font-family: Mulish; */
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 32px;
}

@media (max-width: 1360px) {

  .presentation {
    width: 50%;
  }
}

@media (max-width: 1000px) {

  .presentation {
    margin-left: 20px;
    width: 80%;
    margin: 88px auto 0 auto;
  }
}


@media (max-width: 400px) {

  .footer_div {
    width: 100%;
  }

  .presentation {
    height: max-content;
  }
}
