.lokepic{ 
  background-image: url("../images/LOK.webp");
  width: 328px;
  height: 328px;
  background-position: 50% 50%;
  --animation-custom_in-translate_x: -400px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 1;
  margin: 0 auto;
    border-radius: 100% !important;
margin-top: 10px;
}
.therap-text-2{
font-family: Oswald, sans-serif;
font-weight: bold; 
font-size: 30px; 
color: #5b6284;
margin: 0; 
}
.u-sheet-therapists{
  margin: 0 58px;
}
.AC{
  margin-bottom: 40px;
}
  .AC li{
  color: #5b6284;
  font-size: 18px;
  }

  .det p{
    color: #5b6284;
    text-align: justify;
  }
  .therap-name{
    font-family: Oswald, sans-serif;
    font-weight: bold; 
    font-size: 60px; 
    color: #5b6284;
  }

.u-repeater-connie{
  display: grid;
  grid-template-columns:34% 65%;
  grid-gap: 10px;
  }

  @media(max-width:1126px){/*Large Laptop*/
    .u-repeater-connie{
      grid-template-columns:100%;  
      }
      .therap-name{
        text-align: center;
      }
      .therap-text-2{
        text-align: center;
      }
  }
  @media(max-width:1024px){/*Laptop*/

    }  
    
    

    @media(max-width:769px){/*Tablet*/
      .u-sheet-therapists{
        margin: 0 10px;
      }
      .therap-name{
        font-size: 42px !important; 
      }
      .therap-text-2{
        font-size: 25px; 
      }
    }


    @media(max-width:426px){/*Mobile*/
      .u-sheet-therapists{
        margin: 0;
      }
      .lokepic{
        width: 300px;
        height: 300px;
        margin-top: 0;
      }
     
      .therap-text-2{
        font-size: 20px; 
      }

    }


