 
  
   
  
   
  
   
  
   
  
  сайт открывает новое окно браузера
 
  
   
  
   
  
   
  
   
  
   
  
   
  
   
  
   
  
   
  
  .box {
  width: 100px;
  height: 100px;
  background-color: red;
  text-transform: lowercase;
  font-size: 50px;
}
@media screen and (max-width: 1368px) {
  .box {
    height: 80px;
    background-color: green;
    text-transform: uppercase;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .box {
    height: 80px;
    font-size: 20px;
  }
}.icon-block
			width: 112px
			height: 100px
			display: flex
			justify-content: flex-start
			align-items: center
			margin-bottom: 30px
			+max-width($tablet)
				margin-bottom: 20px
			+max-width($mobail)
				width: 90px
				height: 77px
				margin-bottom: 15px
			+max-width($sm-mobail)
				justify-content: center