.catalog-banner {
  background-image: url('/wp-content/themes/phyrus/web/assets/images/catalog-banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: 50px; }
  .catalog-banner .container > .row {
    align-items: flex-end; }
  .catalog-banner .girl-placeholder {
    position: relative; }
    .catalog-banner .girl-placeholder img {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: auto; }
  .catalog-banner .text-column {
    padding: 50px 0; }
    .catalog-banner .text-column h3 {
      text-transform: uppercase;
      margin: 0;
      font-size: 24px; }
    .catalog-banner .text-column p {
      font-size: 14px;
      margin-top: 3px;
      margin-bottom: 30px; }
    .catalog-banner .text-column .btn {
      display: block;
      background-color: #009fe3;
      text-align: center;
      font-weight: bold;
      font-size: 32px;
      width: 70%;
      margin: 0 auto; }

@media screen and (max-width: 768px) {
  .catalog-banner .girl-placeholder img {
    width: 50%; }
    .catalog-banner .text-column .btn {
      font-size: 24px; } }
