.tv11 {
  position: relative;
  text-align: center;
}
.tv11:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  height: 200px;
  width: 100%;
  content: '';
  background: url('../images/bg-02.png') no-repeat;
  background-size: auto;
  background-size: 100% 200px;
  background-position: top center;
}
.tv11 .tv11-circle-wrapper {
  position: relative;
  width: 358px;
  height: 358px;
  margin: 0 auto;
  border: 2px solid #a06637;
  border-radius: 50%;
}

.tv11 .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 286px;
  max-height: 286px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #1c476a;
}

.tv11 .center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.tv11 .tv11-item {
  position: absolute;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}

.tv11 .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #1c476a;
  color: white;
  text-align: center;
  display: inline-block;
  top: -10px;
  position: relative;
}

.tv11 .icon i {
    font-size: 36px;
    padding: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tv11 .text {
  display: inline-block;

}

.tv11 .top-left {
  top: 8%;
  left: -105%;
}

.tv11 .top-right {
  top: 8%;
  right: -105%;
}

.tv11 .bottom-left {
  bottom: 8%;
  left: -105%;
}

.tv11 .bottom-right {
  bottom: 8%;
  right: -105%;
}

.tv11 .tv11-item .icon {
  transition: 0.4s;
}
.tv11 .tv11-item .text h3 {
  font-weight: 500;
  transition: all 0.7s ease-out;
  min-width: 350px;
}
.tv11 .tv11-item.hovered .text h3,
.tv11 .tv11-item:hover .text h3 {
  /* font-weight: 700; */
  color:#a06637;
}

.tv11 .tv11-item.hovered .icon,
.tv11 .tv11-item:hover .icon {
  background-color:#a06637;
}
.tv11 .tv11-item .text span {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: black;
  display: inline-block;
    max-width: 350px;
    text-wrap-style: pretty;
}
@media (max-width: 1199px) {
  .tv11 .tv11-circle-wrapper {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
  }
  .tv11 .tv11-item .text h3 {
    font-size: 26px;
    min-width: 300px;
  }
  .tv11 .tv11-item {
    position: relative;
    display: table;
    width: 50%;
    float: left;
    min-width: 50%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-left: 70px;
    min-height: 55px;
    margin-bottom: 30px;
  }
  .tv11 .tv11-item .text {
    display: table-cell;
    vertical-align: middle;
  }
  .tv11 .tv11-item .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0!important;
    height: 55px;
    width: 55px;
  }
  .tv11 .tv11-item .icon i{
    font-size: 30px;
    padding: 0;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .tv11 .tv11-item {
    position: relative;
    display: table;
    width: 350px;
    float: none;
    min-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .tv11 .top-left,
  .tv11 .bottom-left {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .tv11 .tv11-item .text span {
    white-space: normal !important;
    word-wrap: break-word;
    display: block;
  }

  .tv11 .tv11-item {
    width: 100%;
    min-width: unset;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .tv11 .tv11-item .text h3 {
    min-width: unset;
    width: 100%;
  }

  .tv11 .tv11-item .text {
    width: calc(100% - 70px); /* Prevents text from crashing into the icon */
  }
}
