@media (min-width: 992px) {
  .v-auth-wrapper-011 .text-dark {
    color: white !important;
  }
}

#box_1 ul {
    list-style: none;
    padding-left: 0;
}
#box_1 ul li {
    position: relative;
    padding-left: 1.75rem;
}
#box_1 ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
}

#section_box_5 .v-inner-boxes-003>div {
  height: 200px;
}

.v-footer-boxes-010 a {
  color: white !important;
}

.main-logo-img {
    height: 57px !important;
}

@media (min-width: 992px) {
  .carousel-item .font-size-34 {
      font-size: 42px !important;
  }  
  .carousel-item ul li {
      font-size: 20px;
  }
}

#section_box_3 .card-img-top {
  	max-width: 50px !important;
  	margin-top: 20px;
}

h3.h5 {
  	font-size: 1rem;
}
    
.bg-primary a {
  color: #fff;
    padding: 0 5px;
    text-decoration: none;
}
    
.kicsi {
  font-size: 14px !important;
  margin-bottom: 0;
}
.list-unstyled .list-group-item a {
  font-size: 14px !important;
}

header {
	border-bottom: 1px solid rgb(var(--bs-primary-rgb)) !important;
}