.header-row {
    position: relative;
    background: -o-linear-gradient(top, #0e032a 0, #866eff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e032a), to(#866eff));
    background: linear-gradient(180deg, #0e032a 0, #866eff 100%);
    -webkit-clip-path: circle(150vw at 50% calc(100% - 156vw));
    clip-path: circle(150vw at 50% calc(100% - 156vw));
    margin-bottom: 5rem;
    padding-bottom: 40rem;
    overflow-x: hidden;
}
.header-row::after {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 954px;
    height: 954px;
    z-index: 0;
    bottom: 245px;
    left: calc(50vw - 476px);
    z-index: -1;
}
.header-row::before {
    position: absolute;
    display: block;
    content: "";
    border: 2px solid #1d2965;
    border-radius: 50%;
    width: 1236px;
    height: 1236px;
    z-index: 0;
    bottom: 106px;
    left: calc(50vw - 618px);
    z-index: -1;
}
.header-title {
    font-size: 2.6rem;
    line-height: 2.875rem;
    margin-top: 20rem
}
.header-img {
    display: block;
    height: auto;
    z-index: 2;
}

.header-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.header-bg-img {
    position: absolute;
    bottom: 0;
    z-index: 2;
    max-width: 69.625rem;
    height: auto;
}
.mb-custom {
    margin-bottom: 0;
}
.circle-bg-bottom, .circle-bg-top {
    border: 1px dashed #e4f0fe;
    width: 41vw;
    height: 41vw;
    border-radius: 50%;
    position: absolute;
}
.circle-bg-bottom::after, .circle-bg-bottom::before, .circle-bg-top::after, .circle-bg-top::before {
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.circle-bg-top {
    right: 2vw;
    top: -7vw;
    border-color: #2daaca;
    z-index: 1;
}
.circle-bg-top::before {
    border: 1px solid #eaf4ff;
    width: 31vw;
    height: 31vw;
    border-color: #0bd3d1;
}
.circle-bg-top::after {
    border: 1px dashed #d2d2d2;
    width: 24vw;
    height: 24vw;
    border-color: #0cabf2;
}
.circle-bg-bottom {
    left: 2vw;
    top: 20vw;
    z-index: 1;
}
.circle-bg-bottom::before {
    border: 1px solid #eaf4ff;
    width: 31vw;
    height: 31vw;
}
.circle-bg-bottom::after {
    border: 1px dashed #d2d2d2;
    width: 24vw;
    height: 24vw;
}
.people-bg {
    background-image: url(../../images/case-studies/people-img.png);
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: top right;
}
.info-title {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 2.688rem;
    word-break: inherit;
    white-space: nowrap;
    padding: 15px 0 15px 25px;
    margin: 0;
    background-image: url(../../images/case-studies/info-bg-title.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.info-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.info-text-pe {
    padding-right: 13rem;
}
.info-svg {
    width: 10rem;
    height: auto;
}
.info-big-mb {
    margin-bottom: 250rem;
}
.info-phone-height {
    background-image: -o-linear-gradient(47.33deg, #71b8cb 0, #8ddaea 100%);
    background-image: linear-gradient(42.67deg, #71b8cb 0, #8ddaea 100%);
    height: 65vw;
    position: relative;
    background-size: cover;
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
    margin: 10em 0;
    z-index: 1;
}
.info-phone-bg .phone-img-width {
    position: absolute;
    width: 39.5vw;
    height: 39.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.info-phone-bg .phone-img-01 {
    left: 15vw;
    top: 2vw;
}
.info-phone-bg .phone-img-02 {
    left: 43vw;
    top: 10vw;
}
.info-phone-bg .phone-img-03 {
    left: 11vw;
    top: 43vw;
}
.info-phone-bg .phone-img-04 {
    left: 46vw;
    top: 43vw;
}
.color-card {
    width: 8.75rem;
    margin-right: 3rem;
}
.color-card-header {
    color: #98a4b2;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
}
.color-card-body {
    width: 100%;
    height: 8.75rem;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .11);
}
.color-card-footer {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -1rem;
}
.color-card-text {
    padding: 7px 0 0 20px;
    font-size: 1rem;
    line-height: 1.625rem;
}
.color-1 {
    background-color: #8ddaea;
}
.color-2 {
    background-color: #71b8cb;
}
.color-3 {
    background-color: #f8d59f;
}
.solution-bg {
    position: relative;
}
.solution-bg-img {
    background-image: url(../../images/case-studies/healthread-solution-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 60%;
    height: 110%;
    left: 0;
    top: 6em;
    z-index: 1;
}
.solution-bg-img::before {
    content: '';
    position: absolute;
    height: 37.5vw;
    width: 18.25vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(../../images/case-studies/healthread-solution-phone-1.svg);
    top: -12vw;
    left: 7vw;
}
.solution-bg-img::after {
    content: '';
    position: absolute;
    height: 37.5vw;
    width: 18.25vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(../../images/case-studies/healthread-solution-phone-2.svg);
    left: 28.6vw;
    top: -2vw;
}
.solution-title {
    font-size: 2.688rem;
    background-image: url(../../images/case-studies/info-bg-title.png);
}
.solution-text {
    font-size: 1rem;
    line-height: 1.625rem;
}
.solution-hand {
    position: absolute;
    max-width: 50rem;
    height: auto;
    bottom: 0;
    left: 5%;
}
.hexagon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 138px;
    height: 79.67px;
    background-color: #fff;
    margin: 50px 7px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.hexagon-1 {
    margin: 0 24%;
}
.hexagon:hover {
    -webkit-transform: scale(.92);
    -ms-transform: scale(.92);
    transform: scale(.92);
    background-color: #e5f6ff;
}
.hexagon::after, .hexagon::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 97.58px;
    height: 97.58px;
    -webkit-transform: scaleY(.5774) rotate(-45deg);
    -ms-transform: scaleY(.5774) rotate(-45deg);
    transform: scaleY(.5774) rotate(-45deg);
    background-color: inherit;
    left: 20.2096px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.hexagon::before {
    top: -48.7904px;
}
.hexagon::after {
    bottom: -48.7904px;
}
.hexagon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 79.6743px;
    z-index: 2;
    background: inherit;
}
.hexagon-nm {
    margin-left: -10rem;
    margin-top: -3.2rem;
}
.laptop-section-bg {
    margin-top: 25rem;
    background: -o-radial-gradient(circle, #fff 0, #f1f1f1 100%);
    background: radial-gradient(circle, #fff 0, #f1f1f1 100%);
    position: relative;
}
.laptop-section-bg::before {
    content: '';
    background-image: -o-linear-gradient(right bottom, transparent 0, transparent 50%, #fff 50%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #fff));
    background-image: linear-gradient(to left top, transparent 0, transparent 50%, #fff 50%);
    position: absolute;
    width: 100%;
    height: 10vw;
    top: 0;
    left: 0;
}
.laptop-section-bg::after {
    content: '';
    background: -o-radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    background: radial-gradient(rgba(158, 158, 158, .7) 1px, rgba(255, 255, 255, 0) 0);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1vw;
    background-color: #fff;
    background-size: 24px 24px;
}
.laptop-bg {
    position: absolute;
    top: -26.5vw;
    left: 9%;
    max-width: 63%;
    z-index: 5;
}
.laptop-bg-2 {
    position: absolute;
    left: 14.5%;
    top: -9vw;
    max-width: 46%;
    z-index: 5;
}
.laptop-bg-3 {
    position: absolute;
    left: 50%;
    top: -.5vw;
    max-width: 12%;
    z-index: 5;
}
.laptop-content {
    width: 68%;
    margin: 0 auto;
    height: 85%;
    padding-top: 6.5rem;
    position: relative;
}
.laptop-upwork {
    position: absolute;
    top: -30%;
    right: 15px;
    width: 70px;
    height: auto;
    opacity: .27;
}
.laptop-user-img {
    display: block;
    width: 90px;
    height: auto;
    border-radius: 50%;
}

.laptop-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400
}
.laptop-sub-title {
    opacity: .6;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
}
.laptop-comment {
    width: 92%;
    margin: 0 auto;
    position: relative;
}
.laptop-quotes {
    position: absolute;
    top: 0;
    left: 0;
}
.laptop-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 22px 30px
}
/* hexagon */
.hexagon-new:nth-child(3) {
    margin-left: 4.9em;
}
.hexagon-new:nth-child(n+3) {
    margin-top: 2.8em;
}
@media screen and (min-width: 768px) {
    .hexagon-new:first-child {
        margin-left: 40%;
    }
    .hexagon-new:nth-child(2) {
        margin-left: 5em;
    }
    .hexagon-new:nth-child(5) {
        margin-left: 5em;
        margin-top: 2.9em;
    }
}
@media screen and (min-width: 768px) and (min-width: 960px) {
    .hexagon-new:nth-child(n+2) {
        margin-top: 2.9em;
    }
    .hexagon-new:nth-child(3) {
        margin-left: 0.313em;
    }
    .hexagon-new:nth-child(5) {
        margin-left: 0.313em;
    }
}
@media screen and (min-width:1400px) {
    .solution-hand {
        max-width: 61.375rem;
        height: auto;
        left: 7%;
    }
}
@media screen and (max-width:1200px) {
    .solution-hand {
        width: 20.625rem;
        left: 0;
    }
    .header-row {
        padding-bottom: 55%;
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 5rem;
    }
    .info-phone-height {
        margin-top: 6rem;
    }
    .hexagon-1 {
        margin: 50px 7px;
    }
    .hexagon-nm {
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (max-width:1024px) {
    .header-title {
        margin-top: 10rem
    }
    .header-row {
        clip-path: circle(850px at 50% calc(100% - 880px));
    }
    .header-row::before {
        width: 700px;
        height: 700px;
        bottom: 106px;
        left: calc(50vw - 350px);
    }
    .header-row::after {
        position: absolute;
        display: block;
        content: '';
        border: 2px solid #1d2965;
        border-radius: 50%;
        width: 480px;
        height: 480px;
        bottom: 245px;
        left: calc(50vw - 240px);
    }
    .info-title {
        font-size: 30px;
    }
    .info-text-pe {
        padding-right: 0
    }
    .solution-hand {
        width: 20.625rem;
        left: 0
    }
    .hexagon.hexagon-ms {
        margin-left: 0
    }
    .hexagon.hexagon-nmt {
        margin: 39.84px 5px
    }
    .laptop-bg {
        background-image: none;
        width: 100%;
        height: auto;
        margin-bottom: 3rem
    }
    .laptop-section-bg {
        padding-bottom: 0
    }
    .laptop-shadow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25)
    }
    .laptop-content {
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 2px;
        padding-top: 2.5rem
    }
    .laptop-content div {
        z-index: 10
    }
    .laptop-content::after {
        -webkit-box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        display: block;
        position: absolute;
        content: '';
        width: calc(100% - 80px);
        top: -20px;
        left: 40px;
        height: 100px;
        background-color: #fff;
        z-index: 1
    }
    .laptop-content::before {
        -webkit-box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        box-shadow: 0 5px 16px 0 rgba(23, 47, 95, .25);
        display: block;
        position: absolute;
        content: '';
        width: calc(100% - 40px);
        top: -10px;
        left: 20px;
        height: 100px;
        background-color: #fff;
        z-index: 2
    }
    .solution-bg .col-md-7 {
        position: relative;
        z-index: 1;
    }
    .solution-bg .solution-bg-img {
        z-index: 0;
        background: url(../../images/case-studies/healthread-solution-bg.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 48%;
    }
    .solution-bg-img::before {
        width: 14.25vw;
    }
    .solution-bg-img::after {
        width: 15.25vw;
        left: 24.6vw;
    }
    .laptop-section-bg {
        margin-top: 8rem;
    }
    .laptop-bg-2 {
        left: 38%;
        top: -17vw;
    }
    .laptop-bg-3 {
        left: 75%;
        top: -8.5vw;
    }
    .plane__img {
        width: 25%;
        margin-bottom: 6em;
    }
    .hexagon-wrp-mt {
        width: 100%!important;
    }
    .hexagon-new:first-child,
    .hexagon-new:nth-child(3) {
        margin-left: 0em;
    }
    .hexagon-new:nth-child(n+2) {
        margin-top: 0em;
        margin-left: 0em;
    }
    .hexagon-new-wrp {
        width: 50em;
        margin-bottom: 50px;
    }
    .hexagon-wrp-mt {
        margin-top: 12rem;
    }
}
@media screen and (max-width:991px) {
    .hexagon-wrp-mt {
        padding-top: 12rem;
    }
}
@media screen and (max-width: 825px) {
    .people-bg {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .hexagon-wrp-mt {
        margin-top: 0em;
        margin-right: -2em!important;
    }
}
@media screen and (max-width:768px) {
    .solution-bg-img {
        background-image: url(../../images/case-studies/healthread-solution-bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 7rem;
        margin-bottom: 10rem;
    }
    .hexagon-new:first-child {
        margin-top: 0.313em;
    }
    .hexagon {
        transform: scale(.75);
    }
    .img-w {
        width: 35%;
    }
    .header-title {
        margin-top: 7rem;
        font-size: 1.8rem;
        line-height: 1.1;
        margin-top: 11.8rem;
    }
    .info-title {
        font-size: 30px;
        line-height: 1.5rem;
        padding: 30px 0 15px 27px;
    }
    .header-row::before {
        width: 90vw;
        height: 90vw;
        bottom: auto;
        border: 1px solid #1d2965;
        left: calc(5vw);
        opacity: .8;
        top: -29vw;
    }
    .header-row::after {
        position: absolute;
        display: block;
        content: '';
        border: 2px solid #1d2965;
        border-radius: 50%;
        width: 72vw;
        height: 72vw;
        top: -20vw;
        bottom: auto;
        left: calc(14vw);
        opacity: 0.7;
    }
    .header-img {
        width: 75%;
    }
    .info-svg {
        width: 7.5rem;
        height: auto;
    }
    .info-mobile-text {
        padding: 10px 22px;
        background: rgba(255, 255, 255, .8);
        margin: 0 10px;
    }
    .info-phone-height {
        margin-top: 2.5rem;
    }
    .color-bg {
        position: relative;
        background-size: 100%;
        background-image: url(../../images/case-studies/phone-bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .color-card {
        height: auto;
    }
    .color-card-header {
        height: 1rem;
    }
    .solution-text {
        color: #000;
    }
    .solution-title {
        color: #000!important;
        background-image: url(../../images/case-studies/info-bg-title.png);
    }
    .hexagon.hexagon-ms {
        margin-left: 5rem;
    }
    .hexagon.hexagon-nmt {
        margin-top: .5rem;
    }
    .splide__arrow {
        width: 53px;
        height: 53px;
    }
    .mb-custom {
        margin-bottom: 3rem;
    }
    .people-bg {
        background-size: cover;
        padding: 3rem 0;
    }
    .laptop-section-bg {
        margin-top: 8rem;
    }
    .laptop-bg-2 {
        left: 38%;
        top: -17vw;
    }
    .laptop-bg-3 {
        left: 75%;
        top: -8.5vw;
    }
    .header-img {
        width: 47%;
    }
    .hexagon-new-wrp {
        width: 46em;
    }
    .hexagon-new:last-child {
        margin-left: 5em!important;
        margin-top: 3em!important;
    }
    .header-text {
        margin-bottom: 3em;
    }
    .color-card:nth-child(2) .color-card-header {
        margin-top: -0.75em;
    }
    .color-card:nth-child(3) .color-card-header {
        margin-top: -1.25em;
    }
}
@media screen and (max-width:480px) {
    .case__slider .slick-slide {
        margin: 0;
        padding: 0 1rem
    }
    .case__slider .slick-list {
        margin: 0
    }
    .hexagon-new:last-child {
        margin-left: 0em!important;
        margin-top: 2.5em!important;
    }
    .color-card:nth-child(2) .color-card-header {
        margin-top: 0em;
    }
    .color-card:nth-child(3) .color-card-header {
        margin-top: 0em;
    }
}
@media screen and ( max-width: 395px ) {
    .hexagon-new:nth-child(n+2) {
        margin-top: 0.3em;
    }
    .hexagon-new:nth-child(3) {
        margin-left: 4.7em!important;
    }
    .hexagon-new:last-child {
        margin-top: 2.8em!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .hexagon-new {
        margin: 0.313em !important;
    }

}
.text{
    z-index: 2;
}
.breadcrumbs__row {
    position: absolute;
    z-index: 1;
    top: 1.25%;
    padding-top: 6em;
}
.breadcrumbs__container {
    position: relative;
}
.color-card-header {
    font-weight: 500;
}
@media screen and ( max-width: 1024px ) {
    .people-bg {
        background-position: 92.5%;
        background-size: 65%;
    }
    .color__section {
        height: 50vh!important;
        min-height: 100%!important;
    }
    .solution-text {
        margin-right: 0em!important;
        padding-right: 0em!important;
    }
/*
    .info-svg {
        width: auto!important;
    }
*/
}
@media screen and ( max-width: 768px ) {
    .hexagon-wrp-mt {
        padding-top: 12rem;
    }
    .color-card {
        margin-right: 0em;
    }
    .solution-bg-img {
        height: 40vh;
    }
    .solution-bg-img::before {
        height: 57.5vw;
        width: 40.25vw;
        top: -12vw;
        left: 7vw;
    }
    .solution-bg-img::after {
        height: 59.5vw;
        width: 40.25vw;
        left: 41.6vw;
        top: 10vw;
    }
    .info-mobile-text p {
        font-size: 1rem;
    }
    .laptop-section-bg .hexagon-wrp-mt {
      margin-right: 0em!important;
      transform: scale(0.9);
    }
    .solution-bg-img {
      position: absolute;
      width: 50%;
      height: 35%;
        background: none;
    }
    .solution-bg-img::before {
      height: 35.5vw;
      width: 30.25vw;
      top: -9vw;
        left: 6vw;
    }
    .solution-bg-img::after {
      height: 35.5vw;
      width: 31.25vw;
      left: 26.6vw;
      top: 5vw;
    }
    .solution-bg .info-mobile-text,
    .people-bg .info-mobile-text {
      background: none;
    }
    .plane__img {
      margin-bottom: 2em;
        width: 30%;
    }
    .solution-bg {
        margin-bottom: 0em!important;
    }
    .impact__section {
        padding-top: 0em!important;
    }
    .people-bg .info-mobile-text {
        padding: 1em;
        background: rgba(255, 255, 255, 0.7);
    }
}
@media screen and ( max-width: 550px ) {
  .solution-bg-img {
      position: inherit;
      width: 100%;
      height: 40vh;
    }
    .solution-bg-img::before {
      height: 61.5vw;
      width: 43.25vw;
    }
    .solution-bg-img::after {
      height: 62.5vw;
      width: 31.25vw;
      left: 45.6vw;
    }
    .color__section {
      height: 100%!important;
    }
    .people-bg {
        background-size: cover!important;
        margin-top: -5em;
    }
    .impact__section {
        padding-top: 0em!important;
        margin-top: -4em;
    }
    .hexagon-wrp-mt {
        padding-top: 5rem;
    }
    .info-svg {
        width: 7.5rem!important;
    }
    .plane__img {
      margin-bottom: 0em;
    }
    .header-row {
        margin-bottom: 0em!important;
    }
    .solution-bg-img {
        background-image: url(/wp-content/themes/litslink/images/case-studies/healthread-solution-bg.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 90%;
    }
    .hexagon-new:nth-child(3) {
        margin-left: 4.5em;
    }
    .laptop-section-bg {
        margin-top: 0em;
    }
    .hexagon-new:nth-child(n+3) {
        margin-top: 2.8em;
    }
    .hexagon-new:nth-child(2) {
        margin-left: 0.5em;
    }
    .hexagon-new:nth-child(4) {
        margin-left: 0.5em;
    }
}
