.media-page-wrapper{display:flex;flex-direction:column;background-color:#f2f7fa;height:100%;padding:50px 0;width:70%;margin:auto;text-align:left;gap:20px;color:#263b44}.media-page-wrapper .media-page-top-text{margin-bottom:40px}.media-page-wrapper .media-page-top-text h3{font-size:40px}.media-page-wrapper .media-page-top-text p{font-size:20px;width:80%;color:#b4b3b3}.gallery-main-wrapper{display:grid;grid-template-columns:repeat(3,500fr);grid-gap:50px;gap:50px}.gallery-wrapper{display:flex;flex-direction:column;align-items:start;gap:20px}.gallery-wrapper img{border:2px solid;border-color:inherit;border-radius:10px;object-fit:cover}.gallery-wrapper .gallery-pics-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.gallery-wrapper .gallery-pics-wrapper .gallery-pics-left{display:flex;flex-direction:column;gap:10px}.gallery-wrapper .gallery-text-wrapper{text-align:left}.gallery-wrapper .gallery-text-wrapper .gallery-title{font-size:20px;font-weight:600;margin-bottom:5px}.gallery-wrapper .gallery-text-wrapper .gallery-info{font-size:20px;font-weight:500;color:#b4b3b3}