.head{
    font-size: 20px;
    color: #102D4A;
    font-style: normal;
    font-weight: 400;
    font-family: "Systopie";
}

.text{
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    margin-top: 20px;
    font-family: "Systopie";
    /* padding-bottom: 50%; */
    
}
.pointer{
    cursor: pointer;
}

.flex{
    display: flex;
}

.policypoint{
    flex-direction: column;
    width: 93%;
    margin: 0 auto;
    

    padding-bottom: 20px;
}

.main__desktop{
    height: calc(100% - 430px);
}

.newsimage{
    width: 100%;
    
    object-fit: cover;
  }
  .newsimage img{
    width: 100%;
    height: 30vh;
  }



