.p-container{
   max-width: 85%;
   display: flex;
   flex-flow: column;
   align-items: center;
}
.p-container h2,h3,h4,h5{
color:#608a9f;
}
.p-container h2{
   font-size:20px;
}
.p-container h2{
   font-size:18px;
}
.p-container p, ul{
    font-size:14px;
   color:#36454F;
   line-height: 1.5;
   word-spacing: 1px;
}
.p-container li+li{
   margin: 10px 0px;
}
.p-container img{
   max-height: 400px;
   max-width: 600px;
   aspect-ratio: 16/9;
   object-fit: cover;
}
.p-contact{
   border: 3px solid #135A76;
   padding: 20px;
   margin: 20px 0;
   background: rgb(229, 228, 226, 0.2);
   border-radius: 24px;
}
.p-contact p:first-of-type{
   font-size: 20px;
   font-weight: 700;
}

