
    @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap");
    @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

    * {
        font-family: 'Inter', sans-serif !important;
    }

    ::-webkit-input-placeholder {
        color: #989DB1 !important;
    }

    :-ms-input-placeholder {
        color: #989DB1 !important;
    }

    ::-ms-input-placeholder {
        color: #989DB1 !important;
    }

    ::placeholder {
        color: #989DB1 !important;
    }

    .font-red-hat-display {
        font-family: 'Red Hat Display', sans-serif !important;
    }

    .cl-light-blue {
        color: #34b3ff;
    }

    .content-1-2 {
        z-index: 10 !important;
        position: relative;
        background: #FFFFFF;
        padding-top: 90px;
        padding-bottom: 90px;
    }

    @media screen and (min-width: 320px) {
        .content-1-2 .headline {
            font: 600 1.2rem/1.5rem "Inter", sans-serif;            
            color: #113873;                        
            text-align: center;   
        }
    }

    @media screen and (min-width: 768px) {
        .content-1-2 .headline {
            font: 600 2rem/2.5rem "Inter", sans-serif;            
            color: #113873;                        
            text-align: center;   
        }
    }

    @media screen and (min-width: 992px) {
        .content-1-2 .headline {
            font: 600 2rem/2.5rem "Inter", sans-serif;            
            color: #113873;                        
            text-align: center;   
        }
    }

    .content-1-2 .card {
        background: transparent;
        width: 286px;
        border: none;
        margin-top: 50px;
    }

    @media screen and (max-width: 768px) {
        .content-1-2 .card {
            margin-top: 80px;
        }
    }
    .content-1-2 .card img{
        max-width: 250px;
        max-height: 150px;
        display: block;
        margin: 0 auto;
    }

    .content-1-2 .card-desc {
        margin-top: 32px;
    }

    .content-1-2 .card-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #16171C;
    }

    .content-1-2 .card-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #494C57;
    }
