.OC_s1_main_div{width:100%;height:70vh;gap:1rem;margin-top:80px}.OC_s1_main_div,.OC_s1_submain_div{display:flex;align-items:center;justify-content:center}.OC_s1_submain_div{width:80%;height:80%;gap:4rem}.OC_s1_text_main_div{width:90%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:2rem}.OC_s1_text_main_div>h1{font-size:smaller;font-size:50px;font-family:Satoshi-Bold}.span1,.span2{color:var(--Ninth-color)}.OC_s1_text_main_div>P{font-size:20PX;font-family:Satoshi-Regular}.OC_s1_image_manin_div{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.OC_s1_image_manin_div>img{width:90%;height:90%;object-fit:cover;filter:drop-shadow(0 0 .2rem #000000a0)}@media screen and (max-width:1050px){.OC_s1_submain_div{width:90%;gap:2rem}}@media screen and (max-width:800px){.OC_s1_submain_div{width:90%;gap:2rem;flex-direction:column-reverse}.OC_s1_text_main_div{justify-content:center;align-items:center}.OC_s1_text_main_div>h1{font-size:40px;text-align:center}.OC_s1_text_main_div>P{font-size:18px;text-align:center}.OC_s1_image_manin_div{width:100%;height:100%}}@media screen and (max-width:450px){.OC_s1_main_div{height:100%;padding:3rem 0}.OC_s1_text_main_div>h1{font-size:30px;text-align:center}.OC_s1_text_main_div{width:100%}.OC_s1_text_main_div>P{font-size:16px;text-align:center}}.OC_sec2_main_div{width:100%;height:100%;padding:4rem 0}.Inner_OC_sec2_div,.OC_sec2_main_div{display:flex;align-items:center;justify-content:center}.Inner_OC_sec2_div{width:90%;height:90%;flex-direction:column;gap:1rem}.clients_images_main_div{width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);place-items:center;grid-gap:1rem;gap:1rem}.Logo_box{width:100%;height:100%;border-radius:10px;background-color:var(--Second-color);display:flex;align-items:center;justify-content:center;box-shadow:0 0 8px #00000059;padding:15px}.Logo_box>img{width:100%;aspect-ratio:3/2;object-fit:contain}@media screen and (max-width:767px){.clients_images_main_div{grid-template-columns:repeat(2,1fr)}}