.circle {
  margin: 36px;
  display: inline-block;
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #594A32;
}

.circle::before,
.circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.circle,
.circle::before,
.circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.circle {
  position: relative;
  z-index: 2;
 background-color: #262626;
 box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.07), inset 0 0 0 35px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0,0,0,0.1);
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}

.circle:hover {
  color: #fff;
}
.circle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.circle:hover::after {
  background: #594A32;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.circle1 {
  opacity: 0.4;
}

.circle2 {
  opacity: 0.6;
}

.circle3 {
  opacity: 0.8;
}
.circle p
{
    font-size: 16px;
    color: #ccc;
    font-family: 'dinregularwebfont', Arial, sans-serif;
    text-align: justify;
    line-height: 26px;
      overflow: hidden;
  display: -webkit-box;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-orient: vertical;
}

.circle .img {
  position: relative;
  width: 100%;
  height:100%;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  display: block;
  content: '';
  
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*.circle a {
  text-decoration: none;
  color: #1d2087;
}

.circle h2 {
  font-size: 60px;
}

.circle h2 small {
  color: #1d2087;
}

.circle p {
  font-size: 24px;
  line-height: 26px;
}*/