@import url('./owl.carousel.min.css');
@import url('./jquery.fancybox.min.css');

body {
  font-family: "Manrope", sans-serif;
  margin:0;
    font-size: 1rem;
    font-weight: 400;
}
* {
    outline: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-family: "Manrope", sans-serif;
}
::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    transition: all .3s ease 0s;
}
img {
    transition: all .3s ease 0s;
    }
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
section.section {
    overflow: hidden;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
        padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}


@media (min-width: 992px) {
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}