.cta img{
    width: 100%;
    height: 470px;
    object-fit: cover;
    opacity: 0.6;
    position: absolute;
    z-index: -1;
}

.cta h1{
    color: white;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    line-height: 70px;
}

.cta div{
    padding: 100px 130px;
    width: 300px;
    padding-bottom: 0;
}

.cta h2{
    color: white;
    font-family: sans-serif;
    font-style: normal;
    font-weight:550;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 40px;
}

.cta a{
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: 600;
  color: white;
  text-decoration: none;
  padding: 15px 28px;
  border: 1.5px solid white;
}

.cta a:hover{
  color: white;
  background-color: rgb(50, 120, 120);
  border: 1px solid rgb(50, 120, 120);
}
