/* Header Style */

.partner-program-header {
    color: #fff;
    background-color: var(--default-light-color);
    transition: all 0.5s;
    z-index: 997;
    display: block;
}

.partner-program-main{
    margin-top: 88px;
}

.custom-partner-program-index-header {
    border-bottom: 1px solid #5F259E;
    backdrop-filter: blur(20px);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* Common Css */
.common-title {
    font-weight: 700;      
    font-size: 34px;
    line-height: 100%;
    color: var(--dark-color);
    padding: 0;
    margin-bottom: 20px;
}

.common-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
}

.common-image {
    width: 100%;
    background-size: cover;
}

.common-banner-content h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 80px;
    color: #fff;
}

.common-banner-content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    max-width: 750px;
    color: #fff;
}

/* Partner program Index Page css start  */
.hero-partner-program {
    background: url('../images/partner-program/partner-program-hero.png') no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 850px;
}

.hero-partner-program .title-section {
    padding-top: 105px;
}

.hero-partner-program.hero-section h1 {
    font-weight: 800;
    font-size: 62px;
    line-height: 100%;
    margin-bottom: 1rem;
}

.hero-partner-program.hero-section p.lead {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}

.hero-stats-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 300px;
    pointer-events: none;
    z-index: 2;
}

.hero-stats-wrapper .hero-stat-col {
    position: absolute;
    pointer-events: auto;
}

.hero-stats-wrapper .stat-monthly-trade {
    left: 15%;
    bottom: 60px;
}

.hero-stats-wrapper .stat-affiliates {
    right: 15%;
    bottom: 260px;
}

.stat-box {
    background: #FFFFFF24;

    backdrop-filter: blur(14px);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 165px;
    height: 165px;
    text-align: center;
}

.stat-box .stat-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* color: #fff; */
    text-align: left;
}

.stat-box .stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.stat-box-2 {
    background: #FFFFFF24;
    backdrop-filter: blur(14px);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 120px;
    text-align: center;
}

.stat-box-2 .stat-title-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.stat-box-2 .stat-value-2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
}

.stat-graphic-placeholder {
    width: 100px;
    height: 60px;
    background: url('../images/partner-program/banner-icon.png') no-repeat center center;
    background-size: contain;
    margin-top: 5px;
}

.join-partner-program .content-wrapper h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #262934;
}

.join-partner-program {
    background-image: url('../images/partner-program/join-bg.png');
    background-size: cover;
}

.join-partner-program .content-wrapper p {
    font-family: Metrophobic;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    color: #6C6C6F;
}

.join-partner-program .content-wrapper {
    padding: 0 !important;
}

.join-partner-program .content-wrapper .readmore {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 12.8px;
    padding: 21px 60px;
    border-radius: 50px;
    background-color: var(--default-light-color);
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}

.welcome-section {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.welcome-label-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.welcome-line {
    width: 50px;
    height: 2px;
    background-color: var(--default-light-color);
}

.welcome-label-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--default-light-color);
}

.start-earning-section {
    padding: 60px 20px;
    background: #f7faff;
    text-align: center;
}

.start-earning-section h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    color: #262934;
}

.start-earning-section .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6C6C6F;
}

.earning-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.earning-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0px 5px 30px 0px #5F259E0D;
    transition: transform 0.3s ease;
    max-width: 350px;
    width: 320px;
    text-align: center;
}

.earning-card:hover {
    transform: translateY(-5px);
}

.earning-card img {
    width: 50%;
    margin-bottom: 20px;
}

.earning-card h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #2F2F35;
}

.earning-card a {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
    color: var(--default-light-color);
}

.earning-card a:hover {
    text-decoration: underline;
}

.offer-section {
    position: relative;
    background: #000;
    padding: 80px 20px;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

.blur-bg {
    position: absolute;
    background: #5F259E;
    opacity: 0.32;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
    transform-origin: center;
}

.blur-one {
    width: 700px;
    height: 460px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%) rotate(50deg);
}

.blur-two {
    width: 1200px;
    height: 570px;
    top: 0;
    left: -250px;
    transform: rotate(21deg);
}

.offer-header {
    text-align: left;
    margin-bottom: 60px;
}

.offer-header h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #EFEFEF;
}

.offer-header p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    max-width: 500px;
    color: #EFEFEF;
}

.carousel-wrapper {
    position: relative;
    margin-top: 50px;
}


.carousel-track {
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-track {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.offer-section-carousel-slide {
    display: flex;
    gap: 30px;
}

.offer-card {
    background: #131314B2;
    box-shadow:
        0px 20px 30px 0px rgba(8, 52, 82, 0.08),
        0px 4px 20px -5px rgba(8, 52, 82, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    border: 1px solid #505050;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    width: 100%;
    min-width: 335px;
}


.offer-card:hover {
    transform: translateY(-8px);
    border-color: rgba(161, 99, 255, 0.3);
    box-shadow: 0 20px 40px rgba(161, 99, 255, 0.1);
}

.offer-card:hover::before {
    opacity: 1;
}

.offer-card .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.offer-card svg {
    width: 100%;
    height: 100%;
    stroke: #a163ff;
    stroke-width: 1.5;
    filter: drop-shadow(0 0 8px rgba(161, 99, 255, 0.3));
}

.offer-card h4 {
    font-weight: 500;
    font-size: 17.3px;
    line-height: 30px;
    color: #EFEFEF;
}

.offer-card p {
    font-weight: 400;
    font-size: 13.34px;
    line-height: 24px;
    color: #EDF1F3;
}

.offer-indicators {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
}

.indicator-border {
    width: 100%;
    height: 3px;
    background-color: #2c2c2c;
}

.offer-indicators-button {
    background: #252526;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    user-select: none;
    border: none;
}

.offer-indicators-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.offer-indicators-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.05);
}

.carousel-indicators {
    display: flex;
    gap: 8px;
    align-items: center;
}

.indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #fff;
    width: 24px;
    border-radius: 4px;
}

.indicator:hover:not(.active) {
    background: rgba(255, 255, 255, 0.6);
}

.who-is-pipze-section {
    background: linear-gradient(90deg, #fdfcff, #fffdf8);
    overflow-x: hidden;
    /* Hide horizontal scroll */
}

.who-is-pipze-section .title-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #262934;
}

.who-is-pipze-section .title-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #6C6C6F;
}

.pipze-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-item h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #212529;
}

.feature-item p {
    font-family: Public Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 27.2px;
    color: #57647C;
}

.profit-section {
    padding: 60px 20px;
    background: url('../images/partner-program/earning-bg.jpg') no-repeat center;
    background-size: cover;
    text-align: center;
}

.profit-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: auto;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF80;
    border-radius: 12px;
    padding: 30px;
    gap: 40px;
    align-items: center;
}

.profit-section .profit-left {
    flex: 1;
    text-align: left;
}

.profit-section .profit-left h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}

.profit-section .profit-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.profit-section .profit-right {
    flex: 1.5;
    text-align: left;
}

.profit-section .labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 30px;
}

.profit-section .labels span {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #FEBC1F;
}

.profit-section .slider-track {
    position: relative;
    height: auto;
    background: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

#earnSlider {
    width: 100%;
    appearance: none;
    height: 6px;
    background: linear-gradient(to right, #FEBC1F 0%, #FEBC1F 41%, #ccc 41%, #ccc 100%);
    border-radius: 3px;
    outline: none;
    margin: 20px 0;
}

#earnSlider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #FEBC1F;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
    margin-top: -7px;
}

/* Firefox */
#earnSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #FEBC1F;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

/* IE */
#earnSlider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #FEBC1F;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* Optional: remove inner shadow on Firefox */
#earnSlider::-moz-range-track {
    background: transparent;
}

/* Optional: hide filled-in track in Chrome */
#earnSlider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: transparent;
    z-index: 1;
    position: relative;
}

.profit-section .earning {
    font-weight: 700;
    font-size: 34px;
    line-height: 28px;
    text-align: end;
    color: #FEBC1F;
    margin-top: 30px;
}

.profit-section .earning small {
    font-size: 20px;
    color: #FEBC1F;
}

.profit-section h2.section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.payment-solution-for-pipze {
    background-color: #fff;
    padding: 60px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}

.payment-solution-for-pipze .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #262934;
}

.payment-solution-for-pipze .subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6C6C6F;
    margin: 14px auto 0;
}

.payment-solution-for-pipze .cta-button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 500px;
    padding: 15px 33px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    transition: background-color 0.3s ease;
}

.payment-solution-for-pipze .cta-button:hover {
    background-color: #333;
}

.payment-solution-for-pipze .world-map {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
}

/* Partner program Index Page css end  */
/* Partner program About Us Page css start  */
.partner-program-about-us .hero-section {
    background: 
        url('../images/partner-program/about-us/partner-program-about-banner.png') no-repeat center center;
}

.get-most-out-web-trading .title-section h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 50px;
    color: var(--dark-color);
}

.get-most-out-web-trading .title-section p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-color);
}

.about-pipze-partner-program {
    background-color: #FBF5FF;
    /* padding: 60px 0 0; */
    /* margin: 60px 0; */
}

.why-become-pipze-partner {
    padding: 0 0 60px;
}

.why-become-pipze-partner .highlight-number {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--default-light-color);
}

.why-become-pipze-partner .pre-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0;
}

.why-become-pipze-partner .post-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #A49FA6 !important;
}

.why-become-pipze-partner .partner-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}

.why-become-pipze-partner .partner-desc {
    color: #333;
    font-size: 1rem;
}

/* Partner program About Us Page css end  */

/* Partner program Invite & Earn Page css start  */
.partner-program-invite-and-earn .hero-section {
    background: 
        url('../images/partner-program/invite-and-earn/partner-program-invite-and-earn-banner.png') ;
}

.how-invite-earn-works {
    background-image: url('../images/partner-program/invite-and-earn/how-it-works-bg.png');
    background-size: cover;
    padding: 60px 0
}

.how-invite-earn-works .section-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    color: var(--dark-color);
    text-align: center;
}

.how-it-works-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.common-step-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 315px;
    height: 480px;
}

.how-it-works-step .common-step-container h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin: 20px 0;
}

.how-it-works-step .common-step-container p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
}

.bonus-friends-section {
    background-image: url('../images/partner-program/invite-and-earn/bonus-section-bg.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    padding: 150px 0;
    margin: 60px 0;
    position: relative;
}


.bonus-friends-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.bonus-friends-section .title {
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
}

.bonus-friends-section .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.bonus-friends-section .highlight {
    color: #FEBC1F;
    font-weight: 600;
}

.program-terms-content li {
    padding-bottom: 10px;
}

.program-terms-content li .highlight {
    color: #FEBC1F;
    font-weight: 600;
}

.shared-with-friends {
    background-color: #FBF5FF;
    padding: 60px 0 0;
    margin-bottom: 60px;
}

/* Partner program Invite & Earn Page css end  */
/* Partner program Marketing Tools Page css start  */

.partner-program-marketing-tools .hero-section {
    background: 
        url('../images/partner-program/marketing-tools/marketing-tools-hero.png') ;
}

.affiliate-marketing-tools {
    background-image: url('../images/partner-program/marketing-tools/marketing-tools-bg.png');
    background-size: cover;
    padding: 60px 0
}

.affiliate-marketing-tools {
    margin-top: 45px;
}

.marketing-tools-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.common-tools-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
}

.common-tools-container img {
    max-width: 385px;
    width: 100%;
    height: 270px;
}

.marketing-tools-container .common-tools-container h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin: 20px 0;
}

.marketing-tools-container .common-tools-container p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
}

.affiliate-marketing-support-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.marketing-support-tools-common {
    background-color: #FBF5FF;
    padding: 20px;
    max-width: 300px;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.marketing-support-tools-common img {
    width: 50%;
}

.marketing-support-tools-common p {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: var(--dark-color);
    margin-top: 30px;
    text-align: center;
}

.affiliate-marketing-support .highlight {
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    color: var(--default-light-color);
}

.affiliate-marketing-tips-wrapper {
    overflow: hidden;
    position: relative;
}

.affiliate-marketing-tips-container {
    display: flex;
    gap: 30px;
    animation: scrollLeft 25s linear infinite;
    width: max-content;
}

.affiliate-marketing-tips-wrapper:hover .affiliate-marketing-tips-container {
    animation-play-state: paused;
}

.affiliate-marketing-tips-wrapper::-webkit-scrollbar {
    display: none;
}

.affiliate-marketing-tips-wrapper {
    scrollbar-width: none;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


.affiliate-marketing-tips-common {
    flex: 0 0 auto;
    width: 425px;
    height: 460px;
    scroll-snap-align: start;
    background: #fff;
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common .content {
    padding: 20px;
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common .tag {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    color: var(--default-light-color);
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1%;
    color: var(--dark-color);
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1%;
    color: var(--dark-color);
}

.affiliate-marketing-tips-container .affiliate-marketing-tips-common .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    color: #A49FA6;
}

/* Partner program Marketing Tools Page css end  */



/* Responsive adjustments */
/* Mobile responsive */

@media (max-width: 480px) {
    .offer-header h2 {
        font-size: 32px;
    }

    .offer-indicators {
        margin-top: 30px;
    }
}


@media (max-width: 991px) {
    .hero-stats-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        height: auto;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /* .hero-stats-wrapper .hero-stat-col {
        position: static;
        width: 100%;
        text-align: center;
    } */

    /* .hero-stats-wrapper .stat-monthly-trade,
    .hero-stats-wrapper .stat-affiliates {
        left: auto;
        right: auto;
        bottom: auto;
    } */

    .hero-stats-wrapper .stat-monthly-trade {
        left: 0%;
        bottom: -450px;
    }

    .hero-stats-wrapper .stat-affiliates {
        right: 0%;
        bottom: -190px;
    }
}

@media (max-width: 767px) {
    .hero-partner-program.hero-section {
        padding-top: 80px;
        padding-bottom: 150px;
    }

    .hero-partner-program.hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-partner-program.hero-section p.lead {
        font-size: 1.2rem;
    }

    .offer-section {
        padding: 60px 16px;
    }

    .offer-header h2 {
        font-size: 36px;
    }

    .offer-section-carousel-slide {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .offer-card {
        padding: 28px 24px;
        min-height: 250px;
    }

    .offer-indicators-button {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .profit-container .profit-right {
        width: 100%;
        flex: none;
    }

    .common-title {
        margin-top: 20px;
    }
}