@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 45px;
  padding-bottom: 20px;
}

h3 {
  font-size: 32px;
}

p {
  line-height: 1.8;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}/*# sourceMappingURL=reset.css.map */

@media (max-width: 767px){
	h2 {
  font-size: 34px !important;
  padding-bottom: 20px;
}

h3 {
  font-size: 24px;
}
	p{
		font-size: 15px;
	}
}

@media (max-width: 575px){
	h2{
		font-size: 20px !important;
	}	
}