.fndProteccion {
    width: 100%;
    aspect-ratio: 1081 / 448;
    background: url('/assets/img/prestamos/fondoDeProteccion.webp') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.fndCnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    height: 60%;
    margin: 20px;
    padding-left: 30px;
}

.logoFnd{
    width: 60%;
}

.fndTxtFirstCtn {
    width: 90%;
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--fuente-poppins);
    color: white;
    font-size: 18px;
    border-left: 2px solid var(--color-terceiario);
}

.fndTxtSecondCtn {
    width: 90%;
    margin-left: 20px;
    padding-left: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--fuente-poppins);
    color: white;
    font-size: 18px;
}

.fndTxtThirdCtn {
    width: 90%;
    margin-left: 20px;
    padding-left: 50px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: var(--fuente-poppins);
    color: white;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}

.fndTxtStrgThirdCtn {
    color: var(--color-amarillo);
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}