/**
* Theme Name:        avanam-eyelook
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-eyelook
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.custom-info-box{
    width:100%;
    background:#000 !important;
    padding:20px;
    margin:20px 0px 20px;
    border-radius:8px;
    text-align:center;
    font-size:16px;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 767px){

  .custom-info-box{
      padding:15px;
      margin:15px 0;
      border-radius:6px;
  }

  .custom-info-box h2{
      font-size:20px !important;
  }

  .custom-info-box p{
      font-size:16px !important;
      line-height:1.4;
  }

  .custom-info-box p span{
      font-size:24px !important;
  }

}