 .en .withQuote h2 {
     margin-left: 0;
     margin-right: 1rem;
 }
 
 .en .hiveHover img {
     rotate: 180deg
 }
 
 .en .serviceCard .hiveHover {
     margin-left: 1em;
 }
 
 .en .hiveHover a {
     margin-left: 1em;
 }
 
 .en .noDivHive>img {
     left: 111px;
     right: 0;
 }
 
 .en .noDivHive:hover>img {
     left: 0
 }
 
 .en .hiveHoverIcon .hiveHover {
     margin-left: 1em;
 }
 
 .en .allBlogsPara {
     margin-right: 1em;
     margin-left: 0em;
 }
 
 .en .blogMoreArrow {
     margin-left: 1rem;
 }
 
 .en .blogMoreArrow img {
     rotate: 180deg
 }
 
 .en .blogMoreArrow a {
     margin-left: 0.5rem;
 }
 
 .en .sliderBorder {
     border-left-style: none;
     border-right-style: solid;
     border-right-color: #173D6E
 }
 
 .en .myButton {
     display: flex;
     justify-content: end;
 }
 
 .en .paraWithBackground {
     border-radius: 25px;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
 }
 
 .en .paraWithBackground::before {
     left: unset;
     right: 0;
 }