MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/sass.2/sections/_banner.scss
/*.banner{display: flex; height: 100vh; align-items: center;
  &__heading{font-size: $basefont-size * 5.125; margin-bottom: 50px; font-weight: 800; letter-spacing: -0.015em;}
  p {font-size: $basefont-size * 1.125; margin-top:50px }
}

.creds{display: flex;
  &__item{margin-right: 30px; min-width: 130px;}
  span{ display:block }
  &__number { font-size: $basefont-size * 1.875; font-weight: bold; color: $color__secondary;}
  &__cnt{ font-size: $basefont-size * 0.875; letter-spacing: 1px; text-transform: uppercase;}
}*/

.banner-hero  {display: flex; height:100vh; align-items: center; 
  h1 {font-size:82px; margin-bottom: 50px; font-weight: 800; letter-spacing:-0.015em; transform:skew(0deg,-6deg); color:#20376A; } 
  p {font-size: 20px; font-weight:500; opacity:0.7; } 
  &__left {width: 50%; padding-left: 100px; padding-right: 10px; display: flex; flex-direction: column; justify-content: center; } 
  &__right {width: 50%; }
  .line1 {position: absolute; transform: rotate(-55deg); right: -239px; top: 106px; } 
  .line2 {position: absolute; transform: rotate(-55deg); left: -121px; top: 106px; }
}