
body {
    margin: 0;
    line-height: normal;
    }
    :root {
    /* fonts */
    --display-sm-regular: Poppins;
    /* font sizes */
    --display-sm-regular-size: 30px;
    }

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
       }

#tolaw{
    color: #A2845E;
 font-size: 80px;
 font-family: Tiro Bangla;
 font-weight: 400;
 line-height: 120px;
 word-wrap: break-word
}

.HeroContent {
        width: 100%;
          height: 880px;
          padding-left: 80px;
          padding-right: 80px;
          padding-top: 48px;
          padding-bottom: 48px;
          background: linear-gradient(0deg, rgba(2, 31, 61, 0.60) 0%, rgba(2, 31, 61, 0.60) 100%), url(Hero_to.png) lightgray 0px -48px / 100% 120% no-repeat;
          justify-content: space-between;
          align-items: center;
}

.TopNavigation {
    width: 100%;
    height: 80px;
    padding-top: 24px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.CheckCircle{
    width: 24px; 
    height: 24px; 
    position: relative;
    background-image: url('check_circle.svg');
}

.ArrowDown{
    width: 24px; 
    height: 24px; 
    position: relative;
    background-image: url('arrow_down.svg');
}
.ArrowUpRight{
    width: 24px; 
    height: 24px; 
    position: relative;
    background-image: url('upright.svg');
}

.MarkerPin02 {
    width: 24px; 
    height: 24px; 
    position: relative;
    background-image: url('marker-pin-02.svg');
}

.Mail01 {
    width: 24px; 
    height: 24px; 
    position: relative;
    background-image: url('mail-01.svg');
}

.Heading a {
    color: var(--secondary-blue-dodger-blue-dodger-blue-5, #021F3D);
    /* Display xs/Medium */
    font-family: Poppins;
    color: #f2f2f7;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: var(--Line-height-display-xs, 32px); /* 133.333% */
    text-decoration-line: none;
}

a {
    text-decoration: none;
}

.NewsHeading a{
    flex: 1 1 0;
    color: #021f3d;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
    text-decoration: underline;
    line-height: 32px;
    word-wrap: break-word;
}

.NewsText a{
    color: #0461c4;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

.ContactText a{
    text-align: center;
              color: #5a5a5a;
              font-size: 24px;
              font-family: Poppins;
              font-weight: 400;
              line-height: 32px;
              word-wrap: break-word;
              text-decoration: none;
}
