.get-in-touch .container{
  background-color: var(--color-blue);
  border-radius: 20px;
  padding: 4rem 2rem;
}

.get-in-touch p{
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

.get-in-touch a{
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
}

.get-in-touch a:hover{
  text-decoration: underline;
  color: white;
}

.get-in-touch a span{
  color: var(--accent-color);
}

@media screen and (max-width: 993px){
  .get-in-touch p{
    font-size: 1.5rem;
    padding-bottom: 0.8rem;
  }

  .get-in-touch a{
      font-size: 1.5rem;
  }
}

@media screen and (max-width: 769px){
  .get-in-touch p{
    font-size: 1.5rem;
}

  .get-in-touch a{
      font-size: 1.5rem;
  }
}

@media screen and (max-width: 548px){
  .get-in-touch .container {
    padding: 3rem 1.5rem;
  }
}