* {
  font-family: Rubik;
}
* ::-webkit-scrollbar {
  width: 0.3vw;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
* ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.799);
  border-radius: 10px;
}

body {
  min-width: 280px;
}

.footer a {
  text-decoration: none;
  color: white;
}
.footer a :hover {
  color: rgb(202, 200, 200);
}

.main h2 {
  font-weight: 800;
  font-size: 2.1rem;
  color: #F4F4F2;
}
.main p {
  font-size: 1.5rem;
  color: #E8E8E8;
}

.footer li {
  list-style: none;
}

.info-box i {
  color: #0d6efd;
}

.custom {
  width: 100%;
  height: 470px;
  overflow: auto;
  scroll-behavior: smooth;
}
.custom a {
  text-decoration: none;
}

.info:hover {
  cursor: pointer;
  transform: scale(1.05);
}

@media (max-width: 414px) {
  .img_1 {
    height: 400px;
    width: 400px !important;
  }
  .main h2 {
    font-weight: 800;
    font-size: 2rem;
    color: #F4F4F2;
  }
  .main p {
    font-size: 1.2rem;
    color: #E8E8E8;
  }
}
.cards_top {
  height: 290px;
}
.cards_bottom {
  height: 200px;
}

@media (max-width: 1400px) {
  .cards_top {
    height: 200px !important;
  }
  .cards_bottom {
    padding-top: 15px;
    height: 250px !important;
  }
}
@media (max-width: 991px) {
  .cards {
    margin: 0 auto;
    width: 90% !important;
  }
  .cards_top {
    height: 200px;
  }
  .cards_top img {
    height: 200px;
    width: 300px !important;
  }
  .cards_bottom {
    height: 100% !important;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .cards {
    width: 100% !important;
  }
  .cards_bottom {
    padding-top: 20px !important;
  }
  .c-frame_form {
    height: 600px !important;
  }
}
@media (max-width: 400px) {
  .img_1 {
    height: 400px;
    width: 350px !important;
  }
  .main h2 {
    font-weight: 800;
    font-size: 1.9rem;
    color: #F4F4F2;
  }
  .main p {
    font-size: 1rem;
    color: #E8E8E8;
  }
}
@media (max-width: 300px) {
  .img_1 {
    height: 400px;
    width: 280px !important;
  }
  .c-frame_form {
    height: 650px !important;
  }
}/*# sourceMappingURL=style.css.map */