/*
Theme Name: Astra Child
Theme URI: https://sumit-umak.github.io/port-2
Description: A child theme of the Astra
Author: Sumit Umak
Author URI: https://sumit-umak.github.io/port-2
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root{
  --section-padding: clamp(3rem, 5vw + 1rem, 5rem) 0;
}

.custom-section{
padding: var(--section-padding);
}