.collaborations{width:100%;padding:40px 0;background-color:var(--light-gray);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.collaborations h2{color:var(--primary-color);font-size:var(--heading-two)}.collaborations .desc{font-size:var(--default-p-size);line-height:var(--p-line-height);max-width:800px}.gallery-container{display:flex;width:100%;margin-top:20px;gap:5px}.gallery-container .left{width:50%;display:flex;flex-direction:column;gap:5px;height:500px}.gallery-container .left .top{display:flex;width:100%;height:250px}.gallery-container .left .bottom img,.gallery-container .left .top img{width:100%;height:100%;object-fit:cover}.gallery-container .left .top img{width:50%}.gallery-container .left .bottom{width:100%;height:250px}.gallery-container .right{width:50%;position:relative;height:505px}.gallery-container .right .overlay{background:rgba(0,0,0,.5);padding:30px;color:#fff;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px}.gallery-container .right .overlay h3{font-size:var(--heading-three)}.gallery-container .right .overlay p{font-size:var(--default-p-size);line-height:var(--p-line-height);text-align:left}@media (max-width:900px){.collaborations{padding:20px 0}.collaborations .desc,.collaborations h2{padding:0 5%}.gallery-container{flex-direction:column}.gallery-container .left{width:100%;height:300px}.gallery-container .left .bottom,.gallery-container .left .top{height:150px}.gallery-container .right{width:100%;height:-moz-fit-content;height:fit-content}.gallery-container .right .overlay{padding:30px 5%}}