﻿@media (max-width: 1100px) {
    .section-desktop > .container{
      transform: scale(0.8) translateY(0%); } }
  
  
  @media (max-height: 799px) {
    .section-desktop > .container:first-child {
      transform: scale(0.9) translateY(0%); } }
  
  
  
  
  @media (max-width: 1000px) {
        .section-desktop > .container:first-child {
          transform: scale(0.7) translateY(0%); } }
  @media (max-height: 699px) {
    .section-desktop > .container:first-child {
      transform: scale(0.8) translateY(0%); } }
  
  
  @media (max-width: 900px) {
        .section-desktop > .container:first-child {
          transform: scale(0.68) translateY(0%); } }
  
  @media (max-height: 599px) {
    .section-desktop  {
      transform: scale(0.68) translateY(0%); } }
  
  @media (max-width: 800px) {
        .section-desktop {
          transform: scale(0.80) translateY(0%); } }
  
  @media (max-height: 499px) {
    .section-desktop  {
      transform: scale(0.65) translateY(0%); } }
  
  @media (max-width: 700px) {
        .section-desktop  {
          transform: scale(0.65) translateY(0%); } }
  
  @media (max-height: 399px) {
    .section-desktop  {
      transform: scale(0.55) translateY(0%); } }
  
  @media (max-width: 600px) {
    .section-desktop {
      transform: scale(0.50) translateY(0%); } 
    }

    @media (max-width: 500px) {
      .section-desktop {
        transform: scale(0.50) translateY(0%); } 
      }

    @media (max-width: 470px) {
      .section-desktop {
        transform: scale(0.45) translateY(0%); } 
      }

    @media (max-width: 425px) {
      .section-desktop {
        transform: scale(0.40) translateY(0%); } 
      }

      @media (max-width: 375px) {
        .section-desktop {
          transform: scale(0.35) translateY(0%); } 
        }
  