/*
Theme Name: FAQ by click5
Theme URI: https://www.click5interactive.com/wordpress-faq-theme/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: FAQ WP Theme by click5 Interactive
Tags: custom-logo, custom-menu, custom-header, custom-background, featured-images, full-width-template, blog, translation-ready
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faq-by-click5
Domain Path: /languages

FAQ WP Theme by click5, Copyright 2023 click5 Interactive.
FAQ WP Theme by click5 is distributed under the terms of the GNU GPL.
*/


/* HEADER */

#header {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #123243;
    transition: all .3s;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(19, 62, 84, .2);
}
#header.sticky.admin-bar {
    top: 32px;
}

#header .logo a:hover {
    text-decoration: none;
}
#header .logo h1 {
    color: #FFF;
    font-size: 44px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: 0;
    margin: 0;
}
#header .logo span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.76px;
    text-transform: uppercase;
    padding: 0;
    margin: -2px 0 0 1px;
}

#header .contact a {
    display: inline-block;
    height: 46px;
    color: #113243;
    font-size: 17px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.34px;
    padding: 0 35px;
    margin: 0;
    background-color: #FFF;
    border: 2px solid #FFF;
    border-radius: 2px;
}
#header .contact a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
}

/* NAV */

.menu-button-container {
    display: none;
}

.primary-navigation > div > .menu-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 6px 26px 0 0;
    max-width: none;
    padding-left: 0;
    position: relative;
}
.primary-navigation > div > .menu-wrapper li {
    display: flex;
    position: relative;
    width: inherit;
    margin: 0;
}
.primary-navigation > div .menu-wrapper > li > a {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0 0 1px 0;
    margin: 10px 0;
    border-bottom: 4px solid transparent;
}
.primary-navigation > div .menu-wrapper > li:hover > a {
    border-color: #FFF;
}
.primary-navigation > div .menu-wrapper > li > a:hover {
    text-decoration: none;
}
.primary-navigation > div .menu-wrapper > li > a:focus {
    outline: auto;
}

.primary-navigation .sub-menu-toggle {
    display: flex;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 10px 0 0;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #FFF;
    border: none;
}
.primary-navigation .sub-menu-toggle:focus {
    outline: auto;
}
.primary-navigation .sub-menu-toggle[aria-expanded="true"] .icon-plus {
    display: none;
}
.primary-navigation .sub-menu-toggle .icon-minus {
    display: none;
}
.primary-navigation .sub-menu-toggle[aria-expanded="true"] .icon-minus {
    display: flex;
}

.primary-navigation .sub-menu {
    list-style: none;
    left: -25px;
    padding: 10px 0;
    margin: 0;
    width: 240px;
    position: absolute;
    top: 100%;
    background-color: #FFF;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    transition: all .3s;
    z-index: 88888;
}
.primary-navigation .sub-menu-toggle[aria-expanded="false"] ~ ul {
    display: none;
}
.primary-navigation .sub-menu .menu-item {
    display: block;
}
.primary-navigation .sub-menu .menu-item > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 25px;
    margin: 0;
    white-space: unset;
}
.primary-navigation .sub-menu .menu-item > a:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

.primary-navigation .sub-menu .sub-menu {
    position: relative;
    box-shadow: unset;
    left: 0;
}
.primary-navigation .sub-menu .sub-menu .menu-item > a {
    font-size: 14px;
    padding-left: 40px;
}

/* .navbar {
    padding: 0;
    margin: 6px 26px 0 0;
}
.navbar .navbar-nav > li {
    margin: 0 20px;
    transition: all .5s;
}
.navbar .navbar-nav .nav-link {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 0 0 1px 0;
    margin: 10px 0;
    border-bottom: 4px solid transparent;
}
.navbar .navbar-nav [class*="current"] .nav-link,
.navbar .navbar-nav .menu-item:hover .nav-link {
    border-color: #FFF;
}
.navbar .navbar-nav .dropdown {
    display: flex;
    align-items: center;
}
.navbar .navbar-nav .dropdown .dropdown-toggle::after {
    display: none;
}
.navbar .navbar-nav .dropdown .dropdown-icon {
    position: relative;
    color: #FFF;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 700;
    background-color: transparent;
    border: 0;
    top: -2px;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-icon {
    color: #000;
    right: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-icon:focus {
    outline: auto;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    display: none;
    width: 240px;
    top: 35px;
    left: -20px;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
    transition: all .3s;
    z-index: -1111;
}
.navbar .navbar-nav .dropdown .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
    white-space: unset;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown .dropdown-menu [class*="current"] > .dropdown-item {
    color: var(--main);
    background: transparent;
}
.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    box-shadow: 0 3px 15px rgb(0 0 0 / 5%);
    top: 0;
    left: 85%;
} */

/* HERO */

#hero {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    background-color: #e0eef0;
    overflow: hidden;
}
#hero::before {
    content: "";
    display: block;
    width: 1150px;
    height: 1150px;
    background-color: #e0eef0;
    border: 265px solid rgba(39, 119, 132, .04);
    border-radius: 50%;
    position: absolute;
    top: 65px;
    left: -400px;
}

#hero .headline h3 {
    color: #123243;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}
#hero .headline h2 {
    color: #133e54;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.75px;
    padding: 0;
    margin: 0;
}
#hero .headline p {
    color: #133e54;
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.33px;
    padding: 18px 0 0 0;
    margin: 0;
}
#hero .headline > a {
    display: inline-block;
    height: 66px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -0.08px;
    padding: 0 65px;
    margin: 25px 0 0 0;
    background-color: #007b8f;
    border: 2px solid #007b8f;
    border-radius: 4px;
}
#hero .headline > a i {
    font-size: 15px;
    padding-left: 5px;
}
#hero .headline > a:hover {
    color: #007b8f;
    text-decoration: none;
    background-color: transparent;
}
#hero .headline span.category {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 6px 25px 4px 25px;
    margin: 0 0 10px 0;
    background-color: #007b8f;
    border-radius: 30px;
}
#hero .headline span.category.guide {
    background-color: #70abd0;
}
#hero .headline span.category.report {
    background-color: #79d3ac;
}

#hero .photo {
    flex: 0 0 calc(50% + 95px);
    max-width: calc(50% + 95px);
    margin-right: -95px;
}
#hero .photo > div {
    display: block;
    width: 100%;
    height: 515px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

/* FEATURED FAQs */

#featured .headline h3 {
    display: inline-block;
    color: #133e54;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 8px 40px 7px 40px;
    margin: 0 0 14px 0;
    border: 1px solid rgba(0, 123, 143, .5);
    border-radius: 17px;
}
#featured .headline h2 {
    color: #133e54;
    font-size: 45px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 43px 0;
    margin: 0;
}

#featured .box {
    margin-top: 25px;
}
#featured .box a {
    position: relative;
    height: 100%;
    padding: 55px 50px 47px 50px;
    border: 1px solid #d8e8ea;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(93, 120, 125, .06);
    overflow: hidden;
}
#featured .box a::before {
    content: "";
    display: block;
    width: 234px;
    height: 234px;
    background-color: #007b8f;
    border-radius: 50%;
    position: absolute;
    bottom: -95px; right: -100px;
    opacity: 0;
    transition: all .3s;
}
#featured .box a::after {
    content: "\f105";
    color: #FFF;
    font-family: "Font Awesome 6 Free";
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    bottom: 40px; right: 50px;
}
#featured .box a:hover {
    text-decoration: none;
    box-shadow: 0 25px 60px rgba(93, 120, 125, .21);
    transform: scale(1.01);
}
#featured .box a:hover::before {
    opacity: 1;
}

#featured .box .content {
    flex: 1;
    padding-bottom: 60px;
}
#featured .box .content img {
    display: block;
    max-height: 56px;
    margin-bottom: 38px;
}
#featured .box .content h2 {
    display: inline;
    color: #133e54;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#featured .box a:hover .content h2 {
    color: #007b8f;
    border-bottom: 1px solid #007b8f;
}
#featured .box .content p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #3d525d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 21px 0 0 0;
    overflow: hidden;
}

#featured .box .more span {
    display: block;
    color: #133e54;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
#featured .box .more span i {
    font-size: 15px;
    padding-left: 5px;
    transition: all .3s;
}
#featured .box a:hover .more span i {
    opacity: 0;
}

#featured .more a {
    display: inline-block;
    height: 58px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.08px;
    padding: 0 60px;
    margin: 60px 0 0 0;
    background-color: #007b8f;
    border: 2px solid #007b8f;
    border-radius: 4px;
}
#featured .more a:hover {
    color: #007b8f;
    text-decoration: none;
    background-color: transparent;
}

/* BLOG */

#blog {
    overflow: hidden;
}

#blog .row:not(.row-2) {
    position: relative;
    padding-top: 74px;
    padding-bottom: 70px;
    background-color: #e4eff1;
}
#blog .row:not(.row-2)::before {
    content: "";
    display: block;
    width: calc(100% + 170px);
    height: 100%;
    background-color: #e4eff1;
    border-radius: 25px;
    position: absolute;
    top: 0; left: -85px;
}
#blog .row > * {
    position: relative;
    z-index: 4;
}

#blog .headline h2 {
    color: #123243;
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.67px;
    padding: 0;
    margin: 0 0 68px 0;
}

#blog .more a {
    display: inline-block;
    height: 57px;
    color: #123243;
    font-size: 18px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.18px;
    padding: 0 70px;
    margin: 50px 0;
    background-color: transparent;
    border: 1px solid rgba(0, 123, 143, .4);
    border-radius: 4px;
}
#blog .more a:hover {
    text-decoration: none;
    border-color: rgba(0, 123, 143, 1);
}

/* CTA */

#cta {
    background-color: #d3e6e8;
}

#cta .content h2 {
    color: #133e54;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.14px;
    padding: 0;
    margin: 0;
}
#cta .content a {
    display: inline-block;
    height: 58px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: -0.08px;
    padding: 0 65px;
    margin: 19px 0 0 0;
    background-color: #007b8f;
    border: 2px solid #007b8f;
    border-radius: 4px;
}
#cta .content a:hover {
    color: #007b8f;
    text-decoration: none;
    background-color: transparent;
}

/* FOOTER */

#footer .logo h1 {
    color: #133e54;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
}
#footer .logo span {
    display: block;
    color: rgba(19, 62, 84, .5);
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    padding: 0;
    margin: -3px 0 0 1px;
}
#footer .logo p {
    max-width: 410px;
    color: rgba(19, 62, 84, .8);
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.22px;
    padding: 0;
    margin: 19px 0 0 0;
}

#footer h3 {
    color: rgba(19, 62, 84, .8);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 24px 0;
    margin: 0;
}

#footer .links > div:not(:last-of-type) {
    margin-right: 140px;
}
#footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .links ul li a {
    color: #123d54;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
#footer .links ul li a:hover {
    color: #007b8f;
}

#footer .c-2 .row {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .c-2 .row::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #e8f0f1;
    position: absolute;
    top: 0; left: 15px;
}

#footer .disclaimer p {
    color: rgba(19, 62, 84, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.22px;
    padding: 0 0 45px 0;
    margin: 0;
}

/* SUBPAGES */

#hero-sub {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #e0eef0;
    overflow: hidden;
}
#hero-sub::before {
    content: "";
    display: block;
    width: 990px;
    height: 990px;
    background-color: #e0eef0;
    border: 230px solid rgba(39, 119, 132, .04);
    border-radius: 50%;
    position: absolute;
    top: -10px; left: -300px;
}

#hero-sub h2 {
    color: #133e54;
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.9px;
    padding: 0 0 0 65px;
    margin: 0;
}

#page-wrapper .row,
#contact-wrapper .row {
    position: relative;
}
#page-wrapper .row::before,
#contact-wrapper .row::before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 14px;
    background-color: #d3e6e8;
    position: absolute;
    bottom: 0; left: 15px;
}

#page-wrapper #main,
#single-wrapper #main {
    padding-left: 80px;
    padding-right: 80px;
}

#hero.subpage .headline h2 {
    font-size: 60px;
    line-height: 60px;
}

#hero.subpage .photo > div {
    height: 350px;
}

.blog-categories {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 50px;
}
.blog-categories a {
    color: rgba(19, 62, 84, .8);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.25px;
    padding: 10px 30px 9px 30px;
    margin: 10px 0 0 0;
    border-radius: 18px;
}
.blog-categories a.active {
    color: rgba(19, 62, 84, 1);
    background-color: #d3e6e8;
}

.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child,
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h2.post-title {
    color: var(--main);
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -0.5px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--main);
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.6px;
}
.entry-content h4 {
    color: var(--main);
    font-size: 30px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.3px;
}
.entry-content h5, .entry-content h6 {
    color: var(--main);
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    color: #3d525d;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
.entry-content ul li::before {
    content: "\f054";
    color: #007b8f;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content > blockquote:first-child {
    margin-top: 0;
}
.entry-content blockquote p {
    color: #5d8194;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
}

/* FAQ */

#faq-wrapper .faq-box:nth-child(n+3) {
    margin-top: 25px;
}

.faq-box a {
    position: relative;
    height: 100%;
    padding: 53px 50px 37px 50px;
    background-color: #FFF;
    border: 1px solid #d8e8ea;
    border-radius: 5px;
    box-shadow: 0 7px 30px rgba(19, 120, 125, .06);
    overflow: hidden;
}
.faq-box a::before {
    content: "";
    display: block;
    width: 203px;
    height: 203px;
    background-color: #007b8f;
    border-radius: 50%;
    position: absolute;
    bottom: -105px; right: -105px;
    opacity: 0;
    transition: all .3s;
}
.faq-box a::after {
    content: "\f105";
    color: #FFF;
    font-family: "Font Awesome 6 Free";
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    bottom: 20px; right: 30px;
}
.faq-box a:hover {
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(19, 120, 125, .12);
}
.faq-box a:hover::before {
    opacity: 1;
}
.faq-box a > div {
    flex: 1;
}

.faq-box h1 {
    display: inline;
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid transparent;
    transition: all .3s;
}
.faq-box a:hover h1 {
    color: #007b8f;
    border-color: #007b8f;
} 
.faq-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #3d525d;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    padding: 0;
    margin: 26px 0 0 0;
    overflow: hidden;
}
.faq-box span {
    display: inline-block;
    color: var(--main);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 45px 0 0 0;
}
.faq-box span i {
    font-size: 15px;
    padding-left: 5px;
    transition: all .3s;
}
.faq-box a:hover span i {
    opacity: 0;
}

/* FAQ SINGLE */

.page-template-faq-single #hero {
    padding-top: 130px;
    padding-bottom: 110px;
}
.page-template-faq-single #hero .headline {
    padding-left: 80px;
}
.page-template-faq-single #hero .headline .back-to-blog {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 0;
}
.page-template-faq-single #hero .headline .back-to-blog a::before {
    color: #123243;
    background-color: #FFF;
}

.author {
    padding-top: 45px;
    margin-top: 55px;
    border-top: 1px solid #d0e3e8;
}
.author h3 {
    color: var(--main);
    font-size: 30px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.3px;
    padding: 0;
    margin: 0;
}
.author .content {
    position: relative;
    width: calc(100% + 130px);
    padding: 30px 65px;
    margin-left: -65px;
    margin-top: 30px;
    background-color: #f2f7f7;
    border: 1px solid #e4eff0;
    border-radius: 10px;
    box-shadow: 0 5px 25px #fcfcfc;
    overflow: hidden;
}
.author .content::before {
    content: "";
    display: block;
    width: 780px;
    height: 780px;
    background-color: #f2f7f7;
    border: 190px solid #ebf2f3;
    border-radius: 50%;
    position: absolute;
    top: -140px;
    right: -120px;
}
.author .content > * {
    position: relative;
    z-index: 4;
}
.author .content .avatar {
    width: 140px;
    height: 140px;
    background-color: #ebf2f3;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}
.author .content .text {
    width: calc(100% - 140px);
    padding-left: 65px;
}
.author .content .text h4 {
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 0 9px 0;
    margin: 0;
}
.author .content .text p {
    color: #3d525d;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.51px;
    padding: 0;
    margin: 0;
}

/* FAQ RELATED */

#faq-related {
    background-color: #f8fbfb;
}
#faq-related .headline h2 {
    color: #123243;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0 0 60px 0;
}