Код:
/* ПОДАРКИ
-------------------------------------------------------------*/

.fgifts {height: auto;}

.fgiftslogo {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  height: 100px;
}

.fgiftslogo img {
	height: 100%;
}

.fgifts summary {
  text-align: center;
  margin-bottom: 10px;
  color: var(--midgreen);
  font: 500 16px/20px oswald, sans-serif;
  text-transform: uppercase;
}

.fgifts details img {margin: 4px !important;}

.fgifts details, .fgifts details[open] summary {margin-bottom: 10px;}

details[open] div {animation: slide .3s ease-in-out;}

@keyframes slide {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}