
@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.content-3-7 .btn:focus,
.content-3-7 .btn:active {
    outline: none !important;
}

.content-3-7 {
    padding: 5rem 2rem 7rem;
}

.content-3-7 .title-text {
    font: 800 1.875rem/2.25rem 'Inter', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #113873;
}

.content-3-7 .caption-text {
    font: 400 1rem/1.5rem Poppins, sans-serif;
    letter-spacing: 0.025em;
    color: #8e8fad;
    margin-bottom: 0;
}

.content-3-7 .biru-muda
{
    color: #34B3FF;
}
.content-3-7 .bg-biru-muda
{
    background-color: #34B3FF;
    color: #fff;
}

.content-3-7 .card-item {
    transition: 0.4s;
    top: 0px;
    left: 0px;
    padding: 1rem 0;
}

.content-3-7 .card-item:hover {
    top: -3px;
    left: -3px;
    transition: 0.4s;
}

.content-3-7 .card-item-outline {
    border: 1px solid #e5ebf9;
    padding: 1rem;
    border-radius: 1rem;
}

.content-3-7 .btn-outline {
    font: 400 1rem/1.5rem Poppins, sans-serif;
    padding: 1rem 2.25rem;
    border-radius: 999px;
    border: 1px solid #34B3FF;
    color: #34B3FF;
    transition: 0.2s;
}

.content-3-7 .btn-outline:hover {
    border: 1px solid #34B3FF;
    color: #ffffff;
    background-image: linear-gradient(#34B3FF, #93d3f8);
    border-color: #34B3FF;
    transition: 0.2s;
}


@media (min-width: 278px) 
{
    .content-3-7 {
        padding: 2rem;
    }

    .content-3-7 .title-text {
        font: 600 1.2rem/1.5rem 'Inter', sans-serif;
    }
    
    .content-3-7 .caption-text {
        font: 400 0.75rem/1rem Poppins, sans-serif;        
        line-height: 1.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
        color: #6681a9;        
    }

    .content-3-7 .card-item {
        padding: 0.3rem;
        width: 100%;
    }    
    .content-3-7 .card-item p{
        text-align: justify;
    }
    .content-3-7 .card-item h5 {
        font: 400 1.75rem/2rem 'Inter', sans-serif;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .content-3-7 .card-item h6 {
        font: 400 1.55rem/2rem 'Inter', sans-serif;
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    } 

   
}

@media (min-width: 576px) 
{
    
}

@media (min-width: 768px) 
{
    .content-3-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .content-3-7 .title-text {
        font: 600 2rem/2rem 'Inter', sans-serif;
    }    
    .content-3-7 .caption-text {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        width: 66.666667%;
    }
    .content-3-7 .btn-outline {
        font: 400 1rem/1.5rem Poppins, sans-serif; 
    }
    
}

@media (min-width: 992px) {
    .content-3-7 .title-text {
        font: 600 2rem/2rem 'Inter', sans-serif;
    }

    .content-3-7 .caption-text {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        width: 66.666667%;
    }

    .content-3-7 .card-item {
        width: 50%;
    }
    .content-3-7 .card-item p{
        text-align: justify;
        line-height: 2rem;
    }
    .content-3-7 .card-item h5 {
        font: 600 1.75rem/2rem 'Inter', sans-serif;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .content-3-7 .card-item h6 {
        font: 600 1.55rem/2rem 'Inter', sans-serif;
        margin-top: 0.75rem;
        margin-bottom: 1rem;
    }     

   
}

@media (min-width: 1200px) {
    .content-3-7 {
    padding-left: 9rem;
    padding-right: 9rem;
    }
}
