.collapsible-section-button {
    width: 100%;
    margin-top: 44px;
    cursor: pointer;
    border: none;
    font-family: "Open Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: left;
    text-transform: uppercase;
    background: transparent;
    color: var(--e-global-color-primary);
}

.collapsible-section-child {
    max-height: 320px;
    overflow: hidden !important;
    transition: max-height 1s ease !important;
}

.collapsible-section-child.expanded {
    max-height: 1080px !important;
}

.swiper-button-next, .swiper-button-prev { 		
	color: #fff !important;
	background: var(--e-global-color-primary) !important;
}

.instagram-gallery-item__wrap { 
	border-radius: 18px !important;
}

.swiper-button-next:after, .swiper-button-prev:after { 
	font-size: 18px !important;	
}

@media (max-width: 768px) {

    .collapsible-section-child {
        max-height: 300px;
        overflow: hidden !important;
        transition: max-height 1s ease !important;
    }
    
    .collapsible-section-child.expanded {
        max-height: 1920px !important;
    }

    .collapsible-section-button {
        padding-left: 16px;
    }    
}