.dop {
    margin-top: 90px;
    margin-bottom: 90px;
    background-image: url(https://rvd-rukava.ru/wp-content/uploads/2020/07/crossword.png);
  }
  .dop::before {
    content: '';
    height: 120px;
    filter: invert(1);
    width: 100%;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' d='M738,99l262-93V0H0v5.6L738,99z'%3E%3C/path%3E%3C/svg%3E");
  }
  .dop::after {
    content: '';
    transform: translate(0px, -125px) rotate(180deg);
    z-index: 0;
    height: 120px;
    filter: invert(1);
    width: 100%;
    position: absolute;
    margin-top: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath class='elementor-shape-fill' d='M738,99l262-93V0H0v5.6L738,99z'%3E%3C/path%3E%3C/svg%3E");
  }
  .dop .container {
    position: relative;
    z-index: 1;
  }
  .dop .container h2,
  .dop .container .h2 {
    color: #065C9C;
    font-size: 45px;
    font-weight: 600;
    font-family: "Inter",Sans-serif;
    width: 100%;
    text-align: center;
  }
  .dop .container .description {
    color: #374046;
    font-size: 26px;
    font-weight: 300;
    font-family: "Inter",Sans-serif;
    width: 100%;
    text-align: center;
  }
  .dop .container .img_wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, 208px);
  }
  .dop .container .img_wrapper div{
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgba(10,8,8,.24);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dop .container .img_wrapper div p{
    color: #065C9C;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
  }
  .dop .container .img_wrapper div:hover{
    box-shadow: 0 5px 10px 0 rgba(6,92,156,.5);
  }
  .dop .container .img_wrapper div:nth-last-child(3) {
    grid-column:  2 / 3;
  }
  .dop .container .img_wrapper div img{
    max-width: 70%;
  }
  .dop .container .img_wrapper {
    position: relative;
  }
