@media screen and (min-width: 992px) {
	
html {
        font-size:calc(100vw*16/1500)
    }	
	
  .two-column-block {
    flex-wrap: nowrap;
    padding: 3.25rem 0 3.5rem;
    column-gap: 6.875rem;
	
  }
  .image-column img {
    width: 41.915rem;
  }
	.content-column{
	margin-top: 4.498rem;
	}
  .content-column h1 {
    font-size: 4.063rem;
    font-weight: 600;
    line-height: 5rem;
    text-align: left;
	padding-bottom: 0.244rem;
	  
  }
  .content-column p,
  .premium-title-section p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.875rem;
    text-align: left;
    padding-right: 6.25rem;
  }
  .enroll-now-bttn a {
    font-size: 1.125rem;
    line-height: 1.563rem;
    padding: 1.063rem 3.063rem 1.125rem 3.028rem;
  }
  .enroll-now-bttn {
    padding: 2.063rem 0 7.063rem;
  }
	.premium-title-section{
		padding: 1.758rem 0 2.563rem;
	}
  .premium-title-section h2 {
    font-size: 2.344rem;
    line-height: 4.443rem;
    padding-bottom: 0;
  }
}
