/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    :root {
        --heading-size: 38px;
        --heading-size2: 25px;
        --body-textsize2: 18px;
    }
    .section-padding {
        padding-top: 20px;
    }
    
    .join-container {
        gap: 30px;
    }
    
    .join-price {
        flex-direction: column;
        gap: 10px;
    }
    .membership-wrapper {
        padding-top: 130px;
    }
    }
    
    /* // Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) and (max-width: 767.98px) { 
    :root {
        --heading-size: 38px;
        --heading-size2: 25px;
        --body-textsize2: 18px;
    }
    .membership-wrapper {
        padding-top: 180px;
    }
    }
    
    /* // Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) and (max-width: 991.98px) { 
       .membership-wrapper {
        padding-top: 180px;
    }
    }
    
    /* // Large devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199.98px) { 
          
    }
    
    /* // Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) and (max-width: 1400.98px) {
       
    }
    
    /* // For 2k Monitors, (more than 1401 px) */
    @media (min-width: 1401px) and (max-width: 1599.98px) {
        
    }
    
    @media (min-width: 1600px) and (max-width: 2559.98px) {
        
    }
    
    @media (min-width: 2560px) {
      
    }
    