*, ::after, ::before {
    box-sizing: border-box;
}
body{
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.custome-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.common-heading {
    margin-bottom: 30px;
}

.common-heading h2 {
    font-size: 36px;
    margin-bottom: 0px;
    color: #333333;
    line-height: 55px;
}

.common-heading h3 {
    font-size: 24px;
    margin-bottom: 0px;
    color: #333333;
}

.common-heading h4 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #333333;
	padding-top: 10px;
}

.static-pera ul li{
color: #555555;
  font-size: 14px;
  line-height: 24px
}

.static-page .static-section {
  padding: 20px 0px;
}

.static-page .static-section .static-section-img img {
  width: 100%;
}

.static-page .static-section .static-pera p {
  color: #555555;
  font-size: 14px;
  line-height: 24px
}

.static-page .static-section .static-pera img {
 width: 100%;
padding: 0px 20px;
}


.row-section{
	display: flex;
}

.row-section .col-section{
	width: 50%;
	padding: 0 20px;
}


@media screen and (max-width: 767px) {
	.row-section{
		flex-wrap: wrap;
	}
  .row-section .col-section{
		width: 100%;
	}
}


