body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0 auto;
            padding: 20px;
        }
        h1 {
            color: #2c3e50;
            border-bottom: 2px solid #3498db;
            padding-bottom: 10px;
        }
        h2 {
            color: #2980b9;
            margin-top: 25px;
        }
        .header-info {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .highlight {
            background-color: #e8f4fc;
            padding: 2px 5px;
            border-radius: 3px;
        }
        ul {
            padding-left: 20px;
        }
        .speakers, .committee, .sponsors {
            margin: 15px 0;
        }
        .contact {
            background-color: #f0f7fd;
            padding: 15px;
            border-left: 4px solid #3498db;
            margin-top: 20px;
        }
        .btn {
            display: inline-block;
            background-color: #3498db;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
        }
        .btn:hover {
            background-color: #2980b9;
        }


div.support_box::before {
    background-image: url(https://events.iut.ac.ir/event/235/attachments/309/888/Ouantum%20School%20Poster.png);
    background-size: 200px 283px;
    display: inline-block;
    width: 200px; 
    height: 283px;
    content:"";
}


.events-registration-client-styles-___regform-module__description___abkAU p {
  color: #c00;
  font-weight: 600;
  font-size:1.2em;
}