/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.4.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/



.pandi-container {
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding: 50px 0;
	text-align: center;
}

.pandi-container h2 {
    font-size: 40px;
padding: 0 0 10px 0;
}

.soup {
	display: block;
}

.soup img {
	max-width: 100%;
    border: 2px dashed #111;
    padding: 11px;
    max-width: 290px;
}

.pandi-container p.smal {
    max-width: 53%;
    margin: auto;
    display: block;
    line-height: 15px;
    padding: 15px 0;
}

.event {
    max-width: 60%;
    margin: auto;
    padding: 30px;
    background: #fff;
    border-bottom: 1px dashed #ddd;
}

.doit {
	max-width: 80%;
	margin: auto;
}

@media only screen and (max-width : 768px) {
.pandi-container p.smal {
    max-width: 83%;
}

.soup img {
max-width: 80%;
margin: auto;
}

.event {
max-width: 90%;
}
}