.thsn-service-style-1 .thsn-featured-wrapper img,
.thsn-service-style-1 .themesion-post-item{
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thsn-service-style-1 .thsn-service-img-wrapper{
  position: relative;
  overflow: hidden; 
  border-radius: 20px 0 20px;
}
.thsn-service-style-1:hover .thsn-featured-wrapper img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.thsn-service-style-1 .thsn-service-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;   
}
.thsn-service-style-1 .thsn-service-title a{
  color: var(--thsn-grevo-blackish-color);
}
.thsn-service-style-1:hover .thsn-service-title a{
  color: var(--thsn-grevo-global-color);
}
.thsn-service-style-1 .themesion-box-content{
  padding-left: 20px;
  padding-bottom: 25px;
}
.thsn-service-style-1 .themesion-box-content-inner{
  position: relative;
  margin-top: -50px;
  padding: 40px 30px 40px 50px;
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgb(92 107 149 / 8%);
  border-radius: 20px 0 20px;
}
.thsn-service-style-1 .themesion-box-content-inner:before {
  position: absolute;
  content: "";
  left: 30px;
  width: 10px;
  margin-top: 10px;
  height: 10px;
  background-color: var(--thsn-grevo-global-color);
  border-radius: 50%;
}
.thsn-element-service-style-1.themesion-element-viewtype-carousel .owl-carousel .owl-dots {
  margin-top: 10px;
}
@media only screen and (min-width:768px) and (max-width:991px){
  article.thsn-ele.thsn-ele-service.thsn-service-style-1.col-md-4{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width:375px){
  .thsn-service-style-1 .thsn-service-btn {
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
  }
}
