.svg-inline--fa {
  	width: 30px;
  	height: 30px;
  	margin: 40px 5px;
}

.onqor-socail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.onqor-socail__title {
  font-size: 24px; 
  font-weight: 400; 
  font-family:'Georgia Pro', serif; 
  padding-bottom: 20px;
}

.onqor-socail .onqor-socail__item {
	max-height: 400px;
  	max-width: 400px;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 20px;
  	margin-right: 20px;
}

@media (min-width: 760px) {
  .onqor-socail .onqor-socail__item {
   	display: flex;
  	flex-direction: column;
  	flex-basis: 50%;
  	flex: 2;
	}
}

.onqor-socail__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
   flex-wrap: wrap;
}

.footer-socail {
  padding-bottom: 40px;
}

