/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
body {
  overflow-x: clip;
  background-color: #18647000;
  background-image: linear-gradient(#f3faf9b5 100%), url("https://insights.ocozzio.com/hubfs/Website/something-better.svg");
  background-size: 280px auto;
  background-position: center;
  background-attachment: fixed;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html, body {
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  color: #464747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 992px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 40px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #87C745; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #87C745; }
    p a:hover {
      text-decoration: underline; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

img {
  max-width: 100%;
  height: auto; }

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Open Sans", serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "fk_roman_standardbold", sans-serif; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fill-right, .fill-left {
  position: relative; }

.fill-right:after, .fill-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit; }

.fill-right:after {
  left: 100%; }

.fill-left:before {
  right: 100%; }

#body-wrapper .btn, #body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 2.063rem;
  padding: 0.7em 1.25em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  border: 0px solid transparent;
  background-clip: border-box;
  will-change: transform;
  margin-top: 1em;
  width: 100%;
  max-width: 300px;
  background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%); }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *, #body-wrapper .hs-button:hover, #body-wrapper .hs-button:hover span, #body-wrapper .hs-button:hover .fl-button-text, #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow, #body-wrapper .hs-button.btn-hollow {
    background: unset;
    background-color: transparent;
    border-color: inherit;
    border: 1px solid; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *, #body-wrapper .hs-button.btn-hollow, #body-wrapper .hs-button.btn-hollow span, #body-wrapper .hs-button.btn-hollow .fl-button-text, #body-wrapper .hs-button.btn-hollow * {
      color: #68A396; }
    #body-wrapper .btn.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover {
      background-color: #186570;
      border: unset; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *, #body-wrapper .hs-button.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover span, #body-wrapper .hs-button.btn-hollow:hover .fl-button-text, #body-wrapper .hs-button.btn-hollow:hover * {
        color: #FFFFFF; }
  #body-wrapper .btn.btn-large, #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

#body-wrapper {
  overflow-x: hidden; }
  #body-wrapper h1 {
    font-size: clamp(2.375rem, 4.875vw, 3.75rem);
    font-family: "fk_roman_standardbold", sans-serif;
    text-wrap: balance;
    line-height: 1.1;
    color: #181919;
    margin-bottom: .5em; }
  #body-wrapper h2 {
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    font-family: "fk_roman_standardbold", sans-serif;
    text-wrap: balance;
    line-height: 1.05;
    color: #181919;
    margin-bottom: 0.2em; }
  #body-wrapper h3 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    font-weight: 700;
    color: #181919; }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.4625vw, 1.125rem);
    line-height: 1.333; }
  #body-wrapper fieldset {
    margin-top: 1em !important; }
  #body-wrapper .section-subtitle {
    font-size: clamp(1rem, 1.4625vw, 1.125rem);
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #68A396; }
  #body-wrapper .teal-alt {
    color: #68A396;
    font-size: clamp(1rem, 1.7875vw, 1.375rem); }
  #body-wrapper .teal-normal {
    color: #68A396;
    font-weight: 400; }
  #body-wrapper .green-alt {
    color: #87C745; }
  #body-wrapper .border-bottom {
    color: #c2dad5; }
  #body-wrapper .sub-header {
    font-size: clamp(1rem, 1.7875vw, 1.375rem);
    color: #68A396;
    text-wrap: balance; }
  #body-wrapper .button-group-container {
    display: flex;
    justify-content: center;
    gap: 1em;
    max-width: 550px;
    width: 100%; }
  #body-wrapper .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    #body-wrapper .info-box .image-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #body-wrapper .info-box .image-container img {
        width: 100%; }
  #body-wrapper .oz-border {
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 992px) {
    #body-wrapper section {
      padding: 2em 2em; } }
  #body-wrapper .radial-gradient {
    position: relative; }
    #body-wrapper .radial-gradient::before, #body-wrapper .radial-gradient::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      filter: blur(30px); }
    #body-wrapper .radial-gradient::before {
      width: 200px;
      height: 205px;
      background: radial-gradient(circle, #ffedba, transparent);
      top: -3em;
      left: -5em; }
    #body-wrapper .radial-gradient::after {
      width: 410px;
      height: 430px;
      background: radial-gradient(circle, #aee4c3, transparent);
      bottom: 13em;
      right: -13em; }
  #body-wrapper .row.mid-width {
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 992px) {
      #body-wrapper .row.mid-width {
        max-width: 100%;
        margin: unset; } }
  #body-wrapper #header-hero {
    background: linear-gradient(180deg, rgba(243, 250, 249, 0) 0%, rgba(255, 255, 255, 0.1) 50%, white 100%), url("https://ocozzio.com/hubfs/Website/linkedin-training/hero-banner.webp");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-block: 2em 15em;
    margin-bottom: -20em; }
    #body-wrapper #header-hero .hero-title {
      font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
      font-weight: 700;
      line-height: 1.27;
      margin-bottom: 1em;
      text-transform: uppercase;
      color: #87C745; }
    #body-wrapper #header-hero .hero-subtitle {
      font-size: clamp(1rem, 2.4375vw, 1.875rem);
      color: #68A396;
      font-weight: 500; }
    #body-wrapper #header-hero .text-container {
      max-width: 750px;
      width: 100%; }
    #body-wrapper #header-hero .image-container {
      margin-right: -500px;
      margin-left: -300px; }
    @media (max-width: 992px) {
      #body-wrapper #header-hero {
        padding: 4em 20px 0;
        margin: 0 auto; }
        #body-wrapper #header-hero .image-container {
          margin-inline: auto !important;
          max-width: min-content; }
          #body-wrapper #header-hero .image-container img {
            max-width: 280px; }
        #body-wrapper #header-hero .text-container {
          max-width: 430px; }
        #body-wrapper #header-hero .col-auto {
          padding: 0; } }
    @media (max-width: 773px) {
      #body-wrapper #header-hero .row {
        flex-direction: column;
        align-items: center;
        text-align: center; }
      #body-wrapper #header-hero .text-container {
        width: 100%;
        max-width: 100%; } }
  #body-wrapper #why-linkedin-matters h2 {
    margin-block: .7em .3em; }
  #body-wrapper #why-linkedin-matters p {
    max-width: 970px; }
  @media (max-width: 575.98px) {
    #body-wrapper #why-linkedin-matters {
      padding-top: 0; }
      #body-wrapper #why-linkedin-matters .row {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        justify-content: center; } }
  #body-wrapper #linkedin-training {
    padding-block: 0 4em;
    background: linear-gradient(0deg, #f3faf9 20%, white 10%, white 100%); }
    #body-wrapper #linkedin-training .info-box {
      padding: 3em 1em;
      position: relative;
      z-index: 10;
      justify-content: space-evenly;
      align-items: end;
      border-radius: 20px;
      align-items: center; }
    #body-wrapper #linkedin-training .heading-container {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      max-width: 250px;
      width: 100%;
      padding-block: .5em; }
      #body-wrapper #linkedin-training .heading-container h3 {
        font-weight: 700; }
    #body-wrapper #linkedin-training .list-container {
      width: 100%;
      max-width: 325px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      height: 100%; }
    #body-wrapper #linkedin-training .image-container {
      max-width: 30px;
      margin-top: 1em;
      width: 100%;
      display: flex;
      justify-content: start;
      align-items: start; }
    #body-wrapper #linkedin-training .info-box-list {
      display: flex;
      justify-content: start; }
    #body-wrapper #linkedin-training .text-container {
      max-width: 325px;
      padding-block: .75em;
      margin-right: auto;
      min-width: min-content; }
      #body-wrapper #linkedin-training .text-container p {
        font-size: clamp(0.875rem, 1.3vw, 1rem);
        font-weight: 500;
        margin-bottom: 0;
        margin-left: 1em;
        text-wrap: balance; }
      #body-wrapper #linkedin-training .text-container b {
        color: #87C745; }
      #body-wrapper #linkedin-training .text-container .name {
        color: #87C745;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        margin-top: 1em; }
    @media (max-width: 992px) {
      #body-wrapper #linkedin-training .info-box {
        padding: 1em 2em;
        flex-direction: column;
        align-items: center; }
      #body-wrapper #linkedin-training .heading-container {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        max-width: fit-content;
        width: 100%;
        padding-block: .5em;
        text-align: center;
        margin: 0 auto; }
      #body-wrapper #linkedin-training .text-container {
        max-width: 100%; }
      #body-wrapper #linkedin-training .list-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 550px;
        margin-inline: auto;
        padding-inline: .5em; }
      #body-wrapper #linkedin-training .info-box-list {
        min-width: unset;
        width: 100%; }
        #body-wrapper #linkedin-training .info-box-list .image-container {
          min-width: 20px;
          width: 100%; } }
    @media (max-width: 575.98px) {
      #body-wrapper #linkedin-training {
        padding: 10px; }
        #body-wrapper #linkedin-training h3 {
          text-wrap: balance; }
        #body-wrapper #linkedin-training .header-container {
          flex-direction: row;
          align-items: center;
          text-align: center; }
        #body-wrapper #linkedin-training .info-box {
          padding: 1em 1em; }
        #body-wrapper #linkedin-training .info-box-list {
          max-width: fit-content; }
          #body-wrapper #linkedin-training .info-box-list .image-container {
            max-width: 16px;
            width: 100%; } }
  #body-wrapper #ocozzio-case-study {
    background-color: #f3faf9;
    overflow: hidden;
    padding-block: 4em 4em; }
  #body-wrapper #ocozzio-case-study .cta-container {
    display: flex;
justify-content: space-between;
align-items: center; }
    #body-wrapper #ocozzio-case-study h2 {
      margin-block: .7em .8em; }
    #body-wrapper #ocozzio-case-study .text-container {
      max-width: 460px;
      width: 100%; }
    #body-wrapper #ocozzio-case-study h4 {
      font-size: clamp(1.25rem, 1.7875vw, 1.375rem);
      color: #181919; }
    #body-wrapper #ocozzio-case-study p {
      text-wrap: balance; }
    #body-wrapper #ocozzio-case-study hr {
      margin-block: 1rem;
      border-color: #68A396;
      border-width: 2px; }
    #body-wrapper #ocozzio-case-study .card {
      position: relative;
      z-index: 10; }
      #body-wrapper #ocozzio-case-study .card::before {
        content: '';
        position: absolute;
        width: 200%;
        height: 150%;
        background-image: url("https://ocozzio.com/hubfs/Website/linkedin-training/rings.svg");
        background-size: cover;
        background-repeat: no-repeat;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1; }
      #body-wrapper #ocozzio-case-study .card .card-body {
        background-color: white; }
    @media (max-width: 992px) {
      #body-wrapper #ocozzio-case-study .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
      #body-wrapper #ocozzio-case-study .text-container {
        max-width: min-content;
        min-width: 400px; }
      #body-wrapper #ocozzio-case-study .col {
        max-width: min-content; }
      #body-wrapper #ocozzio-case-study .col-auto .col p {
        font-weight: 700;
        font-size: 16px; }
      #body-wrapper #ocozzio-case-study .card {
        margin-top: 2em;
        width: 100%;
        max-width: 400px;
        margin-inline: auto; } }
 @media (max-width: 767px) {
	 #body-wrapper #ocozzio-case-study {
		 padding-inline: 0;}
      #body-wrapper #ocozzio-case-study .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center; }
      #body-wrapper #ocozzio-case-study .text-container {
        max-width:  unset;
        min-width: unset; }
      #body-wrapper #ocozzio-case-study .col {
        max-width: initial; }
      #body-wrapper #ocozzio-case-study .col-auto .col p {
        font-weight: 700;
        font-size: 16px; }
      #body-wrapper #ocozzio-case-study .card {
        margin-top: 2em;
        width: 100%;
        max-width: 400px;
        margin-inline: auto; } }
  #body-wrapper #about-ocozzio {
    background-image: url("https://ocozzio.com/hubfs/Website/linkedin-training/about-ocozzio.webp");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    padding-inline: 0; }
    #body-wrapper #about-ocozzio h2 {
      margin-block: .7em .8em; }
    #body-wrapper #about-ocozzio h3 {
      margin-bottom: 1em; }
    #body-wrapper #about-ocozzio .text-container {
      max-width: 730px;
      width: 100%;
      background-color: white; }
    #body-wrapper #about-ocozzio h4 {
      font-size: clamp(1.25rem, 1.7875vw, 1.375rem);
      color: #181919; }
    #body-wrapper #about-ocozzio p:not(.section-subtitle) {
      color: #181919; }
    #body-wrapper #about-ocozzio .col-auto .col p {
      font-weight: 700;
      font-size: 16px; }
    @media (max-width: 1200px) {
      #body-wrapper #about-ocozzio {
        background-size: 30% auto;
        background-position: top left;
        padding: 2em; } }
    @media (max-width: 992px) {
      #body-wrapper #about-ocozzio {
        background-size: 50% auto; }
        #body-wrapper #about-ocozzio .row {
          flex-direction: column-reverse;
          justify-content: center;
          align-items: center;
          text-align: center; }
        #body-wrapper #about-ocozzio .text-container {
          max-width: 100%;
          margin-top: 20em;
          background-color: unset; }
        #body-wrapper #about-ocozzio .col {
          max-width: 100%; } }
    @media (max-width: 575.98px) {
      #body-wrapper #about-ocozzio {
        padding-inline: 1em;
        background-size: 100% auto;
        background-position: top center;
        padding-top: 8em; } }
  #body-wrapper #about-oz .container-responsive {
    background-image: linear-gradient(235deg, #3aa698 0%, #87c745 100%);
    border-radius: 20px; }
  #body-wrapper #about-oz .row {
    justify-content: start;
    align-items: center;
    height: auto; }
  #body-wrapper #about-oz .text-container {
    padding: 2em; }
    #body-wrapper #about-oz .text-container p {
      max-width: 484px;
      color: #FFFFFF; }
    #body-wrapper #about-oz .text-container p:has(b) {
      max-width: 420px; }
  #body-wrapper #about-oz .miss-something {
    background-image: url("https://ocozzio.com/hubfs/Website/linkedin-training/something-better-cropped.svg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    #body-wrapper #about-oz .miss-something a {
      text-decoration: none;
      margin-top: 1em;
      font-weight: bold;
      font-size: 18px; }
    #body-wrapper #about-oz .miss-something .link-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 2em;
      max-width: 343px;
      width: 100%; }
      #body-wrapper #about-oz .miss-something .link-container p {
        font-size: clamp(1rem, 1.4625vw, 1.125rem);
        font-weight: bold;
        margin-bottom: 0; }
    #body-wrapper #about-oz .miss-something .fa-sharp.fa-solid.fa-chevron-right {
      font-size: 22px;
      background: #FFFFFF;
      width: 30px;
      height: 30px;
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      padding: .8em;
      color: #87C745;
      position: relative;
      bottom: 0em;
      right: -1em; }
  @media (max-width: 1180px) {
    #body-wrapper #about-oz .col {
      max-width: 500px;
      margin-left: 0;
      margin-right: auto; }
    #body-wrapper #about-oz .miss-something {
      margin-top: 3em;
      padding: 1em 2em;
      background-position: bottom right;
      background-size: 42% auto; }
    #body-wrapper #about-oz .link-container {
      padding-right: .5em; } }
  @media (max-width: 768px) {
    #body-wrapper #about-oz {
      padding: 1em; }
      #body-wrapper #about-oz .row {
        flex-direction: column;
        min-height: 600px;
        align-items: end;
        justify-content: end; }
      #body-wrapper #about-oz .col {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: start; }
      #body-wrapper #about-oz .text-container {
        padding: 2em 0em; }
      #body-wrapper #about-oz .miss-something {
        background-size: 100% auto;
        background-position: bottom center;
        margin-top: 2em;
        padding: 0 .5em; }
        #body-wrapper #about-oz .miss-something .fa-sharp.fa-solid.fa-chevron-right {
          font-size: 14px;
          width: 16px;
          height: 16px; } }
  @media (max-width: 575.98px) {
    #body-wrapper #about-oz .row {
      min-height: 480px; }
    #body-wrapper #about-oz .text-container {
      padding: 1em 0em; }
      #body-wrapper #about-oz .text-container p {
        max-width: 100%; }
      #body-wrapper #about-oz .text-container p:has(b) {
        max-width: 100%; } }

#body-wrapper #ocozzio-case-study .card {
      width: 100%;
      max-width: 350px;
      height: auto;
      aspect-ratio: 350 / 409;
      margin: 0em auto;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border: none;
      overflow: hidden;
      border-radius: 1rem; }

 #body-wrapper #ocozzio-case-study .card-body p {
      font-size: clamp(1rem, 1.4625vw, 1.125rem);
      margin-bottom: 0;
      text-decoration: none;
      font-weight: 700; }
    #body-wrapper #ocozzio-case-study .card-body a {
      text-decoration: none; }
    #body-wrapper #ocozzio-case-study .card-img-top {
      width: 100%;
      height: auto;
      padding: .5em; }
 #body-wrapper #ocozzio-case-study .link-container {
      display: flex !important;
      justify-content: center;
      align-items: center;
      max-width: 300px;
      margin: 0 auto;
      padding: .2em 1em; }
      #body-wrapper #ocozzio-case-study .link-container:hover {
        transition: 0.3s ease-in-out; }
        #body-wrapper #ocozzio-case-study .link-container:hover .fa-sharp.fa-solid.fa-chevron-right {
          background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
          transition: background-image 4s ease-in-out; }
    #body-wrapper #ocozzio-case-study .btn-cta {
      font-size: clamp(1rem, 1.4625vw, 1.125rem);
      text-decoration: none;
      font-weight: 700; }

      #body-wrapper a:has(i):hover .link-container p {
  color: #186570 !important;
}

#body-wrapper a:has(i):hover .fa-sharp.fa-solid.fa-chevron-right {
  background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%) !important;
  transition: background-image 4s ease-in-out;
}