
.size-wrapper .typography-section-headline{
        font-size: 39px;
    }
    
  @media only screen and (max-width:1068px) {
    .size-wrapper .typography-section-headline{
        font-size: 26px;
    }
    
    } 
@media only screen and (max-width:734px) {
   .size-wrapper .typography-section-headline{
        font-size: 25px;
    }
    }
    
    
    @media only screen and (min-width: 1069px) {
	.section-routers .router-item-environment .router-item-content {
		margin-block: 75px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-routers .router-item-environment .router-item-content {
		margin-block: 40px;
	}
}
