/* TM CMS Page */
.acquabella {
    
  
    
  }

  .acquabellaLogoArea {
    width: 100%;
    padding: 60px 0px 60px 0px;
  }

  .acquabellaLogoArea img.logo {
        width: 90%;
        display: block;
    }
  

  .copy, 
  .image {
    width: 50%;
  }

  .image img {
    width: 100%;
  }
  
  .imageRight, 
  .imageLeft {
    
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 60px;
    width: 94%;

  }

  .imageLeft .copy {
    order: 2;
  }
  .imageLeft .copy .title {
    text-align: left;
  }
  .copy .title h1 {
    font-size: 52px;
    font-weight: normal;
    padding: 0px 0px 30px 0px;
    text-align: left;
    text-transform: none;
}
.productNumber {
    padding: 40px 0;
    font-size: 30px;
    }


.productNumber {
    padding: 40px 0px 40px 0px;
    font-size: 30px;
}
.title h2 {
    font-size: 52px;
}
.callToAction {

    padding: 40px 0px 0px 0px;
}
    .callToAction a {
        padding: 10px 30px;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .callToAction a.buttonLight {
        color: #000000;
        background-color: #bcbaba;
    }   

    .callToAction a.buttonDark {
        color: #ffffff;
        background-color: #000000;
    }

    .callToAction a:hover {
        text-decoration: none;
        background-color: #609191;
        color: #ffffff;
    }