/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .related-job-section .related-job-text p{
    font-size: 14px;
}
.related-job-section .related-job-text span{
    margin-left: 5px;
}
.related-job-section hr{
    border: 0;
    border-top: 2px solid #eeeeee;
    margin: 20px 0px 0px 0px;
   
}
.content-header-section .content-section-heading {
    margin-bottom: 0px !important;
    font-size: 25px !important;
}

.content-header-section .content-section-link{
    margin-top: 20px;
    font-size: 16px;    
}
.content-header-section .content-section-link:hover{
    /* color: #3297fa; */
}

.content-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}


.content-section-boxes {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    padding: 30px 0;
}

.content-section-boxes > .related-job-box-style {
    flex: 0 0 calc(25% - 15px);
    background-color: #f7f7f7;
    padding: 15px;
    transition: all .5s ease;
    border-radius: 8px;
    position: relative;
    min-height: 220px;
}
@media only screen and (max-width: 767px ) {
    .content-section-boxes > .related-job-box-style {
        flex: 0 0 calc(50% - 10px);
       
    } 
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .content-section-boxes > .related-job-box-style {
        flex: 0 0 calc(33% - 11px);
       
    } 
}
@media only screen and (max-width: 600px) {
    .content-section-boxes > .related-job-box-style {
        flex: 100%
       
    } 
}

.related-job-box-style:hover {
    box-shadow: 0px 0px 10px #00000061;
}

.related-job-box-style  .related-job-heading {
    margin-bottom: 25px;
    margin-top: 0px;
    display: flex;
    gap: 3px;
    
}
.related-job-box-style  .related-job-heading span {
   color: #ff0000;
   font-size: 16px;
   font-weight: bold;
   margin-top: 11px;
    
}
.related-job-heading h4 {
    font-size: 20px;
}
.related-job-text i {
    width: 15px;
    text-align: center;
}
.related-job-cld {
    position: absolute;
    bottom: 25px;
    left: 15px;
}
.related-job-section .ribbon{
    position: absolute;
    right: -1px;
    top: -14px;
    z-index: 1;
    width: 75px;
    height: 75px;
    text-align: right;
}
.related-job-section .ribbon span{
    font-size: 10px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    right: -15px;
    width: 100%;
}
