/* ==========================================================================
Base styles: opinionated defaults==========================================================================*/

* {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

html {
    color: #1d222c;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 0 !important;
    /*scroll-behavior: smooth;*/
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    background-color: #f9f9f9;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img,
svg {
    width: 100%;
}

textarea {
    resize: vertical;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.noscroll {
    overflow: hidden;
}




/* ==========================================================================
   Author's default styles
   ========================================================================== */

figure {
    margin: 0;
}

a,
a:hover,
a:active,
a:focus,
a:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    color: #000000;
    font-size: 14px;
    font-weight: 900;

}

p:not(:last-child),
li:not(:last-child) {
    margin: 0px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.142;
    letter-spacing: -0.01em;
    font-family: 'Merriweather', serif;
    color: #000000;

}

h2 {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.278;
    letter-spacing: -0.01em;
    font-family: 'Merriweather', serif;
    color: #000000;

}

h3,
h4,
h6,
p {
    font-family: 'Lato', sans-serif;
    color: #000000;
}

h3 {
    font-size: 2.375rem;
    font-weight: 900;
    line-height: 1.1;

}

h4 {
    font-size: 2.125rem;
    font-weight: 900;
    line-height: 1.117;
}

h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: 'Merriweather', serif;
    color: #000000;
}

h6 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #830065;
    padding-bottom: 12px;
}

p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
    padding-top: 15px;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

ul li {
    list-style: none;
}

.js {
    margin-top: 0 !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.no-border {
    border: 0 none;
}

.no-border-radius {
    border-radius: 0;
}

.bg-transparent {
    background-color: transparent;
}

.section-control {
    display: table;
    width: 100%;
}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.text-center {
    text-align: center;
}

.vertical-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.transition {
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.collapsed .top-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10% 0;
    transform-origin: 10% 10% 0;
}

.middle-bar {
    opacity: 0;
}

.bottom-bar {
    margin-left: 3px;
    margin-right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90% 0;
    transform-origin: 10% 90% 0;
}

.d-flex {
    display: -webkit-box;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    justify-content: center;
}

.flex-shrink {
    flex-shrink: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.full-width {
    width: 100%;
}

.scrolloff {
    pointer-events: none;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

/*Input*/

input:focus {
    outline: none;
}

input,
input select,
input textarea,
input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=date] {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid transparent;
    padding: 16px 1.25rem;
    font-weight: 400;
    -webkit-appearance: none;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.55);
    font-size: 14px;
    line-height: 1;
    outline: none;
    color: #000;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input:-ms-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input::-ms-input-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input::-moz-placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input::placeholder {
    color: rgba(83, 91, 98, 0.6);
}

input:focus {
    border: 2px solid #E31C79;
}

/*404-pages*/

.section-not-found {
    height: calc(100vh - 60px);
}

.section-not-found h1 {
    color: #000;
}

.section-not-found .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}



/*Button*/

.btn {
    font-size: 16px;
    color: #000000;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.25;
    font-weight: 900;
    -webkit-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    text-align: center;
    margin-top: 1.875rem;
    text-transform: uppercase;
    border: 2px solid #000;
}

.btn-small {
    padding: 18px;
}

.btn:hover {
    border: 2px solid #000;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.page-width {
    max-width: 1440px;
    background-color: #fff;
}

/* header */
.site-header {

    background-color: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.header-overlay {
    box-shadow: 0 0 2px rgba(0, 0, 0, .06), 0 0 5px rgba(0, 0, 0, .06);
}

.navbar {
    padding: 1.875rem 2.875rem 1.875rem 3.4375rem;
}

.header-overlay .navbar {
    padding: 1rem 2.875rem 1rem 3.4375rem;
}

.header-overlay .btn-nav {
    padding: 8px 18px;
}

.navbar-brand {
    background-repeat: no-repeat;
    float: left;
    width: 190px;
    height: 32px;
    background-size: 100%;
    background-image: url('../images/svg/innovaccer-logo.svg');

}

.btn-nav {
    margin-top: 0;
    border: 2px solid #E31C79;
    color: #E31C79;
    padding: 13px 18px;

}

.nav-btn {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.btn-nav:hover {
    border: 2px solid #E31C79;
}

.navbar-toggler {
    display: none;
}

.enroll-toggle li a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.enroll-toggle li a:hover {
    color: rgba(229, 28, 107)
}

.enroll-toggle li {
    padding: 0 0 0 3rem;
}

.enroll-toggle li:first-child {
    padding-left: 3.4375rem;
}

/* Hero Section */
.hero-top {
    padding-top: 10.4375rem;
}

.hero-section {
    position: relative;
    padding: 7.5rem 0 7rem 0;
}

.hero-info {
    max-width: 570px;
    z-index: 100;
}

.hero-info p {
    font-size: 1.75rem;
    line-height: 1.285;
    color: #000000;
    width: 100%;
    max-width: 490px;
}

.hero-info .btn-small {
    margin-top: 3.75rem;
    padding: 13px 1.4375rem;
}


/* health-care */
.health-care-info {
    max-width: 650px;
}

.health-care {
    padding: 7.8125rem 0 3.125rem 0;
}

.health-care-info p {
    margin: 0 auto;
}

/* section-inapi */
.section-inapi {
    padding: 9.125rem 0 9.5rem 0;
}

.inapi-description {
    max-width: 335px;
}

.inapi-list-wrapper {
    padding: 1.875rem 1.25rem;
    box-shadow: 0px 4px 10px rgba(39, 39, 41, 0.08), 0px 0px 2px rgba(39, 39, 41, 0.18);
    border-radius: 4px;
    max-width: 130px;
    margin-right: 1.875rem;
}

.inapi-list-wrapper .img-hover-show {
    display: none;
}

.inapi-list-wrapper:hover .img-hover-show {
    display: block;
}

.inapi-list-wrapper:hover .img-default-show {
    display: none;
}

.inapi-list-wrapper:last-child {
    margin-right: 0;
}

.inapi-list-wrapper h3 {
    padding: 7rem 0 13px 0;
}

.inapi-list-wrapper:nth-child(1) figure {
    width: 58px;
    height: 58px;

}

.inapi-list-wrapper:nth-child(2) figure {
    width: 55px;
    height: 58px;

}

.inapi-list-wrapper:nth-child(3) figure {
    width: 60px;
    height: 56px;
}

.inapi-list-wrapper:nth-child(4) figure {
    width: 60px;
    height: 60px;

}


.inapi-list-wrapper p {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.3;
}

.inapi-list-wrapper:hover {
    background-color: #F4FFF6;
    box-shadow: 0px 8px 40px rgba(130, 136, 148, 0.05),
        0px 10px 10px rgba(164, 170, 182, 0.1),
        0px 24px 10px rgba(130, 136, 148, 0.05);
}

.inapi-list-wrapper:nth-child(2):hover {
    background-color: rgba(230, 102, 0, 0.05);
}

.inapi-list-wrapper:nth-child(2):hover h3 {
    color: #E66600;
}

.inapi-list-wrapper:nth-child(3):hover {
    background-color: rgba(201, 31, 41, 0.05);
}

.inapi-list-wrapper:nth-child(3):hover h3 {
    color: #c91f29;
}

.inapi-list-wrapper:nth-child(4):hover {
    background-color: rgba(99, 62, 165, 0.05);
}

.inapi-list-wrapper:nth-child(4):hover h3 {
    color: #633EA5;
}

.inapi-list-wrapper:hover h3 {
    color: #339B2E;
}

.inapi-list-wrapper:hover svg>path {
    stroke: #339B2E;
}

/* section-use-innovaccer */
.section-use-innovaccer .use-innovaccer-description {
    background: #830065;
    border-radius: 8px;
    padding: 0 4.0625rem;
}

.use-innovaccer-info {
    background-color: #710057;
    padding: 3.125rem 2.75rem;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}

.use-innovaccer-info h4 {
    color: #fff;
    position: relative;
    padding-bottom: 2.5rem;
}

.use-innovaccer-info h4::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fff;
    bottom: 0;
}

.innovaccer-logo {
    -webkit-box-flex: 0;
    flex: 0 0 52%;
    padding: 3.125rem 6rem 3.125rem 6.875rem;
}

.innovaccer-logo figure:nth-child(1) {
    max-width: 104px;
}

.innovaccer-logo figure:nth-child(2) {
    max-width: 139px;
}

.innovaccer-logo figure:nth-child(3) {
    max-width: 106px;
}

.innovaccer-logos figure:nth-child(1) {
    max-width: 116px;
}

.innovaccer-logos figure:nth-child(2) {
    max-width: 159px;
}

.innovaccer-logos figure:nth-child(3) {
    max-width: 89px;
}

/* section-inapi-sanbox */
.section-inapi-sanbox {
    position: relative;

}

.section-inapi-sanbox .d-flex::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: #F3E6F0;
    z-index: 1;
    left: 0;
    top: 0;
}

.sandbox-desription {
    padding-top: 1rem;
}

.sandbox-img {
    padding-right: 15px;
    transform: translate(7%, 5%);
    -webkit-transform: translate(7%, 5%);
    -moz-transform: translate(7%, 5%);
    -ms-transform: translate(7%, 5%);
    -o-transform: translate(7%, 5%);
}

.sandbox-img,
.sanbox-card {
    z-index: 10;
}

.sandbox-img figure {
    max-width: 661px;
}

.sandbox-img figure>img {
    width: auto;
}

.sanbox-card {
    padding-left: 15px;
    transform: translateY(5%);
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
}

.sanbox-card .sandbox-card-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 8px 8px rgba(130, 136, 148, 0.16), 0px 0px 4px rgba(130, 136, 148, 0.16), 0px 0px 2px rgba(130, 136, 148, 0.08);
    border-radius: 4px;
    max-width: 350px;
    padding: 2rem 1.75rem;

}

.sanbox-card .sandbox-card-wrapper h6 {
    padding-bottom: 6px;
}

.sanbox-card .sandbox-card-wrapper p {
    padding-top: 1.25rem;
    font-size: 16px;
    line-height: 1.5;
}

.sandbox-card-wrapper {
    margin-bottom: 2rem;
}

.sandbox-card-wrapper:last-child {
    margin-bottom: 0;
}

/* inapi-download */
.inapi-download {
    position: relative;
}

.inapi-download-dessciption figure {
    max-width: 117px;
    padding-bottom: 10px;
}

.inapi-download-dessciption .btn-small {
    margin-top: 7rem;
}

.inapi-download-dessciption {
    max-width: 516px;
}

.inapi-download-img figure {
    max-width: 521px;
}

.inapi-download .w-50 {
    z-index: 10;
}

.inapi-download .d-flex::before {
    content: '';
    position: absolute;
    width: 65.5%;
    height: 400px;
    background-color: #F4F4F4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}

/* section-request-demo */
.section-request-demo {
    padding: 1.875rem 0 7.1875rem 0;
}

.section-request-demo-wrapper {
    padding: 5.25rem 2.5rem;
    background-image: url('../images/inapi-demo-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.request-demo-card {
    max-width: 484px;
    margin-left: auto;
    padding-left: 3rem;
    border-left: 1px solid #fff;
}

.request-demo-card h5 {
    color: #fff;
}

.request-demo-card .btn-small {
    border: 2px solid #fff;
    color: #fff;
    padding: 13px 1.5rem;
    margin-top: 1.5rem;
}

/* Testimonial */
.client-div {
    max-width: 488px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.client-testimonial {
    padding: 8.06rem 0 7.562rem 0;
}



.testimonial-card p {
    font-weight: 700;
    margin-bottom: 6rem;
    font-size: 1.125rem;
    letter-spacing: -0.01em;
    padding-top: 0;
}



/* site-footer */
.site-footer {
    padding: 2.5rem 0;
    background-color: #000000;
}

.section-subscriber h5 {
    color: #fff;
}

.section-subscriber form {
    padding-left: 15px;
    -webkit-box-flex: 0;
    flex: 0 0 48%;
}

.section-subscriber form>input {
    width: 100%;
    max-width: 450px;
}

.btn-subscribe,
.btn-subscribe:hover {
    margin-top: 0;
    color: #E31C79;
    border: 2px solid #E31C79;
    padding: 13px 1.5rem;
    margin-left: 8px;
}

.footer-logo {
    background-repeat: no-repeat;
    display: block;
    width: 190px;
    height: 32px;
    background-size: 100%;
    background-image: url(../images/svg/innovaccer-logo-white.svg);
}

.primary-footer {
    padding: 5rem 0 2.5rem 0;
    border-bottom: 2px solid #E31C79;
}

.primary-footer p {
    color: #FDFCF7;
    font-size: 16px;
}

.footer-col {
    -webkit-box-flex: 0;
    flex: 0 0 23%;
    padding-right: 15px;
}

.footer-list-wrapper {
    -webkit-box-flex: 0;
    flex: 0 0 77%;
    padding-left: 15px;
}

.footer-list-wrapper .footer-list {
    padding-right: 5.5rem;
}

.footer-list-wrapper .footer-list:last-child {
    padding-right: 1.875rem;
}

.footer-list-wrapper .platform {
    max-width: 186px;
}

.footer-list-wrapper .market {
    max-width: 78px;
}

.footer-list-wrapper .thoughts {
    max-width: 84px
}

.footer-list-wrapper .company {
    max-width: 81px;
}

.footer-list-wrapper .footer-list h6 {
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    color: #E81F76;
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 1.5;
}

.footer-list-wrapper .footer-list li {
    padding-bottom: 8px;
}

.footer-list-wrapper .footer-list li:last-child {
    padding-bottom: 0;
}

.footer-list-wrapper .footer-list li>a {
    color: #FDFCF7;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.footer-list-wrapper .footer-list li>a:hover {
    color: #E81F76;
}

.secondary-footer {
    padding-top: 2.5rem;
}

.secondary-footer p,
.secondary-footer li a {
    font-size: 16px;
    line-height: 1;
    color: #FDFCF7;
    font-weight: 400;
}

.secondary-footer li {
    padding-right: 1.75rem;

}

.secondary-footer li:last-child {
    padding-right: 0;
}

.social-icons li>a {
    opacity: 0;
    font-size: 6px;
}

.social-icons li {
    position: relative;
}

.social-icons li {
    background-repeat: no-repeat;
    background-size: contain;
}

.social-icons .linked-in {
    width: 24px;
    height: 24px;
    background-image: url('../images/svg/logo-linked-in.svg');
}

.social-icons .twitter {
    width: 30px;
    height: 24px;
    background-image: url('../images/svg/logo-twitter.svg');
}

.social-icons .facebook {
    width: 24px;
    height: 24px;
    background-image: url('../images/svg/logo-fb.svg');
}

.social-icons .youtube {
    width: 33.5px;
    height: 23.5px;
    background-image: url('../images/svg/logo-youtube.svg');
}

.social-icons .email {
    width: 24px;
    height: 24px;
    background-image: url('../images/svg/logo-mail.svg');
}

.social-icons li {
    padding-right: 2.5rem;
}

.social-icons li:last-child {
    padding-right: 0;
}

.recognitions {
    padding-top: 2.5rem;
}

.recognitions h6 {
    color: #FDFCF7;
    line-height: 1.25;
    text-transform: capitalize;
    font-weight: 400;
}

.recognitions figure {
    margin-right: 16px;
}

.recognitions figure:last-child {
    margin-right: 0;
}

.recognitions figure:nth-child(1) {
    max-width: 71px;
}

.recognitions figure:nth-child(2) {
    max-width: 70px;
}

.recognitions figure:nth-child(3) {
    max-width: 59px;
}

.recognitions figure:nth-child(4) {
    max-width: 44px;
}

.hero-image-wrapper {
    max-width: 939px;
    height: 640px;
    background-color: #F4F4F4;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    overflow: hidden;
}

.hero-hand-icon {
    max-width: 520px;
    position: absolute;
    bottom: -1rem;
    left: 22%;
    z-index: 2;
}

.icon-img {
    max-width: 100px;
    position: absolute;
    z-index: 1;
}

.treatment {
    bottom: 35%;
    right: 15%;
}

.chronic {
    top: 16%;
    right: 9%;
}

.medicin {
    top: 7%;
    right: 41%;
}

.theraphy {
    top: 24%;
    left: 30%;
}

.dentist {
    bottom: 25%;
    left: 28%;
}

.testimonial-card {
    max-width: 232px;
    width: 100%;
    padding: 1.5rem 1.5rem 2.125rem 1.5rem;
    background-color: #F6F6F6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 3.5rem;
    margin-right: 1.5rem;
    position: relative;
}

.testimonial-card:last-child {
    margin-right: 0;
}

.testimonial-card:hover {
    box-shadow: 0px 30px 40px rgba(130, 136, 148, 0.05), 0px 10px 15px rgba(164, 170, 182, 0.1), 0px 24px 35px rgba(130, 136, 148, 0.05);
    background-color: #fff;

}

.author-info {
    position: absolute;
    bottom: 1.875rem;
}

.author-info figure {
    border-radius: 50%;
    height: 36px;
    max-width: 36px;
    margin-right: 16px;
    margin-right: 16px;
    overflow: hidden;
}

.author-info h6 {
    font-weight: 900;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    padding-bottom: 0;
}

.author-info p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 0;
}