/* ==========================================================
   Responsive Override for 1920x1080 and standard desktop screens
   Loaded after main style.css to scale down oversized elements
   ========================================================== */

/* --- Base Typography --- */
p {
    font-size: 16px;
    line-height: 1.75em;
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
    }
}

/* --- Section Padding --- */
.section-padding {
    padding: 100px 0;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

/* --- Section Titles --- */
.wpo-section-title span,
.wpo-section-title-s2 span {
    font-size: 20px;
    line-height: 48px;
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
    font-size: 46px;
    line-height: 1;
}

.wpo-section-title p,
.wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .wpo-section-title span,
    .wpo-section-title-s2 span {
        font-size: 19px;
        line-height: 44px;
    }

    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 36px;
    }

    .wpo-section-title p,
    .wpo-section-title-s2 p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 32px;
    }
}

@media (max-width: 425px) {
    .wpo-section-title span,
    .wpo-section-title-s2 span {
        font-size: 16px;
    }

    .wpo-section-title h2,
    .wpo-section-title-s2 h2 {
        font-size: 26px;
    }
}

/* --- Hero Section (Style 1 - index.html) --- */
.wpo-hero-section {
    height: 480px;
    margin-left: 70px;
    display: flex;
    align-items: center;
}

.wpo-hero-section .hero-wapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wpo-hero-section .hero-wapper .hero-content {
    padding-left: 180px;
    padding-top: 50px;
    padding-bottom: 0;
}

.wpo-hero-section .hero-wapper .hero-content .hero-title span {
    font-size: 15px;
    line-height: 28px;
}

.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -1.5px;
    max-width: 650px;
    padding-top: 8px;
}

.wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
    font-size: 50px;
}

.wpo-hero-section .hero-wapper .hero-content .hero-btns {
    padding-top: 15px;
}

.wpo-hero-section .hero-wapper .hero-side-left {
    display: none;
}

.wpo-hero-section .shape-2 {
    display: none;
}

@media (max-width: 1399px) {
    .wpo-hero-section .hero-wapper .hero-content {
        padding-left: 140px;
    }

    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2,
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-section {
        margin-left: 50px;
    }

    .wpo-hero-section .hero-wapper .hero-content {
        padding-left: 80px;
    }

    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2,
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
        font-size: 38px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2,
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2,
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 425px) {
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2,
    .wpo-hero-section .hero-wapper .hero-content .hero-sub-title h2 span {
        font-size: 26px;
        line-height: 32px;
    }
}

/* --- Hero Section (Style 2 - slider) --- */
.hero-slider {
    height: 500px;
}

.hero-slider .slide-content .slide-sub-title h2 {
    font-size: 100px;
    line-height: 130px;
    letter-spacing: -3px;
}

@media (max-width: 1600px) {
    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 85px;
        line-height: 115px;
    }
}

@media (max-width: 1399px) {
    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 72px;
        line-height: 100px;
    }
}

@media (max-width: 1199px) {
    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 60px;
        line-height: 85px;
    }
}

@media (max-width: 991px) {
    .hero-slider {
        height: 550px;
    }

    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 50px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 425px) {
    .hero-slider .slide-content .slide-sub-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

/* --- Hero Section (Style 3) --- */
.wpo-hero-section-s3 {
    height: auto;
    padding: 60px 0;
    min-height: unset;
}

.wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -1.5px;
}

.wpo-hero-section-s3 .hero-image .image {
    height: 100%;
}

@media (max-width: 1399px) {
    .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 55px;
        line-height: 60px;
    }
}

@media (max-width: 1199px) {
    .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 48px;
        line-height: 54px;
    }
}

@media (max-width: 767px) {
    .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 575px) {
    .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media (max-width: 425px) {
    .wpo-hero-section-s3 .hero-right-content .hero-sub-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

/* --- Navbar / Header --- */
.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 130px;
}

.wpo-site-header #navbar > ul > li > a {
    padding: 8px 16px;
    margin: 15px 4px;
    font-size: 15px;
}

.wpo-site-header .header-right .close-form .theme-btn-s2 {
    padding: 9px 24px;
    font-size: 13px;
}

.wpo-site-header {
    padding-left: 60px;
    padding-right: 15px;
}

.wpo-site-header .header-right .header-search-form-wrapper i,
.wpo-site-header .header-right .header-search-form i {
    font-size: 18px;
}

@media (max-width: 1399px) {
    .wpo-site-header {
        padding: 0 10px;
    }

    .wpo-site-header #navbar > ul > li > a {
        padding: 8px 12px;
        margin: 12px 3px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 100px;
    }
}

/* --- About Section --- */
.wpo-about-section {
    padding: 80px 0;
    padding-bottom: 180px;
}

.wpo-about-section .about-title-left span {
    font-size: 20px;
    line-height: 50px;
}

.wpo-about-section .about-title-right {
    margin-bottom: 70px;
}

.wpo-about-section .about-title-right h2 {
    font-size: 36px;
    line-height: 46px;
}

.wpo-about-section .about-title-right h2 span {
    font-size: 36px;
    line-height: 46px;
}

/* Card 1 (blue rotated "Expertise Areas") */
.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
    max-width: 400px;
    padding: 35px 35px 30px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .items-image img {
    max-width: 65px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text {
    padding-top: 20px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 18px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li + li {
    margin-top: 6px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span {
    font-size: 13px;
    line-height: 22px;
    padding: 4px 14px 4px 36px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text ul li span:before {
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    left: 8px;
}

/* Card 2 (white "Our Mission") */
.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
    max-width: 400px;
    padding: 35px 45px 30px;
    margin-left: -120px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .items-image img {
    max-width: 65px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text {
    padding-top: 20px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text h3 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 18px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text ul li + li {
    margin-top: 6px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text ul li span {
    font-size: 13px;
    line-height: 22px;
    padding: 4px 14px 4px 36px;
}

.wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text ul li span:before {
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 22px;
    left: 8px;
}

/* Card 3 (image card - DO NOT override max-width or padding, it has padding:0) */
.wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
    margin-left: -150px;
}

@media (max-width: 1399px) {
    .wpo-about-section .about-title-right h2,
    .wpo-about-section .about-title-right h2 span {
        font-size: 38px;
        line-height: 48px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
        max-width: 360px;
        padding: 28px 30px 25px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
        max-width: 360px;
        padding: 28px 35px 25px;
        margin-left: -140px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text h3,
    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text h3 {
        font-size: 20px;
        padding-bottom: 14px;
    }
}

@media (max-width: 1199px) {
    .wpo-about-section .about-title-right h2,
    .wpo-about-section .about-title-right h2 span {
        font-size: 32px;
        line-height: 42px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) {
        max-width: 320px;
        padding: 22px 25px 20px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
        max-width: 320px;
        padding: 22px 28px 20px;
        margin-left: -160px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
        margin-left: -170px;
    }
}

@media (max-width: 991px) {
    .wpo-about-section {
        padding: 60px 0;
        padding-bottom: 90px;
    }

    .wpo-about-section .about-title-right {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .wpo-about-section .about-title-right h2,
    .wpo-about-section .about-title-right h2 span {
        font-size: 28px;
        line-height: 36px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(1),
    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
        max-width: 100%;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) {
        margin-left: 0;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(3) {
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    .wpo-about-section .about-title-right h2,
    .wpo-about-section .about-title-right h2 span {
        font-size: 22px;
        line-height: 30px;
    }

    .wpo-about-section .about-max .about-wrap .about-items:nth-child(1) .about-text h3,
    .wpo-about-section .about-max .about-wrap .about-items:nth-child(2) .about-text h3 {
        font-size: 18px;
    }
}

/* --- Service Section --- */
.wpo-service-section {
    padding-top: 70px;
    padding-bottom: 150px;
}

.wpo-service-section .service-wrap {
    height: 440px;
    gap: 14px;
}

.wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
    font-size: 22px;
    line-height: 50px;
}

.wpo-service-section .service-wrap .active .service-expanded .service-content p {
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
        font-size: 20px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    .wpo-service-section .service-wrap {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .wpo-service-section {
        padding: 50px 0;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .wpo-service-section .service-wrap {
        height: 420px;
    }

    .wpo-service-section .service-wrap .service-items .service-default .service-bg h3 {
        font-size: 15px;
        line-height: 36px;
    }

    .wpo-service-section {
        padding-bottom: 80px;
    }
}

/* --- Feature Section --- */
.wpo-feature-section .feature-max .feature-wrap .feature-items .icon {
    width: 130px;
    height: 130px;
}

.wpo-feature-section .feature-max .feature-wrap .feature-items .icon img {
    max-width: 70px;
}

.wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 1399px) {
    .wpo-feature-section .feature-max .feature-wrap .feature-items .icon {
        width: 110px;
        height: 110px;
    }

    .wpo-feature-section .feature-max .feature-wrap .feature-items .icon img {
        max-width: 55px;
    }

    .wpo-feature-section .feature-max .feature-wrap .feature-items .text h3 {
        font-size: 17px;
    }
}

/* --- Video Section --- */
.wpo-video-section .video-text h2 {
    font-size: 140px;
}

@media (max-width: 1500px) {
    .wpo-video-section .video-text h2 {
        font-size: 120px;
    }
}

@media (max-width: 1199px) {
    .wpo-video-section .video-text h2 {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .wpo-video-section .video-text h2 {
        font-size: 80px;
    }
}

/* --- Odometer Section --- */
.wpo-odometer-section,
.wpo-odometer-section-s2 {
    padding: 90px 0;
    padding-bottom: 0;
}

.wpo-odometer-section .odometer-content .odometer-items h2,
.wpo-odometer-section-s2 .odometer-content .odometer-items h2 {
    font-size: 72px;
}

.wpo-odometer-section .odometer-content .odometer-items h2 .small,
.wpo-odometer-section-s2 .odometer-content .odometer-items h2 .small {
    font-size: 72px;
}

/* --- History Section --- */
.wpo-history-section .history-item h2,
.wpo-history-section-s2 .history-item h2 {
    font-size: 130px;
    line-height: 120px;
}

@media (max-width: 1199px) {
    .wpo-history-section .history-item h2,
    .wpo-history-section-s2 .history-item h2 {
        font-size: 110px;
        line-height: 100px;
    }
}

@media (max-width: 991px) {
    .wpo-history-section .history-item h2,
    .wpo-history-section-s2 .history-item h2 {
        font-size: 90px;
        line-height: 85px;
    }
}

/* --- Project Section --- */
.wpo-project-section {
    padding: 100px 0;
    padding-bottom: 0;
}

/* --- FAQ Section --- */
.wpo-faq-section {
    padding: 100px 0;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .wpo-faq-section {
        padding: 70px 0;
    }
}

/* --- Brand Partner Section --- */
.wpo-brand-partner-section .client-wrap .client-logo ul li,
.wpo-brand-partner-sections-s2 .client-wrap .client-logo ul li {
    height: 160px;
    line-height: 160px;
}

/* --- Text Marquee --- */
.text-marquee h2 {
    font-size: 50px;
}

.text-marquee {
    padding: 25px 0;
}

/* --- Footer Topbar Marquee --- */
.footer-section-s1 .footer-topbar {
    padding: 40px 0;
}

.footer-section-s1 .footer-topbar h2 {
    font-size: 50px;
}

.footer-section-s1 .footer-topbar .booking-btn a {
    width: 120px;
    height: 120px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .text-marquee h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-section-s1 .footer-topbar h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .text-marquee h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .footer-section-s1 .footer-topbar h2 {
        font-size: 30px;
    }
}

/* --- Testimonial Section --- */
.wpo-testimonial-section {
    padding-top: 70px;
    padding-bottom: 90px;
}

.wpo-testimonial-section .content p {
    font-size: 24px;
    line-height: 42px;
    max-width: 650px;
}

@media (max-width: 1399px) {
    .wpo-testimonial-section .content p {
        font-size: 21px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .wpo-testimonial-section .content p {
        font-size: 20px;
        line-height: 28px;
    }
}

/* --- CTA Section --- */
.wpo-cta-section {
    padding-top: 120px;
    padding-bottom: 100px;
}

.wpo-cta-section .cta-content {
    padding-left: 140px;
}

.wpo-cta-section .cta-content .cta-sub-title h2 {
    font-size: 48px;
    line-height: 52px;
}

.wpo-cta-section .cta-content .cta-sub-title h2 span {
    font-size: 48px;
}

@media (max-width: 1199px) {
    .wpo-cta-section .cta-content {
        padding-left: 80px;
    }
}

@media (max-width: 767px) {
    .wpo-cta-section .cta-content .cta-sub-title h2,
    .wpo-cta-section .cta-content .cta-sub-title h2 span {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (max-width: 575px) {
    .wpo-cta-section .cta-content .cta-sub-title h2,
    .wpo-cta-section .cta-content .cta-sub-title h2 span {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 425px) {
    .wpo-cta-section .cta-content .cta-sub-title h2,
    .wpo-cta-section .cta-content .cta-sub-title h2 span {
        font-size: 26px;
        line-height: 34px;
    }
}

/* --- Blog Section --- */
.wpo-blog-section .blog-card .blog-text h2 {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .wpo-blog-section .blog-card .blog-text h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* --- Buttons --- */
.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
    padding: 16px 40px;
    font-size: 15px;
    padding-right: 50px;
}

/* --- Footer --- */
.footer-common .title,
.footer-section-s1 .title {
    font-size: 18px;
    margin-bottom: 22px;
}

.footer-common .widget-newsletter h2,
.footer-section-s1 .widget-newsletter h2 {
    font-size: 30px;
    line-height: 36px;
}

.footer-common .item,
.footer-section-s1 .item {
    padding: 45px 0;
    padding-bottom: 70px;
}

/* --- Home Style 2 About --- */
.wpo-about-section-s2,
.wpo-about-section-s3 {
    padding: 90px 0;
    padding-bottom: 150px;
}

.wpo-about-section-s2 .about-right .about-title-right h2,
.wpo-about-section-s3 .about-right .about-title-right h2 {
    font-size: 44px;
    line-height: 56px;
}

.wpo-about-section-s2 .about-list .about-text h3,
.wpo-about-section-s3 .about-list .about-text h3 {
    font-size: 30px;
    line-height: 48px;
}

@media (max-width: 1199px) {
    .wpo-about-section-s2,
    .wpo-about-section-s3 {
        padding-bottom: 100px;
    }
}

/* --- Contact Page --- */

/* Contact hero section */
.contact-hero {
    padding: 60px 0 40px !important;
}

.contact-hero h1 {
    font-size: 2.2rem !important;
    margin-bottom: 0.8rem !important;
}

.contact-hero p {
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}

/* Office info cards */
.contact-page.section-padding {
    padding: 60px 0;
}

.office-info .office-info-item {
    padding: 20px !important;
}

.office-info .office-info-item .office-info-icon,
.office-info-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 8px;
}

.office-info .office-info-item .office-info-icon .icon .fi:before,
.office-info-icon .fi:before,
.office-info-icon .icon .fi:before {
    font-size: 28px !important;
}

.office-info .office-info-item .office-info-text h2,
.office-info-text h2 {
    font-size: 18px !important;
    margin: 8px 0 !important;
}

.office-info .office-info-item .office-info-text p,
.office-info-text p {
    font-size: 14px !important;
    line-height: 22px !important;
}

/* Contact form area */
.contact-wrap {
    margin-top: 30px;
}

.contact-left h2 {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
}

.contact-left p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 16px !important;
}

.contact-left .map {
    min-height: 250px !important;
    height: auto !important;
}

.contact-left .map iframe {
    min-height: 250px !important;
}

/* Contact form card */
.ue-form-card {
    padding: 28px 24px !important;
    border-radius: 14px !important;
}

.ue-form-card h2 {
    font-size: 1.5rem !important;
    margin-bottom: 4px !important;
}

.ue-form-sub {
    font-size: 13px !important;
    margin-bottom: 14px !important;
}

.ue-field label {
    font-size: 13px !important;
    margin-bottom: 4px !important;
}

.ue-field input,
.ue-field textarea,
.ue-field select {
    padding: 10px 12px !important;
    font-size: 14px !important;
}

.ue-field textarea {
    min-height: 90px !important;
}

.ue-field {
    margin-bottom: 10px !important;
}

.ue-submit-btn {
    padding: 12px 30px !important;
    font-size: 15px !important;
}

.contact-right {
    max-width: 100%;
}

.contact-right .title h2 {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .contact-left h2 {
        font-size: 1.4rem !important;
    }

    .contact-hero h1 {
        font-size: 1.8rem !important;
    }
}

/* --- Service Page --- */
.wpo-service-single-section .service-single-wrap h3 {
    font-size: 24px;
}

.wpo-service-single-section .service-single-wrap p {
    font-size: 15px;
    line-height: 26px;
}

/* --- About Page overrides --- */
.wpo-about-section .about-title-right p {
    font-size: 15px;
    line-height: 26px;
}

/* About page - text and image balance */
.wpo-about-section .about-image img,
.wpo-about-section-s2 .about-left .about-image img,
.wpo-about-section-s3 .about-left .about-image img {
    max-height: 450px;
    width: auto;
    object-fit: cover;
    border-radius: 16px;
}

.wpo-about-section .about-content p,
.wpo-about-section .about-content .feature-item span {
    font-size: 15px;
    line-height: 26px;
}

