#protecao .container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #0075B8;
    padding: 50px;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    gap: 5%;
    margin-bottom: -20px;
    position: relative;
}

#protecao .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#protecao .column h3 {
    color: #0075B8;
    font-size: 26px;
    margin-bottom: 15px;
}

#protecao .box {
    background: #ffffff;
    border: 2px solid #D1DEEB;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 400px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#protecao .box p {
    font-size: 15px;
    line-height: 22.5px;
    color: #0075B8;
}

#protecao .info {
    display: flex;
    align-items: left;
    gap: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

#protecao .highlight {
    font-size: 50px;
    line-height: 1.2;
    color: #0075B8;
    font-weight: 500;
    flex-shrink: 0;
}

#protecao .info p {
    font-size: 15px;
    line-height: 22.5px;
    color: #0075B8;
    margin: 0;
    align-items: left;
    text-align: left;
    justify-content: left;
}

#protecao .dias {
    font-size: 50px;
    line-height: 37px;
    text-align: center;
    font-weight: 500;
    color: #0075B8;
}

@media (max-width: 960px) {
    #protecao .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        align-items: center;
    }

    #protecao .container .column {
        width: 100%;
        text-align: center;
    }

    #protecao .container .box {
        width: 100%;
        height: 250px;
        width: 500px;
    }

    #protecao .dias {
        font-size: 40px;
    }

    #protecao .text-container {
        margin-top: 0px !important;
        left: 250px !important;
        font-size: 15px !important;
        transform: translate(0, -50%) !important;
    }

    #protecao .content-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    #protecao .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        align-items: center;
    }

    #protecao .container .column {
        width: 100%;
        text-align: center;
    }

    #protecao .container .box {
        width: 100%;
        height: 250px;
        width: 360px;
    }

    #protecao .row {
        flex-direction: column;
        align-items: center;
    }

    #protecao .dias {
        font-size: 40px;
    }

    #protecao .content-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

@media (min-width: 769px) {
    #protecao .hrbox {
        display: none;
    }

    #protecao .content-container {
        justify-content: flex-start;
    }
}