/*
Theme Name: Softfocus
Theme URI:	https://softfocus.com.br/
Author: Rafael Forcadell
Version: 1.0
*/


/* 
Prêmios
--------------------------------------------
*/


section.premios { margin-bottom: calc(var(--espaco) * 2); }


@media screen and (min-width: 768px) and (max-width: 1024px) {

	section.premios { margin-bottom: calc(var(--espaco) * 1.5); }

}


@media screen and (max-width: 767px) {

	section.premios header { padding: 0 var(--espaco); }

}