 /* The Service  PlixBox-001 */
 /* The Whole Section and inner */

 .PlixBox-001 img {
     max-width: 350px;
     border-radius: 250px;
 }

 /* The service Image and Text */
 .Service-Div {
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     text-align: center;
     padding: .5rem;
     margin: .5rem;
     width: 400px;
     min-height: 550px;
     border: 1.5px white solid;
     border-radius: 25px;
 }

 .Service-Div h1 {
     font-size: var(--Size-005);
 }

 /* Mobile Use  532px */
 @media screen and (max-width: 532px) {
     .Service-Div {
         margin-top: 10vh;
         width: 350px;
     }
 }

 /* Mobile Use  478px */
 @media screen and (max-width: 478px) {
     .Service-Div {
         display: flex;
         margin: 0%;
         padding: 0%;
         margin-top: 10vh;
         width: 300px;
     }

     .Service-Div img {
         max-width: 100%;
     }

     .Service-Div h1 {
         display: flex;
         margin: 0%;
         padding: 5% 0%;
         text-align: center;
         background-color: var(--Brand-Color-001);
     }
 }

 /* Mobile Use  400px */
 @media screen and (max-width: 400px) {
     .Service-Div {
         width: 280px;
     }
 }

 /* Mobile Use  375px */
 @media screen and (max-width: 376px) {
     .Service-Div {
         width: 250px;
     }

     .Service-Div h1 {
         font-size: var(--Size-004);
     }
 }

 /* Mobile Use  360px */
 @media screen and (max-width: 360px) {
     .Service-Div {
         width: 240px;
     }

 }

 /* Mobile Use  351px */
 @media screen and (max-width: 351px) {
     .Service-Div {
         margin-left: 55px;
         width: 260px;
     }

 }