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