.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.margin {
  margin-top: 45px;
}

.menu_list {
  display: flex;
  justify-content: center;
}
.menu_list_element {
  background: url(../img/change-your-logo.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 250px;
  height: 100px;
}

.box_block_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.box_block_list_element {
  max-width: 350px;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1098039216);
  text-align: center;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}
.box_block_list_element a {
  text-decoration: none;
  color: #fff;
}
.box_block_list_element p {
  background: #cd2527;
  margin: 0px;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  font-weight: bold;
}
.box_block_list_element:hover {
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.493);
}
.box_block_list_element:nth-child(1) .box_block_list_element_img {
  background: url(../img/change-your-logo.svg);
}
.box_block_list_element:nth-child(2) .box_block_list_element_img {
  background: url(../img/change-your-logo.svg);
}
.box_block_list_element_img {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  max-width: 450px;
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}/*# sourceMappingURL=style.css.map */