﻿.lavoraConNoi {
  padding: 2.5rem 0;
}

.lavoraConNoi .container {
  display: block;
  position: relative;
}

.lavoraConNoi .backgroundImage {
  width: 850px;
  height: 310px;
  background-image: url(/GruppoIccrea_Immagini/LavoraConNoi/850x310_lavora-con-noi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lavoraConNoi .contentContainer {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 2.5rem;
  display: block;
  top: 10%;
  max-width: 45%;
}

.lavoraConNoi .contentContainer h2 {
  color: #003594;
    margin: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.lavoraConNoi .contentContainer p {
  color: #202020;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.lavoraConNoi .linkContainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lavoraConNoi .contentContainer a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: all 0.3s;
}


@media (max-width: 1020px) {
  .lavoraConNoi .backgroundImage {
    width: 100%;
    height: 310px;
    background-image: url(/GruppoIccrea_Immagini/LavoraConNoi/850x310_lavora-con-noi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .lavoraConNoi .contentContainer {
    left: 0;
    max-width: unset;
    width: 100%;
  }
}
