@charset "utf-8";
/* CSS Document */
.agricko-choose-item-about {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
	color: #000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
  padding: 10px 20px 15px;
}
@media (max-width: 767.98px) {
  
.agricko-choose-item-about {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
	color: #000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  text-align: center;
	justify-content: center;
  padding: 5px;
  width: 100%;
}
	.agricko-choose-item-contact {
  
  background-color: #91670c;
	color: #000;
  text-align: center;
		justify-content: center;
  padding: 5px;
  width: 100%;
}
	.social{margin-bottom: 15px}


	.agricko-choose-item-gallery {
  
  background-color: fff;
	color: #000;
  text-align: center;
}
	.social{margin-bottom: 15px}

.tab {
         display:grid;
         font-size: 13px;  
      }
}
