.contentContainer {
    height: 100%;
    width: 100%;
    border: solid 0;
    background-color: inherit;
    display: inline-block;
    position: absolute;
}
.privacyholder {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #1d5563;
    border: solid 0;
    text-align: end;
}
@media screen and (max-width: 600px) {
    .privacyholdera {
        color: var(--primtxt) !important;
        padding: 10px !important;
        font-size: 0.7rem !important;
        position: relative !important;
    }
}
.privacyholdera {
    color: var(--primtxt);
    padding: 10px;
    font-size: 1rem;
    position: relative;
}
.contentContainer .socialHolder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageContainer {
    height: 95%;
    width: 40%;
    z-index: 0;
    border: solid 0;
    top: 0;
    position: absolute;
    right: 0;
}
.imageContainer img {
    height: 90%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 50%;

}
.contentContainer h1 {
    color: var(--primtxt);
    font-size: 3rem;
    text-align: center;
    z-index: 2;
    position: relative;
    top: 5%;
}
.contentContainer p {
    color: var(--primtxt);
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    z-index: 2;
    top: 10%;
}
@media screen and (max-width: 600px) {
    .imageContainer img {
        width: 100%;
        height: 45%;
    }
    .hidmob {display: none!important;}

}

