html,
body {
    font-family: 'Peugeot New';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

/* COMMON STYLE :START */

/* ---- peugeot-btn-s1 :start ---- */
.peugeot-btn-s1 {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0074e8;
    border: 2px solid #0074e8;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 30px;
    transition: 0.5s;
}
.peugeot-btn-s1:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* ---- peugeot-btn-s1 :end ---- */

/* ---- peugeot-block-s2 :start ---- */
.peugeot-block-s2 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}
.peugeot-block-s2 > :last-child {
    margin-bottom: 0;
}
.peugeot-block-s2 .pbs2-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.peugeot-block-s2 .pbs2-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.peugeot-block-s2 .pbs2-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.peugeot-block-s2 .pbs2-text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}
.peugeot-block-s2 .pbs2-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
}
.peugeot-block-s2 .pbs2-text :last-child {
    margin-bottom: 0;
}
/* ---- peugeot-block-s2 :start ---- */

/* ---- peugeot-imgtxt-wrap :start ---- */
.peugeot-imgtxt-wrap {
    width: 100%;
    height: auto;
}
.peugeot-imgtxt-wrap .pitwrap-left {
    width: 100%;
    height: 100%;
    align-items: center;
}
.peugeot-imgtxt-wrap .pitwrap-left .pitleft-image {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    float: right;
}
.peugeot-imgtxt-wrap .pitwrap-left .pitleft-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.peugeot-imgtxt-wrap .pitwrap-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.peugeot-imgtxt-wrap .pitwrap-row:nth-child(even) {
    flex-direction: row-reverse;
}
.peugeot-imgtxt-wrap .pitwrap-row:nth-child(even) .pitwrap-left .pitleft-image {
    float: left;
}

.peugeot-imgtxt-wrap.reverse-order .pitwrap-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.peugeot-imgtxt-wrap.reverse-order .pitwrap-row:nth-child(even) {
    flex-direction: row;
}
.peugeot-imgtxt-wrap.reverse-order .pitwrap-row:nth-child(even) .pitwrap-left .pitleft-image {
    float: right;
}
.peugeot-imgtxt-wrap.reverse-order .pitwrap-row:nth-child(odd) .pitwrap-left .pitleft-image {
    float: left;
}
/* ---- peugeot-imgtxt-wrap :end ---- */


.subhd-type-1 {
    line-height: 1.2;
}

.block-style-2 .bs2-inner h2 {
    font-size: 30px;
}
.block-style-2 .bs2-inner .exploremoreBtn2 {
    color: #ffffff;
    background-color: #0074e8;
    border: 2px solid #0074e8;
    border-radius: 0;
    padding: 10px 25px;
}

.list-style-1 {
    font-size: 14px;
}
.list-style-2 {
    font-size: 14px;
}
.list-style-2 li::before {
    top: 8px;
    left: 2px;
}
.list-style-2 li {
    padding: 2px 0 2px 20px;
    margin: 0px 0px 5px 0px;
}

/* COMMON STYLE :END */

.classy-nav-container .classynav a {
    font-size: 12px;
    font-weight: 500;
}

.group-home-header .header-right-top .sub-menu {
    font-family: inherit;
}
.group-home-header .header-right-top .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
}
.group-home-header .header-right-top .sub-menu li a em {
    font-size: 0.83em;
}
.g-text-row {
    font-size: 12px;
    font-weight: 500;
}
.g-text-row p {
    font-size: 12px;
    font-weight: 400;
}




@media (max-width: 1499px) {
    .classy-nav-container .classynav a {
        font-size: 11px;
        font-weight: 500;
    }
    .classynav ul li.megamenu-item>a:after, 
    .classynav ul li.has-down>a:after {
        font-size: 12px;
    }

    .g-text-row {
        font-size: 11px;
    }
    .g-text-row p {
        font-size: 11px;
    }
    .group-home-header .header-right-top .sub-menu li a {
        font-size: 11px;
    }
}

@media (max-width: 1299px) {
    .classy-nav-container .classynav a {
        font-size: 10px;
        font-weight: 500;
        padding: 18px 8px;
    }
}

@media (max-width: 1199px) {
    .block-style-2 .bs2-inner h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .block-style-2 .bs2-inner h2 {
        font-size: 26px;
    }
    .peugeot-imgtxt-wrap .pitwrap-row {
        margin-bottom: 50px;
    }
    .peugeot-imgtxt-wrap .pitwrap-row:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .block-style-2 .bs2-inner h2 {
        font-size: 24px;
    }
    .group-home-header .header-right-top .sub-menu a {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .block-style-2 .bs2-inner h2 {
        font-size: 22px;
    }
}