.o-p-links {
    width: 100%;
    max-width: 35rem;
    border: 0.1rem solid rgb(180, 180, 180, 0.3);
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    background-color: #FBFFF4;
    margin-top: 1rem;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.o-p-links:hover {
    transform: scale(0.99);
    -webkit-box-shadow:0px 0px 60px 1px rgba(255,255,255,0.25);
    -moz-box-shadow: 0px 0px 60px 1px rgba(255,255,255,0.25);
    box-shadow: 0px 0px 60px 1px rgba(255,255,255,0.25);
}

.o-p-links img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    overflow-clip-margin: unset;
}

.o-p-links-desc {
    
    margin: 0 1rem;
    height: fit-content;
}

.o-p-links .o-p-links-desc .desc {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: black;
    text-decoration: none;
    font-size: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.o-p-links .o-p-links-desc .title {
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #12234E;
    font-weight: 700;
    margin: 0;
}

.o-p-links .o-p-links-desc .link {
    font-size: 0.8rem;
    color: #999999;
    font-weight: 500;
    margin-left: 0;
    line-height: 80%;
}

/* .o-p-links-divider {
    background-color: rgba(255, 255, 255, 0.7);
    color: white;
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    height: 67rem;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    margin-top: -1rem;
} */

.op-links-container {
    background-image: url('/static/img-content/o-p-links-img.jpg');
    background-size: cover;
    padding: 0;

    position: relative;
    overflow: hidden;
}

.o-p-links-row {
    background-color: rgb(18,35,78, 0.9);
}

.preview-link-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.preview-link-deus{
    position: absolute;
    top: 0%;
    right: 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: clamp( 2rem, 20vw, 20vh);
    line-height: 80%;
    font-weight: 600;
    color: white !important;
    z-index: -1;
    opacity: 0.2;
}


/* .o-p-links-row .preview-link-left div:nth-child(3) a {
    margin-left: auto;
    margin-right: auto ;
}

.o-p-links-row .preview-link-left div:nth-child(4) a {
    margin-left: auto;
} */

.preview-link-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.preview-link-patria{
    position: absolute;
    bottom: 0%;
    right: 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: clamp( 2rem, 20vw, 20vh);
    font-weight: 600;
    color: white;
    z-index: -1;
    opacity: 0.1;
    line-height: 80%;
}
/* .o-p-links-row .preview-link-right div:nth-child(2) a {
    margin-left: auto;
    margin-right: auto ;
}

.o-p-links-row .preview-link-right div:nth-child(3) a {
    margin-left: auto;
} */

.o-p-link-title-header{
    padding-left: 1rem;
    width: 100%;
}

.o-p-link-title-header h1 {
    margin: 0;
    color: #12234E;
    font-weight: 600;
}

.o-p-link-title-header h1:nth-child(1) {
    font-family: 'Inter', sans-serif;
    font-size: clamp( 3.5rem, 6.5vw, 6.5vh);
    line-height: clamp( 3.5rem, 6.5vw, 6.5vh);
    font-family: "Radley", serif;

    font-optical-sizing: auto;
 
}

/* .o-p-link-title-header h1:nth-child(2) {
    font-family: 'Inter', sans-serif;
    font-size: clamp( 4rem, 7vw, 7vh);
    line-height: clamp( 4rem, 7vw, 7vh);
} */

.o-p-link-title-header h1:nth-child(2) {
    font-size: clamp( 7rem, 20vw, 20vh);
    line-height: clamp( 5rem, 18vw, 18vh);
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    margin-left: 10%;
    font-weight: bold;
    font-style: oblique;
}


.o-p-link-title-header-right {
    width: 100%;
    max-width: 35rem;
    padding-top: 2rem;
    pointer-events: none;
}

.o-p-link-title-header-right h1{
    text-align: end;
    font-family: "Montserrat", sans-serif !important;
    color: white;
    font-size: clamp( 2rem, 10vw, 10vh);
    padding-bottom: 4%;
    line-height: 100%;
    margin: 0;
    font-weight: 700;
}


@media (max-width: 992px) {
    .op-links-container {
        background-image: none;
        height: 100%;
    }

    .preview-link-left {
        background-color: rgba(255, 255, 255, 0.7);
        color: white;
        width: 100%;
        padding: 3rem 1.5rem 3rem 1.5rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
    }

    .preview-link-right {
        padding: 3rem 1.5rem 3rem 1.5rem;
    }

    .o-p-links-divider {
        display: none;
    }

    .o-p-links-row {
        padding: 0rem;
        background: url('/static/img-content/o-p-links-img.jpg');
        background-size: cover;

        clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
    }

    .o-p-bg-tint {
        background-color: rgb(18,35,78, 0.95);
        background-blend-mode: multiply;
    }
}