 .canceptualizatiob-yfc-grid{
         width: 460px;
         margin-top: -121px;
         margin-bottom: 20px;
         }
         .concept{
         margin-top: -50px;
         margin-bottom: 50px;
         width: 75%;
         margin-left: 100px;
         }
         .yfc-grid-journey{
         width:480px;
         }
         .yfc-grid-ourwork{
         width: 440px;
         margin-top: -75px;
         }
         .conceptualization{
         border-radius: 8px;
         overflow: hidden;
         transform: scale(1);
         transition: 0.3s ease;
         position: relative;
         }
         @media (max-width: 984px){
         .canceptualizatiob-yfc-grid {
         width: 329px;
         margin-top: -15px;
         margin-bottom: 20px;
         }
         .concept{
         margin-top: 0px;
         margin-bottom: 22px;
         width: 104%;
         margin-left:auto; 
         }
         .yfc-grid-journey {
         width: 400px;
         }
         .yfc-grid-ourwork {
         width: 350px;
         }
         }
         .mobile-view{
         display:none;
         }
         @media (max-width: 768px){
         .mobile-view{
         display:block;
         }
         .desktop-view{
         display:none;
         }
         }
         @media (max-width: 414px){
         .canceptualizatiob-yfc-grid {
         width: 363px;
         margin-top: 0px;
         margin-bottom: -40px;
         }
         .yfc-grid-ourwork{
         margin-top:auto;
         }
         }