.help-images {
    margin-top: 110px;
    margin-bottom: 110px;
    text-align: center;
}

.help-images-dates {
    color: #909CAD;
    margin: 0;
    margin-top: 5px;
}

.help-images-library {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.help-images-library-second {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    margin-left: 43px;
}

.help-image {
    width: 100%;
    max-width: 267px;
    height: 267px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.help-image-second {
    width: 100%;
    max-width: 325px;
    height: 245px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.help-image-third {
    width: 100%;
    max-width: 325px;
    object-fit: cover;
    height: 498px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.help-images-second-block {
    display: flex;
    flex-wrap: wrap;
}

.help-images-first-block {
    min-width: 325px;
    margin-right: 5px;
}

@media (max-width : 705px) {
   .help-images-library-second  {
      flex-wrap: wrap;
      margin-left: 0px;
   }

   .help-images-second-block {
    justify-content: center;
   }
}