/* Wide Mobile = 480px patička*/



* {
  box-sizing: border-box;
}

/* Container for flexboxes */
.row1 p {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0%;
  margin-right: 0%;
  
  
}

/* Create four equal columns */
.column {
  flex: 50%;
  padding: 20px;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    flex: 100%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row {
    flex-direction: column;
  }
}

.footer__widget1{
margin-left: 25%;
margin-right: 25%;
}

.footer__widget1 h5 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer__widget1 ul li {
	list-style: none;
}

.footer__widget1 ul li a {
	font-size: 15px;
	color: #ffffff;
	line-height: 36px;
	position: relative;
	display: block;
}

.footer__widget1 ul li a span {
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	left: 80px;
	top: 11px;
}


.footer__about1 {
margin-left: 15%;
color: #fff;

}

.footer__about1 p {
	color: #fff;

}


.footer__logo {
	margin-bottom: 20px;
}

.footer__widget2 {
	font-size: 15px;
	color: #ffffff;
	line-height: 36px;
	position: relative;
	display: block;
    margin-right: 50%;
}

.footer__address2 {
margin-left: 25%;
}