#our_values{
  position: relative;
  padding: 100px 0;'
}
.our__services_subtitle{
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5913722/Vector%209%20%281%29.svg);
  background-size: 150px;
  padding: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.our__services_subtitle h3{
  font-family: Caveat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #2F94D2;
}
.our__services_title h2{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #29275E;
  margin-top: 30px;
  margin-bottom: 30px;
}
.our__services_card{
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 16px 16px 30px #E2EBEF;
  border-radius: 15px;
  margin: 15px;
  padding: 40px 25px;
  min-height: 250px;
}
.our__services_card__icon{
  background-image: url('https://f.hubspotusercontent20.net/hubfs/5913722/Group%204.svg');
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: center;
}
.our__services_card__icon img{
  max-width: 50px;
  width: 100%;
}
.our__services_card h3{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #29275E;
  margin-top: 20px;
}
.circle__services{
  position: absolute;
  right: 0;
  top: 180px;
}

.our_value__element {
 margin-top: 30px;
}

.our_value__element {
  padding: 10px;
}

.our_value__title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 20;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #29275E;
}

.our_value__text {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #969694;
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 460px){
  #choose__us{
    background-image: none!important;
  }
  .choose__us_content{
    padding: 0 20px;
  }
}