
.bread {
    padding: 20px 15px;
}
p {
    padding-bottom: 10px;
}
h1 {
padding-bottom: 10px;
    color: #09195A;
    font-family: 'Medium', sans-serif;
    font-size: 38px;
    font-weight: 700;
}

strong{
    font-weight: bold;
    padding-bottom: 10px;
}

h2{
  font-size: 30px;
    font-weight: bold;
    padding: 10px 0;  
}

	@media only screen and (min-width: 320px) and (max-width: 768px){	
.polit h1 {
    padding-bottom: 15px;
    color: #09195A;
    font-family: 'Medium', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.textemis strong {
    color: #09195A;
    font-size: 22px;
}
.textemis {
min-height: 180px;
    padding: 0 20px;
    -webkit-box-shadow: 0px 0px 35px 5px #263951 inset;
    -moz-box-shadow: 0px 0px 35px 5px #263951 inset;
    box-shadow: 0px 0px 15px 0px #263951 inset;
    transition: .5s linear;
    text-align: center;
    clip-path: polygon(100% 0%, 5% 0%, 0% 100%, 95% 100%);
    font-size: 18px;
    background: #e3e5e5;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}
.paralel
 {
    width: 100%;
    }
    .bread {
    padding: 10px 15px;
}
}
