body {
  font-family: "SF Bold", Helvetica, Arial, sans-serif !important;
}

.internship-block {
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 90px 0;
  margin-top: 50px;
  color: white;
}
.bottom-banner-section {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bottom-content-title {
  line-height: 50px;
  letter-spacing: 1.5px;
  font-size: 44px;
  color: white;
  text-align: center;
  font-weight: 600;
}
.internship-description {
  line-height: 20px;
  text-align: center;
  font-family: "SF Regular", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}
.banners-descriptions {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
  max-width: 96%;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 20px;
}
.playstore {
  width: 96%;
  height: auto;
}
@media (max-width: 1400px) {
  .playstore {
    width: 90%;
  }
  .bottom-content-title {
    font-size: 40px;
  }
  .banners-descriptions {
    column-gap: 0px;
  }
}
@media (max-width: 992px) {
  .bottom-content-title {
    line-height: 40px;
    font-size: 36px;
  }
  .playstore {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .bottom-content-title {
    font-size: 36px;
    line-height: 40px;
  }
  .playstore {
    width: 82%;
  }
  .intenshipbr {
    display: none;
  }
}
@media (max-width: 520px) {
  .bottom-content-title {
    font-size: 30px;
    line-height: 36px;
  }
  .banners-descriptions {
    max-width: 80%;
    margin-top: 0px;
  }
  .internship-description {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .bottom-content-title {
    font-size: 26px;
    line-height: 40px;
  }
}
