
#already_client{
  padding: 0px 15px;
}
.already_client-inner{
  display: flex;
  max-width: 1170px;
  margin: 50px auto;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
}
.already_client-inner--left{
  width: 50%;
  background: url(../img/banner_bg.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
}
.already_client-inner--left img{
  width: 100%;
}
.already_client-inner--right{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}
.already_client-inner--right h1{
  margin: 0px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #232592 0, #34b0f8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: fit-content;
  font-weight: 700;
  font-size: 32px;
}
.tecnologioia{
  background: linear-gradient(90deg, #34b0f8 0,  #232592 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: fit-content;
}
.already_client-inner--right p{
  margin: 0px;
  color: #3B3B3B;
  font-size: 16px;
}
.already_client-inner--right a{
  max-width: 210px;
  margin-top: 20px;
}

@media screen and (max-width: 767px){
  .already_client-inner{
    flex-direction: column;
  }
  .already_client-inner--left, .already_client-inner--right{
    width: 100%;
    height: 50%;
    padding: 25px;
    text-align: center;
  }
  .already_client-inner--right h1{
    font-size: 24px;
    width: auto;
  }
  .already_client-inner--right a{
    margin: 20px auto 0px;
  }

}


.visore-mysottosanti .background {
    background-image: url(../img/header-LG.jpg);
}

@media screen and (max-width: 1023px) {
    .visore-mysottosanti .background {
        background-image: url(../img/header-SM.jpg);
    }
}

@media screen and (max-width: 767px) {
    .visore-mysottosanti .background {
        background-image: url(../img/header-XS.jpg);
    }
}



.text-header {
  text-align: center;
  margin:10px auto;
}

 .circle-image{
  display: inline-block;
  background: url('../img/fotobio.jpg') center center;
  background-size: 101%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 32px;
    border:8px solid #5cc0ff;
    margin-right: 20px;
  }


.text-center {
  display: inline-block;
  text-align: center;
}

.text-center p{
  font-weight: bold;
}
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");


.contact .fa:before {
  display: inline-block;
  opacity: 0.7;
}

.contact li {
  display: inline-block;
  list-style-type: none;
  margin: 0 1em;
  text-align: center;
}

.contact p {
  text-align: center;
}

.contact {
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
}

.cont {
  text-align: center;
  font-size:2em;
  width: 100%;
}