.hero-img{
  width:80%!important;
  position: absolute;
  transform: translate(-50%, -30%);
  top:50%;
  left:50%;
}

#home h1{
  font-size:2rem;
}

#home p{
  font-size:1.2rem!important;
  font-weight:400!important;
  color: rgb(64,64,64);
}


#services .box{
  height: 100%;
}

.bg-opacity-default {
background: rgba(30, 108, 18, 0.1);
}

.info-area *{
  color:#404040;
}
.info-area span{
  font-size:1.2em;
}

.info-area span.display-3{
  font-size:1.8rem;
}

.table th, .table td{
  padding: 0.3rem 0.75rem;
}
.offer-icon {
    width: 200px;
    height: 200px;
    background-color: #c8102e;
    border-radius: 50%;
    position: relative;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 2em auto; /* Centering */
}
.offer-icon::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    border: 2px dashed white; /* Dashed border */
    border-radius: 50%;
    box-sizing: border-box;
}
.offer-icon .text-small {
    font-size: 18px;
    margin-bottom: 5px;
}
.offer-icon .text-large {
    font-size: 64px;
    font-weight: bold;
}
.offer-icon>*{
  line-height:initial;
}

blockquote.icon p{
    font-size:0.8rem;
    line-height:1.2rem;
}
