.mt-1{
  margin-top:1%;
}

.mt-2{
  margin-top:2%;
}

.mt-3{
  margin-top:3%;
}

.mt-4{
  margin-top:4%;
}

.mt-5{
  margin-top:5%;
}

.mb-1{
  margin-bottom:1%;
}

.mb-2{
  margin-bottom:2%;
}

.mb-3{
  margin-bottom:3%;
}

.mb-4{
  margin-bottom:4%;
}

.mb-5{
  margin-bottom:5%;
}


.pre_fixed_img{
  width: 300px;
  height:200px;
}

.big-checkbox {
    width: 25px;
    height: 25px;
}

.w-100{
  width:100%;
}

@media (max-width: 530px) {
  .pre_fixed_img{
    width: 180px;
    height:100px;
  }
}