@media screen and (max-width: 798px){
  .title-page{
    width: 95%;
    margin-left: 2.5%;
    font-weight: bold;
    padding-top: 50px;
  }
  
  .title-page h1{
    font-size: 48px;
  }
}

@media screen and (max-width: 610px){
  .title-page{
    width: 95%;
    margin-left: 2.5%;
    font-weight: bold;
    padding-top: 30px;
  }
  
  .title-page h1{
    font-size: 40px;
  }
}

@media screen and (max-width: 468px){
  .title-page{
    width: 95%;
    margin-left: 2.5%;
    font-weight: bold;
    padding-top: 20px;
  }
  
  .title-page h1{
    font-size: 35px;
  }
}



@media screen and (max-width: 360px){
  .title-page{
    width: 95%;
    margin-left: 2.5%;
    font-weight: bold;
    padding-top: 20px;
  }
  
  .title-page h1{
    font-size: 28px;
  }
}


@media screen and (max-width: 1180px){
  .title-start h2{
    font-size: 40px;
  }
}


@media screen and (max-width: 1028px){
  .title-start h2{
    font-size: 35px;
  }

  .text-start-inside{
    width: 450px;
  }

  .text-start-inside p{
    font-size: 20px;
  }
}

@media screen and (max-width: 930px){
  .textAndImage{
    flex-direction: column;
  }
  .text-start{
    width: 100%;
  }

  .title-start-inside{
    width: 500px;
    margin-left: 0;
    text-align: center;
  }

  .text-start-box{
    display: flex;
    justify-content: center;
  }

  .text-start-inside{
    width: 80%;
    padding-bottom: 20px;
    /* background-color: cornflowerblue; */
  }

  .image-start{
    width: 95%;
    /* margin-left: 2.5%; */
    height: 500px;
    margin-top: 0px;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 562px){
  .title-start-inside{
    width: 350px;
  }

  .title-start-inside h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 402px){
  .title-start-inside{
    width: 290px;
  }
}



@media screen and (max-width: 1224px){
  .block-item-center{
    margin-top: -30px !important;
  }

  .block-item{
    margin: 20px 20px;
  }
}


@media screen and (max-width: 1136px){
  .block-item-center{
    margin-top: -25px !important;
  }

  .block-item{
    margin: 20px 10px;
  }
}

@media screen and (max-width: 1073px){
  .block-item-center{
    margin-top: 0px !important;
  }

  .onDouble{
    margin-top: -35px !important;
  }

  .block-item{
    margin: 20px 20px
  }

  .correctOnDouble{
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 760px){
  .block-item-center{
    margin-top: 0px !important;
  }

  .onDouble{
    margin-top: 0px !important;
  }

  .correctOnDouble{
    margin-top: 0px !important;
  }

  

  .block-item{
    width: 95%;
    margin-bottom: 20px !important;
    height: auto;
  }

  .cancelonDouble{
    margin: 10px 0 !important;
  }

  .block-item p{
    padding-bottom: 50px;
  }
}


@media screen and (max-width: 992px){
  .expertise{
    flex-direction: column-reverse;
    height: auto;
  }

  .text-expertise{
    width:100%;
  }
  .content-text-expertise{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .img-expertise{
    width: 50%;
  }
  
  .img-expertise img{
    max-height: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 650px){
  .img-expertise{
    width: 50%;
    height: 500px;
    justify-content: center;
  }
  
  .img-expertise img{
    max-height: 500px !important;
  }
}

@media screen and (max-width: 412px){
  
.content-text-expertise p{
  font-size: 20px;
}
}


@media screen and (max-width: 360px){
  .img-expertise{
    width: 50%;
    height: 400px;
    justify-content: center;
  }
  
  .img-expertise img{
    max-height: 400px !important;
  }
}