/** Shopify CDN: Minification failed

Line 55:0 Expected "}" to go with "{"

**/
	.about-blissful-nights {
		.hsa-header{
			margin-top: 7px;
			margin-bottom: 13px !important;
            @media screen and (min-width: 500px){
			    margin-top: 18px;
            }
			@media screen and (min-width: 1000px){
				margin-top: 43px;
			}

		}
		.hsa-title {
			color: #2E235C !important;
			font-family: 'Lato' !important;
			font-weight: 400 !important;
			line-height: 120% !important;		
			letter-spacing: 0.3px !important;
			margin-bottom: 40px;
            @media screen and (max-width: 500px){
                font-size: 24px !important;
            }
			@media screen and (min-width: 1000px){
    			margin-bottom: 80px;            
                line-height: 42px !important;
            }
		}
		.hsa-text {
		    padding: 0 0 !important;
			max-width: 436px;
            @media screen and (min-width: 500px){
    		    padding: 57px 0 !important;
            }
			@media screen and (min-width: 1000px){
				max-width: 640px;
			}
			@media screen and (min-width: 1440px){
				max-width: 759px;
			}
		}
            @media screen and (max-width: 500px){
                .hsa-banner-wrapper {
                    min-height: 450px;
                    background-position: center;
            }

                

	}
