.wom .banner{
	background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/womtv/2023/banner/bg-mobile.jpg);
	min-height: 228px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wom .content-info {
  max-height: 240px;
  overflow: hidden;
  transition: max-height .5s;
}
.wom .content-info.active {
  max-height: 1700px;
}
.wom .content-mas {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(239, 241, 243, 0.13) 0%, #EFF1F3 52.08%);
  height: 98px;
}
.wom .bt-vermas{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4D008C;
  padding-bottom: 15px;
}
.wom .bt-vermas i{
  transition: transform .3s;
  transform: rotate(0deg);
}
.wom .bt-vermas.active i{
  transform: rotate(180deg);
}
#box_func{
  max-height: 100px;
  transition: all .3s;
}
#box_func.active{
  max-height: 400px;
}
.btn-func i{
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-style: initial;
}
@media (min-width: 480px){
  .wom .banner{
		background-image: url(https://1701336841.rsc.cdn77.org/_assets/img/womtv/2023/banner/bg-desktop.jpg);
		min-height: 281px;
	}
}
@media (min-width: 768px){
  .wom .content-info {
    max-height: 225px;
  }
}