.about_content_page{display:grid;justify-content:center;gap:50px;grid-template-columns:repeat(2,1fr);width:90%;padding-inline:60px;margin:auto}.afternoon-swiper-container{max-height:calc(100vh - 100px)}.watch_video_about{border:2px solid #599066;font-size:15px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;width:40px;height:40px;border-radius:50%;transition:.3s}.watch_video_about:hover{border:2px solid #fff;color:#fff;background-color:#599066}@media (max-width:575.98px){.about_content_page{grid-template-columns:repeat(1,1fr);width:90%}}@media (min-width:576px) and (max-width:767.98px){.about_content_page{grid-template-columns:repeat(1,1fr);width:90%}}@media (min-width:768px) and (max-width:991.98px){.about_content_page{grid-template-columns:45% 55%;width:90%}}