.crop-holder {display: flex;align-items: center;justify-content: center;margin-top: 2.125rem; } .crop {height: auto !important;transition-duration: 0s; } .crop:not(.collapse) {margin-bottom: 4.25rem; } .crop:not(.show) {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden; } .crop.show {max-height: none !important; } .crop h2, .crop .h2 {padding-top: 0; } .btn-crop {text-transform: uppercase;font-size: 1rem;margin-bottom: 2.125rem;border-radius: 1.5625rem;padding-left: 2.8125rem;padding-right: 2.8125rem; } .btn-crop span {display: flex;align-items: center;justify-content: center;flex-direction: row;gap: 0.9375rem; } .btn-crop svg {display: block;height: 1.5625rem;width: auto;line-height: 1;color: var(--primary); } .btn-crop.collapsed .active {display: none; } .btn-crop:not(.collapsed) .inactive {display: none; } 