
div.page h3{
font-size: 25px;
margin-bottom: 30px;
}

div.page{
  margin-top: 80px;
}

div.square img{
position: relative;
display: inline;
height: 65px;
width: 65px;

}

div.square p{
 display: inline;
 position: relative;
 margin-left: 40px;
 font-size: 20px;
 font-style: italic;
}

div.card {
  height: 500px;
  width: 360px;
  background-color: #f8f8ff;
  display: inline-table;
}

div.card p{
  height: auto;
  width: 280px;
  margin: auto;
 
}

div.card img 
{
  max-height: 200px;
  width: 80%;
  margin: auto;
  margin-top: 10px;
  padding: 20px;
  display: block;
}

div.inner h5 
{
  display: inline;
  font-weight: 700;
  font-size: 19px;
  
}
div.inner img
{
 position: inherit;
  display: inline;
  margin-left: 25px;
  padding: 0;
}

div.inner{
  padding: 15px;
  margin-top: 25px;
}

.link-oferta a{
  color: #1c2842;
}

.link-oferta a:hover{
  color: #720111;
}

.link-oferta h2{
  font-size: 22px;
}

.oferta h3{
  font-weight: 800;
  color: #720111;
}

.oferta h3::after
{
  content: "ŚWIADCZY USŁUGI NA MIARĘ TWOJEGO BIZNESU";
  color: #1C2842;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1000px){

  
div.page h3{
font-size: 20px;
margin-bottom: 30px;
}

div.page{
  margin-top: 80px;
}

div.square img{
position: relative;
display: inline;
height: 55px;
width: 55px;

}

div.square p{
 display: inline;
 position: relative;
 margin-left: 40px;
 font-size: 15px;
 font-style: italic;
}

div.card {
  height: 480px;
  width: 300px;
  background-color: #f8f8ff;
  display: inline-table;
  margin-top: 10px;
  margin-left: 20px;
}

div.card p{
  height: auto;
  width: 180px;
  margin: auto;
 
}

div.card img 
{
  max-height: 150px;
  width: 80%;
  margin: auto;
  margin-top: 10px;
  padding: 15px;
  display: block;
}

div.inner h5 
{
  display: inline;
  font-weight: 700;
  font-size: 13px;
  
}
div.inner img
{
 position: inherit;
  display: inline;
  margin-left: 20px;
  padding: 0;
}

div.inner{
  padding: 10px;
  margin-top: 20px;
}

.link-oferta a{
  color: #1c2842;
  font-size: 13px;
}

.link-oferta a:hover{
  color: #720111;
}


.oferta h3{
  font-weight: 800;
  color: #720111;
  font-size: 15px;
}

.link-oferta h2{
  font-size: 15px;
}

.oferta h3::after
{
  content: "ŚWIADCZY USŁUGI NA MIARĘ TWOJEGO BIZNESU";
  color: #1C2842;
  margin-top: 30px;
  font-weight: 700;
  font-size: 15px;
}

}