/*
                  _   _             _ _ _ _ _        _ 
                 | | | |           | (_|_|_) |      | |
  _ __ ___  _   _| |_| |_   _    __| |_ _ _| |_ __ _| |
 | '_ ` _ \| | | | __| | | | |  / _` | | | | __/ _` | |
 | | | | | | |_| | |_| | |_| | | (_| | | | | || (_| | |
 |_| |_| |_|\__,_|\__|_|\__,_|  \__,_|_| |_|\__\__,_|_|
                                      _/ |             
                                     |__/

Samet Mutlu +05422419932 mutludijital.com.tr
*/
.firmaBox{
		background-color: white;
		padding: 10px;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
		margin-bottom: 25px;
		display: flex; 
		align-items: center; 
		justify-content: flex-start;
		border: none;
	}
	.firmaLogo{
		width: 100px !important;
		height: 100px !important;
		border-radius: 100px;
		background-size: cover; 
		background-position: center center;
		background-color: #eee;
		margin-right: 10px;
	}
	.content{
		width: 70%;
	}
	.content a{
		text-decoration: none;
-        }
	.content h3{
		font-size: 1em;
		margin: 0px;
		margin-bottom: 5px;
	}
	.stars{
		margin-bottom: 5px;
	}
	.stars i{
		font-size: 12px;
		color: orange;
	}