@font-face {
    font-family: 'ArialRounded';
    src: url('../fonts/arialroundedmtbold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BorisBlackBloxx';
    src: url('../fonts/BorisBlackBloxx.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

.cctv-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease;
    margin: auto;
    max-width: 1350px;
    height: 360px;
    position: relative;
}

.cctv-card:hover {
    transform: translateY(-3px);
}

.cctv-content {
    flex: 1;
    padding: 30px;
}

.orange-text {
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cctv-content h2 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 45px;
    padding: 0px;
    margin-top: -14px;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cctv-content h3 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 28px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.cctv-content strong {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 30px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.cctv-content span {
    font-family: 'BorisBlackBloxx', sans-serif;
    margin-bottom: -50px;
}

.cctv-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
    width: 850px;
}

.cta-button_service {
    background: linear-gradient(90deg, #F48420, #FF5800);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.cta-button_service:hover {
    background-color: #000;
    color: #F48420;
}

.cctv-image {
    background-position: top;
    background-image: url(images/background_image.png);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cctv-image img {
    max-width: 60%;
    height: auto;
    z-index: 99;
    margin-right: -49px;
}

.show-image {
    max-width: 333px;
    height: 345px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.container_servise {
    max-width: 1200px;
    margin: 70px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 30px;
    align-items: start;
}

.hero-box {
    color: white;
    padding: 10px 0px;
    border-radius: 15px;
}

.hero-title {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 0.9;
    /* margin-top: -15px; */
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
}

.procom-text_service {
    font-family: 'BorisBlackBloxx', sans-serif;
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -15px;
}

.subtitle_service {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #000;
    font-weight: 300;
}

.cta-button_service {
    background: linear-gradient(90deg, #F48420, #FF5800);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.feature-box {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    height: 450px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-family: 'BorisBlackBloxx', sans-serif;
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-subtitle {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.feature h2 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-description {
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;
    font-size: 1.2em;
}

.image-box {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.image-box img {
    width: 500px;
    height: 383px;
}

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

    100% {
        transform: translateX(-20px) translateY(-20px);
    }
}

.security-icon {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 2;
}

.security-figure {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.security-figure::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #F48420, #FF5800);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 107, 53, 0.8);
}

.security-figure::after {
    content: '📡';
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.arms {
    position: absolute;
    width: 20px;
    height: 60px;
    background: linear-gradient(90deg, #F48420, #FF5800);
    border-radius: 10px;
    top: 40%;
}

.arms.left {
    left: -10px;
    transform: rotate(-30deg);
}

.arms.right {
    right: -10px;
    transform: rotate(30deg);
}

.procom-contact-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    padding: 40px 20px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procom-contact-container {
    background: linear-gradient(135deg, #ff936b59 0%, #ff8a4280 25%, #ffa3668f 50%, #ff915594 75%, #ff7a3057 100%);
    box-shadow: 0 25px 50px rgba(255, 107, 53, 0.3);
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 16px
}

.procom-contact-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.05) 100%);
    pointer-events: none;
}

.procom-left-section {
    padding: 40px;
    color: #333;
    /* display: flex;
    flex-direction: column; */
}

.procom-logo {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #666;
}

.procom-title2 {
    font-size: 48px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.1;
}

.procom-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 36px;
    line-height: 1.4;
}

.procom-contact-info {
    margin-top: auto;
}

.procom-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.procom-contact-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.procom-contact-icon svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

.procom-contact-details {
    color: #333;
}

.procom-contact-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.procom-contact-value {
    font-size: 14px;
    opacity: 0.8;
}

.procom-right-section {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.procom-form-header {
    margin-bottom: 30px;
}

.procom-form-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.procom-form-group {
    margin-bottom: 20px;
}

.procom-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.procom-form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.procom-form-input,
.procom-form-select,
.procom-form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background-color: #fafafa;
}

.procom-form-input:focus,
.procom-form-select:focus,
.procom-form-textarea:focus {
    outline: none;
    border-color: #F48420;
    background-color: white;
}

.procom-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.procom-form-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: inherit;
}

.procom-submit-btn {
    width: 100%;
    padding: 15px;
      background: linear-gradient(90deg, #F48420, #FF5800);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 10px;
}

.procom-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 107, 53, 0.3);
}

.procom-submit-btn:active {
    transform: translateY(0);
}



/* start new section grid */


.procom_cctv {
    text-align: center;
    padding-bottom: 30px;

}

.procom_cctv h1 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: -3px;
}

.procom_cctv h1 span {
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'BorisBlackBloxx', sans-serif;
    letter-spacing: 3px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    width: 1200px;
}

.feature {
    background: white;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 1px 1px 20px 20px rgb(0 0 0 / 4%);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 15px;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.badge {
    width: 50px;
    height: 40px;
    background: linear-gradient(to bottom right, #F48420, #FF5800);
    position: relative;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.badge-text {
    font-size: 25px;
    letter-spacing: -2px;
}

.feature h2 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 20px;
    letter-spacing: 1px;
}

.feature p {
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.cta-button {
    background: linear-gradient(90deg, #F48420, #FF5800);
    color: white;
    padding: 17px 70px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #e55b00;
}

.upper-features {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end new section grid  */


/* Industries we Empower  start */


.industries_container {
    text-align: center;
    padding-bottom: 40px;
}

.industries_container h1 {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -3px;
    margin-bottom: 40px;
}

.industries_container h1 span {
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.industries {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.industry {
    width: 150px;
    text-align: center;
}

.industry img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.industry p {
    font-size: 14px;
    font-weight: 900;
    line-height: 15px;
    letter-spacing: -1px;
}



/* start secure your world */


.secure-container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px auto;
}

.secure-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.secure-btn {
    text-align: center;
    background: #F48420;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 14px;
    border-radius: 16px;
    font-size: 16px;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    width: 50%;
    margin-right: auto;
    margin-bottom: 5px;
}

.secure-btn:hover {
    background: #F48420;
}

.secure-text-container {
    text-align: end;
}

.secure-text {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 90px;
    font-weight: 900;
    margin: 0;
    line-height: 1.2;
}

.secure-right-text .orange {
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}






.free-rental-container {
    padding: 30px;
    text-align: center;
    gap: 20px;
}

.free-rental-container h2 {
    font-family: 'BorisBlackBloxx', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 900;
}

.highlight-orange {
    background: linear-gradient(90deg, #F48420, #FF5800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: BorisBlackBloxx, sans-serif;
    letter-spacing: 1px;
}

.highlight-orange-black {
    font-family: BorisBlackBloxx, sans-serif;
    letter-spacing: 1px;
}

.offer-box {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 100px;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    max-width: 1200px;
    box-shadow: 0 0 10px rgb(0 0 0 / 23%);
}

.offer-image img {
    width: 220px;
    border-radius: 20px;
}

.offer-details {
    text-align: left;
}

.offer-details h2 {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 40px;
    margin-bottom: -16px;
    margin-top: 0;
    text-align: left;
}

.free-monthly {
    font-family: 'BorisBlackBloxx', sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 15px 0;
    line-height: 23px;
}

.offer-list {
    list-style: disc;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}

.free-text {
    font-family: 'BorisBlackBloxx', sans-serif;
    letter-spacing: 2px;
}


/* end secure your world */

/* end Industries we Empower  end  */






/* Tablet Responsive */
@media (max-width: 968px) {
    .procom-contact-container {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .procom-left-section {
        padding: 30px;
        text-align: center;
    }

    .procom-title {
        font-size: 36px;
    }

    .procom-contact-info {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .procom-contact-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
    }

    .procom-contact-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .procom-right-section {
        padding: 30px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .procom-contact-wrapper {
        padding: 10px;
    }

    .procom-contact-container {
        max-width: 100%;
        border-radius: 15px;
    }

    .procom-left-section {
        padding: 25px 20px;
    }

    .procom-title {
        font-size: 28px;
    }

    .procom-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .procom-contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .procom-contact-item {
        flex-direction: row;
        text-align: left;
    }

    .procom-contact-icon {
        margin-right: 15px;
        margin-bottom: 0;
    }

    .procom-right-section {
        padding: 25px 20px;
    }

    .procom-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .procom-form-group {
        margin-bottom: 15px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {

    .procom-left-section,
    .procom-right-section {
        padding: 20px 15px;
    }

    .procom-title {
        font-size: 24px;
    }

    .procom-contact-details {
        font-size: 12px;
    }

    .procom-contact-label {
        font-size: 14px;
    }

    .procom-contact-value {
        font-size: 12px;
    }

    .offer-box {
        display: block;
    }

    .highlight-orange {
        font-size: 26px;
    }

    .offer-image img {
        width: 266px;
    }

    .secure-text {
        text-align: center;
        margin: 22px;
    }

    .cctv-content h2 {
        letter-spacing: 1px;
    }

    .procom_cctv h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container_servise {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 20px;
    }

    body {
        padding: 15px;
    }

    .hero-title,
    .procom-text_service {
        font-size: 2.5em;
    }

    .feature-box,
    .hero-box {
        padding: 25px;
    }

    .feature-title {
        font-size: 1.5em;
    }

    .image-box {
        min-height: 250px;
        padding: 30px;
    }

    .security-icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 480px) {

    .hero-title,
    .procom-text_service {
        font-size: 2em;
        line-height: 68px;
    }

    .feature-box,
    .hero-box {
        padding: 20px;
        margin: 0px 10px;
    }

    .subtitle_service {
        font-size: 1em;
    }

    .feature-title {
        font-size: 1.3em;
    }

    .image-box {
        min-height: 200px;
        padding: 25px;
    }

    .security-icon {
        width: 100px;
        height: 100px;
    }
}

/* Tablet specific adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .container_servise {
        gap: 25px;
    }

    .hero-title,
    .procom-text_service {
        font-size: 3em;
    }

    .feature-box,
    .hero-box {
        padding: 35px;
    }
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .container_servise {
        grid-template-columns: 1fr;
        gap: 15px;
        grid-template-areas:
            "hero"
            "dahua1"
            "maintenance"
            "hikvision"
            "superhero";
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .card {
        padding: 20px;
    }

    .section-header {
        margin: -20px -20px 15px -20px;
        padding: 12px 20px;
        font-size: 1.2rem;
    }

    .superhero-figure {
        width: 120px;
        height: 120px;
    }

    .superhero-body {
        width: 60px;
        height: 80px;
        top: 30px;
    }

    .superhero-head {
        width: 40px;
        height: 40px;
        top: 5px;
    }

    .superhero-cape-left,
    .superhero-cape-right {
        width: 25px;
        height: 50px;
        top: 40px;
    }

    .superhero-shield {
        width: 30px;
        height: 30px;
        top: 50px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 10px;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 36px;
    }

    .card {
        padding: 15px;
    }

    .section-header {
        margin: -15px -15px 12px -15px;
        padding: 10px 15px;
        font-size: 1.1rem;
    }

    .feature-item {
        font-size: 0.9rem;
    }

    .cta-button_service {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .orange-text {
        line-height: 48px;
    }
}

/* Hover animations */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.hero-card:hover {
    transform: none;
}

/* Loading animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.6s ease forwards;
}

.card:nth-child(2) {
    animation-delay: 0.1s;
}

.card:nth-child(3) {
    animation-delay: 0.2s;
}

.card:nth-child(4) {
    animation-delay: 0.3s;
}

.card:nth-child(5) {
    animation-delay: 0.4s;
}

/* Responsive */
@media (max-width: 768px) {
    .cctv-card {
        flex-direction: column;
        height: 800px;
        margin: 0px 10px;
    }

    .cctv-content p {
        margin: 0px 0px 20px 0px;
        width: 310px;
    }

    .cctv-image {
        width: 100%;
        clip-path: none;
    }

    .cctv-content {
        padding: 20px;
    }

    .cctv-content h2 {
        font-size: 22px;
    }

    .cta-button_service {
        width: 100%;
        text-align: center;
    }
}