.bottom-banner {
  margin: 120px auto;
}

.bottom-banner__text-wrapper {
  justify-content: end;
  align-items: center;
  font-size: var(--font-size-35);
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.bottom-banner__image {
  border: 1px solid black;  
}

.bottom-banner__text {
  max-width: 610px;
  margin-bottom: 60px;
}

.bottom-banner__text a {
  text-decoration: 1px underline;
  text-underline-offset: 5px;
} 

@media (max-width: 1250px) {
  .bottom-banner {
    margin: 50px 0;
  }
}

@media (max-width: 1000px) {
  .bottom-banner {
    padding-bottom: 26px;
  }
    
  .bottom-banner__text {
    font-size: var(--font-size-18);
    letter-spacing: 0.01em;
    max-width: 300px;
  }
  
}

@media (max-width: 600px) {
  .bottom-banner {
    margin: 50px calc(50% - 50vw);
    max-width: 100vw;
  }
}