﻿@media (max-width: 1024px) {
    .com_intro_img {
        margin-top: 8rem;
        width: 100%;
        object-fit: contain;
    }

        .com_intro_img img {
            width: 100%;
            height: 100%;
        }

    .template4 {
        padding: 4rem 0 !important;
    }

    .container .text_title {
        font-size: 2.6rem;
        text-align: center;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .company_text p {
        letter-spacing: 3px;
        text-indent: 4rem;
        line-height: 4rem;
    }

    .com_swiper img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1025px) {
    .com_intro_img {
        margin-top: 75px;
        width: 100%;
        object-fit: contain;
    }

        .com_intro_img img {
            width: 100%;
            height: 100%;
        }

    .template4 {
        padding: 60px 0 !important;
    }

    .container .text_title {
        font-size: 36px;
        text-align: center;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .company_text p {
        letter-spacing: 2px;
        text-indent: 30px;
        line-height: 30px;
    }

    .com_swiper .swiper-slide {
        height: 500px;
    }

        .com_swiper .swiper-slide img {
            width: 100%;
            height: 100%;
        }
}
