
.white-cards-wr {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
}

.white-card-item {
    width: 30%;
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 26px;
    transition: box-shadow .3s, transform .3s;
    box-shadow: 0 2px 20px -4px rgba(0, 0, 0, .14);
}

.white-card-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, .14);
}

.container1180.flex-v {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container1180 {
    width: 90%;
    height: auto;
    max-width: 1180px;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
}


.paragraph {
    max-width: none;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
font-color: fffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.container1180.flex-v {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.bot-marg {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    display: inline-block;
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
img {
    border: 0;
}


@media screen and (max-width: 991px){
.paragraph {
    max-width: none;
    margin-bottom: 0;
}

.container1180 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
}




@media screen and (max-width: 767px){
.white-cards-wr {
    flex-wrap: wrap;
    justify-content: space-around;
}

.white-card-item {
    width: 46%;
    margin-bottom: 22px;
}
}

@media screen and (max-width: 479px){
.white-card-item {
    width: 100%;
}
}

