﻿.queSonSec{
    background: linear-gradient(to right, #003f7c, #0083a8);    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    width: 100%;
    box-shadow: inset 0 8px 10px rgb(0 0 0 / 8%), inset 0 -8px 10px rgb(0 0 0 / 8%);
}

.contentQueSon{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contentQueSon h1{
    color: white;
    text-transform: none;
    width: 100%;
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 30px;
}

.contentQueSon p{
    color: white;
    width: 55%;    
    text-align: center;
    font-size: 18px !important;
    font-weight: 400;
}

@media (max-width:768px) {
    .contentQueSon p{
        color: white;
        width: 80%;    
        text-align: center;
        font-size: 18px !important;
        font-weight: 400;
    }
}

@media (max-width:480px) {
    .contentQueSon h1 {
        color: white;
        text-transform: none;
        width: 100%;
        text-align: center;
        font-size: 28px !important;
        margin-bottom: 30px;
    }
}
