<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Place for Paragraph Employeer page styles here.

MAIN

*/
 
/* MAIN */
.view-employeer__wrapper {
    display: grid;
    grid-template-rows: auto 3em 3em 4em 2em;
}

.view-employeer__wrapper &gt; div {
    margin-bottom: 10px;
}

.view-employeer__image img {
    width: 100%;
}

.view-employeer__title {
    margin-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.view-employeer__profession {
    font-size: 30px;
    text-transform: uppercase;
    color: #A7A3A3;
}

.view-employeer__workexp {
    font-size: 16px;
    text-transform: uppercase;
    color: #80B7D0;
    font-weight: bold;
}

.view-employeer__button,
.view-ac-employeer__button {
    display: inline-block;
    transition: .3s linear;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 30px;
    background: linear-gradient(90deg,
    rgba(68,150,173,1) 0%,
    rgba(86,182,196,1) 23%,
    rgba(84,182,196,1) 33%,
    rgba(80,172,187,1) 56%,
    rgba(70,155,175,1) 100%);
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    min-width: 12em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.view-employeer__button:hover,
.view-ac-employeer__button:hover {
    background: transparent;
    border: 1px solid #2e6b85;
    font-weight: 600;
    text-decoration: none;
    color: #2e6b85;
    cursor: pointer;
}






/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .view-employeer__workexp {
        font-size: 14px;
        line-height:normal;
    }
}

@media (max-width: 1366px) {
    .view-employeer__wrapper {
        grid-template-rows: auto auto 3em 3em 2em;
    }
    .view-employeer__title {
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
    
}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
}

@media (max-width: 650px) {
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
}

@media (max-width: 380px) {
}







</pre></body></html>