.num {
    list-style-type: decimal;
}
.dot{
    list-style-type: square;
}
.privacyy {
    background-image: url(images/ai\ image.webp);
    background-size: cover;
}

.openposition-head{
    font-weight: 700
}


@media only screen and (max-width: 767px) {
    .opening-container  .abt-content-wrapper {
      height: fit-content;
   }
    .privacyy {
        background: none;
    }
    .opening-container .about-container{
        min-height: max-content;
        margin-bottom: 160px;
    }
}    

