.o_mnie{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 45vh;
    background: rgb(0,69,119);
    background: linear-gradient(331deg, rgb(191, 118, 80) 0%, rgb(255, 218, 161) 51%, rgb(219, 184, 130) 100%);
    padding: 30px;
    color: white;
    position: relative;
    z-index: -99;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ffffff;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: transparent;
}

.o_mnie div{
    --sal-duration: 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
}

.o_mnie div i{
    font-size: 5em;
    margin-bottom: 10px;
    margin-top: 0px;

}
.o_mnie div h1{
    text-align: center;
}

.o_mnie h1{
    margin: 0;
    padding-bottom: 15px;

}

.o_mnie p{
    position: relative;
    z-index: 2;
    margin: 0;
    font-weight: 300;
    color: #002038;
    padding: 30px;
	font-size: 0.8em;


}

.o_mnie p p{
    font-weight: 600;

}

.o_mnie p:before{
    content: "";
    background-color: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -15;
    border-radius: 20px;
   box-shadow:  10px 10px 27px -21px rgba(0,0,0,0.55);

}

@media screen and (max-width: 990px){

.o_mnie{
    flex-direction: column;
    padding: 10px;

}

    .o_mnie div{
        margin: 10px;
        margin-bottom: 25px !important;
        font-size: 1em;
    }


}
