﻿


.security-wrapper {
    height: 900px;
    background: rgb(255, 255, 255);
}

    .security-wrapper h1 {
        margin: 150px 0;
        font-weight:bold;

    }

    .security-wrapper p {
        color: rgba(0, 0, 0, 0.84);
        font-size: 20px;
    }

    .security-wrapper img {
        margin-bottom: 32px;
    }

    .security-wrapper .custom-col {
        width: 280px !important;
        height: 252px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

@media (max-width: 767px) {
    .security-wrapper {
     height:100%;
 
    margin-top: 42px;
    padding: 0 32px;
}

    .security-wrapper h1 {
        margin: 42px 0 50px 0;
        line-height: 120%;
        font-weight: 700;
    }

    .security-wrapper p {
        font-size: 16px;
        font-weight: 400;
    }
}