.customize_packg_1
{
    background-image: url(../img/customize_packg/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}


.customize_packg_1 img
{
    width: 130%;
}


.customize_packg_1 .section-1-content h2
{
    font-weight: 700 !important;
    font-size: 58px !important;
}

.en .customize_packg_1 .section-1-content h2
{
    font-size: 40px !important;
}


.customize_packg_1 .section-1-content p
{
    font-weight: 500 ;
    font-size: 20px !important;
    line-height: 33px;
}


.en .customize_packg_1 .section-1-content p
{
    font-size: 18px !important;
}

.customize_packg_1 .text-bold
{
    font-weight: 600 !important;
}

.customize_packg_2
{
    background-image: url(../img/customize_packg/customize_packg_2_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #9D9D9D;
}


.customize_packg_2 .content-2-text h2
{
    color: #006175;
    font-weight: 700 !important;
    font-size: 58px !important;
    text-align: center;
}

.en .customize_packg_2 .content-2-text h2
{
    font-size: 35px !important;
}

.customize_packg_2 .content-2-text p
{
    font-weight: 500 !important;
    font-size: 20px !important;
    text-align: center;
}

.en .customize_packg_2 .content-2-text p
{
    font-size: 18px !important;
}

.customize_packg_3 .content h2
{
    font-weight: 700 !important;
    font-size: 58px !important;
}

.en .customize_packg_3 .content h2
{
    font-size: 40px !important;
}

.customize_packg_3 .content p
{
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 33px;
}

.customize_packg_3 .content p
{
    font-size: 18px !important;
}

.customize_packg_3
{
    background-image: url(../img/customize_packg/customize_packg_3_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.customize_packg_3 .content-wrapper span
{
    font-weight: 500;
    font-size: 20px;
}

.en .customize_packg_3 .content-wrapper span
{
    font-size: 17px;
}

.customize_packg_3 .security-img img
{
    width: 100%;
}


.customize_packg_4 .card
{
    box-shadow: 0 4px 8px #00b6db85;

}

.customize_packg_4 .card-title
{
    color: #006175;
    font-weight: 600;
    font-size: 26px;
}

@media (max-width: 1200px) {
    
    .customize_packg_1 img
    {
        width: 60%;
    }


    .customize_packg_1 .section-1-content h2 {
        font-size: 40px !important;
    }

    .customize_packg_1 .section-1-content p
    {
        font-size: 17px !important;
        line-height: 23px;
    }
    .customize_packg_2 .content-2-text h2
    {
        font-size: 40px !important;
    }

    .customize_packg_2 .content-2-text p
    {
        font-size: 17px !important;
    }

    .security-img img
    {
        display: none;
    }

    .customize_packg_3 .content h2 {
        font-size: 40px !important;
    }

    .customize_packg_3 .content p {
        font-size: 17px !important;
        line-height: 23px;
        text-align: center;
    }
}

@media (max-width: 768px) 
{
    .customize_packg_1 img
    {
        width: 80%;
    }
}


@media (max-width: 576px)
{
    .customize_packg_1
    {
        background-image: url(../img/customize_packg/banner_m.png);
    }

    .security-img
    {
        display: none;
    }

    .customize_packg_1 img {
        width: 100%;
    }

    .customize_packg_1 .section-1-content h2 {
        font-weight: 700 !important;
        font-size: 24px !important;
    }

    .en .customize_packg_1 .section-1-content h2
    {
        font-size: 24px !important;
    }

    .customize_packg_1 .section-1-content p {
        font-weight: 500;
        font-size: 14px !important;
        line-height: 23px;
    }

    .en .customize_packg_1 .section-1-content p
    {
        font-size: 13px !important;
    }

    .customize_packg_2 .content-2-text h2
    {
        color: #006175;
        font-weight: 700 !important;
        font-size: 22px !important;
    }

    .en .customize_packg_2 .content-2-text h2
    {
        font-size: 22px !important;
    }

    .customize_packg_2 .content-2-text p
    {
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    
    .en .customize_packg_2 .content-2-text p
    {
        font-size: 14px !important;
    }

    .customize_packg_2
    {
        background-image: url(../img/customize_packg/customize_packg_2_bg_m.png);
    }

    .customize_packg_3
    {
        background-image: url(../img/customize_packg/customize_packg_3_bg_m.png);
    
    }

    .customize_packg_3 .content h2
    {
        font-weight: 700 !important;
        font-size: 22px !important;
    }

    .en .customize_packg_3 .content h2
    {
        font-size: 27px !important;
    }


    .customize_packg_3 .content p
    {
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 23px;
    }

    .customize_packg_3 .content-wrapper span
    {
        font-weight: 500;
        font-size: 14px;
    }

    .en .customize_packg_3 .content-wrapper span
    {
        font-size: 14px !important;
    }

    .customize_packg_3 .security-img img
    {
        width: 100%;
    }

    .customize_packg_3 .content-wrapper img
    {
        width: 100%;
    }

    .customize_packg_4 .card-title
    {
        font-size: 14px;
    }
}


@media (min-width: 576px)
{
    .customize_packg_1
    {
        top: 60px !important;
    }

    .customize_packg_1 .section-1-content
    {
        padding: 90px 0px !important;
    }
}
