* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.body_content_container {
  margin-bottom: 0;
}

.vision_sect {
  padding: 0px 200px 0px 25px;
}

.container_mission {
  width: 100%;
  margin-bottom: 0;
  padding: 0px 20px 0 20px;
}

.container_bl_h2x {
  margin-top: 30px;
}

.container_tab_emulator {
  margin-bottom: 0;
}

.container_bl_h2x h2 {
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  color: var(--text-color6);
  font-family: var(--text-font-family2);
}

.container_content_bl_xi p {
  color: var(--text-color3);
  text-align: center;
  font-family: var(--text-font-family2);
  font-size: 22px;
  font-weight: 300;
  position: relative;
  margin-bottom: 0.5em;
}

.container_content_bl_xi p::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 9%;
  left: 45%;
  bottom: -25px;
  right: 40%;
  background-color: var(--after_color);
}

.container_icon_flex {
  width: 100%;
  padding: 0px 100px 0px 100px;
  margin-top: 70px;
}

.container_icon_flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_bottom_section_ {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding: 90px 50px 90px 50px;
  background-color: var(--background-cl);
}

.section_vi_h2 {
  width: 100%;
  text-align: center;
  color: var(--text-color2);
  margin-bottom: 0.5em;
}

.section_vi_h2 h2 {
  font-family: var(--text-font-family2);
  font-size: 38px;
  font-weight: 700;
  color: var(--text-color2);
  margin-bottom: 0.5em;
}

.section_container_bl_ {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0px 100px 0px 100px;
}

.section_container_bl_ p {
  color: var(--text-color2);
  font-family: var(--text-font-family2);
  font-size: 22px;
  font-weight: 300;
}

.container_section_bl_blockfi {
  padding: 20px;
  width: 80%;
  margin-left: auto;
  display: flex;
  gap: 25px;
  align-items: center;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
}

.container_content_bl {
  width: 20%;
  height: auto;
  padding: 0px;
  text-align: center;
}

.container_content_bl img {
  width: 65%;
}

.section_img_bb img {
  width: 52%;
}

.descp {
  font-size: 20px;
  font-family: var(--text-font-family2);
  font-weight: 300;
  margin-top: 5px;
  color: var(--color);
}

.container_content_bl_text {
  padding: 30px 70px 30px 70px;
  text-align: center;
  color: var(--text-color2);
  margin: 70px 0px 0px 0px;
}

.container_content_bl_text p {
  font-size: 22px;
  font-weight: 300;
  font-family: var(--text-font-family2);
  text-align: center;
  line-height: 35.2px;
}

.blockfi_footer_section_container {
  margin-top: 0 !important;
}

:root {
  --color: #a2a2a2;
  --background-cl: #3d414c;
}

@media screen and (max-width: 767px) {
  .vision {
    background-image: url(images/our-vision-mobile-bg.jpg);
    background-repeat: no-repeat;
  }

  .vision_sect {
    padding: 0px 20px 0px 20px;
  }

  .container_mission {
    padding: 0px 0px 0px 0px;
  }

  .container_bl_h2x {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .container_content_bl_xi p {
    font-size: 18px;
    line-height: 30px;
  }

  .container_icon_flex {
    padding: 0;
    margin-top: 100px;
  }

  .section_bottom_section_ {
    width: 100%;
    padding: 90px 10px 90px 10px;
  }

  .section_container_bl_ {
    padding: 0px 10px 0px 10px;
  }

  .section_container_bl_ p {
    font-size: 18px;
  }

  .container_section_bl_blockfi {
    flex-direction: column;
  }

  .container_content_bl {
    width: 35%;
  }

  .container_content_bl img {
    width: 99%;
  }

  .section_img_bb img {
    width: 60%;
  }

  .container_content_bl_text {
    padding: 30px 10px 30px 10px;

  }

  .container_content_bl_text p {
    font-size: 18px;
    line-height: 30.2px;
  }
 
}


@media screen and (min-width : 767px) and (max-width : 1199px) {
  .container_content_bl img {
    max-width: 100%;
    width: 60%;
    height: auto;
  }

  .section_img_bb img {
    width: 48%;
  }

  .section_container_bl_ {
    padding: 0px 10px;
  }

  .container_content_bl_text {
    padding: 10px;
    margin: 20px 0px 0px 0px;
  }

  .container_section_bl_blockfi {
    justify-content:space-between;
    width: 100%;
    gap: 0;
    padding: 10px;
  }
}