@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

:root{
    
    --primary-color: #fdc201;
    --primary-dull: #f48600;
    --secondary-color: #251449;
    --secondary-dull: rgb(231, 231, 231);
    --black:black;
    --white:white;
}


.page-header {
    height: 400px;
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(173, 171, 169, 0.9), rgba(8, 8, 8, 0.9)), url(img/bg-banner.jpg);
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.insurance {
    color: var(--primary-dull) !important;
}

.recover{
    display: flex;
    justify-content: center;
    text-align: justify;
}

.in-recover{
    width: 100%;
    padding: 1%;
  
}

.col-lg-10{
    padding-right: 0 !important;
    text-align: center;
}




