/* ----------------------------------- */
/* -------------- HOME --------------- */ 
/* ----------------------------------- */

.title-home {
    font-size: 2.3em;
    margin-bottom: 0;
    line-height: 43px;
}

  /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .title-home {
      font-size: 1.7em;
      line-height: 30px;
    }  
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .title-home {
      font-size: 1.9em;
      line-height: 37px;
    }
}

/* Medium devices (tablets, 768px and up) MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .title-home {
      font-size: 1.8em;
    }
}

/* ------------------------------------ */
/* --------------- CP ----------------- */ 
/* ------------------------------------ */

.logo-header{
    width:150px;
}

/* Medium devices (desktops, 768px and up) MEDIUM */
@media (min-width: 768px) {
    .logo-header{
        margin-bottom:50px;
        width:100%;
    }
}

/* XLarge devices (desktops, 1300px and up) XL */
@media (min-width: 1200px) {
    .logo-header{
        margin-bottom:50px;
        width:300px;
    }

    .trustpilot-widget {
        margin-top: auto;
        margin-right: auto;
    }
}
