.header {
  height: 70px;
  background-color: #141416;
}

.logo {
  min-height: 50px;
  height: 50px;
  margin-left: 30px;
  position: relative;
  top: 10px;
}

.title {
  font-size: calc(1.625rem + 3vw);
  font-weight: 700;
  line-height: 1.2;
}

.description {
display: flex;
justify-content: center;
flex-direction: row;
}

.buttonContainer {
  display: flex;
  justify-content: center;
}

.doc_button {
  width: 230px;
  border: 3px solid #0F75D4 !important; 
  border-radius: 5px !important;
  background-color: #0F75D4 !important; 
  color: #fff !important;
  height: 110px;
  align-content: center;
}

.doc_button:hover {
  border: 3px solid #0F75D4 !important; 
  background-color: white !important; 
  color: #0F75D4 !important;
} 

@media (max-width: 1250px) {

  .title {
    font-size: 4rem;
  } 

  .description {
    flex-direction: column;
  }

  .buttonContainer {
    flex-direction: column;
  }

  .coupletContainer {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 500px) {

  .title {
    font-size: 3rem;
  }

  .coupletContainer {
    flex-direction: column;
    align-items: center;
  }
}