/**handles:block-service-content-styles**/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-service-content .container .row {
  justify-content: space-between; }
  .block-service-content .container .row p {
    font-size: var(--fs-15);
    color: #585858; }

.block-service-content__sidebar-content {
  padding: 2.8rem 2.4rem 3.3rem;
  background-color: #f5f5f5;
  border-radius: 20px; }
  @media all and (max-width: 992px) {
    .block-service-content__sidebar-content {
      margin-top: 3rem;
      padding: 2.8rem 3rem 3.3rem; } }
  .block-service-content__sidebar-content p {
    display: inline-block;
    width: 100%;
    font-size: var(--fs-15);
    line-height: 1.4;
    color: #585858; }
  .block-service-content__sidebar-content ul,
  .block-service-content__sidebar-content ol {
    margin: 0 0 1.5rem 2rem;
    padding: 0; }
    .block-service-content__sidebar-content ul li,
    .block-service-content__sidebar-content ol li {
      font-size: var(--fs-15);
      line-height: 1.4;
      margin: 1rem 0;
      padding: 0;
      color: #585858; }
  .block-service-content__sidebar-content h1,
  .block-service-content__sidebar-content h2,
  .block-service-content__sidebar-content h3,
  .block-service-content__sidebar-content h4,
  .block-service-content__sidebar-content h5,
  .block-service-content__sidebar-content h6 {
    font-size: var(--fs-22);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #585858; }
  .block-service-content__sidebar-content .image.align-right {
    display: flex;
    justify-content: flex-end; }
  .block-service-content__sidebar-content .image.align-center {
    display: flex;
    justify-content: center; }
  .block-service-content__sidebar-content img {
    width: auto;
    max-height: 70px; }

.block-service-content__share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 2.4rem 2.4rem 2.2rem;
  background-color: #f5f5f5;
  border-radius: 20px; }
  .block-service-content__share .label {
    font-size: var(--fs-15);
    font-weight: 900;
    margin: 0 auto 0 0;
    color: #007e32; }
  .block-service-content__share a.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: #007e32;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46%; }
    .block-service-content__share a.icon:hover {
      background-color: #004a1d; }
    .block-service-content__share a.icon--facebook {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/facebook.svg"); }
    .block-service-content__share a.icon--linkedin {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/linkedin.svg");
      background-size: 43%; }
    .block-service-content__share a.icon--twitter {
      background-image: url("https://www.mglgroup.co.uk/wp-content/themes/mgl/img/twitter.svg"); }


/*# sourceMappingURL=block_service-content.css.map*/