
.about-content{
	display: flex;
}
.about-container{
	display: flex;

}
.Tech_container{
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: bolder;
	gap: 1em;
	color: #22d3ee;
    list-style-type: "\1F9E0";
}

@media (min-width: 640px) {
  .about-img-wrapper {
    margin: 0 auto;
  }

  .about-img {
    width: 28.6875rem;
  }
}