* {
  box-sizing: border-box;
}

.sdk {
  float: left;
  width: 24.33%;
  padding: 5px;
  padding-left: 20px;
  cursor: pointer;
  padding-top: 33px;   
}

.col-lg-12{
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tickmain {
  width: 900%;
  margin: 10px 0;
}

.fl, .FL {
  float: left;
}

.fr, .FR {
  float: right;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;

}

.sdk-title{
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #312d2d;
}


@font-face {
  font-family: "BankGothic Md BT";
  src: url(./fonts/bankgothic-md-bt-medium.ttf);
}
.heading-features-of-issue {
    color: #434242;
    font-family: 'BankGothic Md BT', sans-serif;
    font-size: 30px;
    text-align: left;
    padding: 10px;
    padding-top: 130px;
    padding-left: 50px;
  }


.columnhome {
  float: left;
  width: 33.33%;
  padding: 10px;
  padding-top: 30px;
  /* border: 1px ridge blue; */
}

/* Clearfix (clear floats) */
.rowhome::after {
  content: "";
  clear: both;
  display: table;
}

@font-face {
  font-family: "BankGothic Md BT";
  src: url(./fonts/bankgothic-md-bt-medium.ttf);
}
.column-title{
    font-family: 'BankGothic Md BT', sans-serif;
    font-size: 25px;
    color: gray;
}

.sub-news-home{
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, sans-serif;
  color: #525252;
  cursor: pointer;
}

.home-publish-time{
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #767171;
}


    /* News Pages */
    @font-face {
      font-family: "BankGothic Md BT";
      src: url(fonts/bankgothic-md-bt-medium.ttf);
    }
    .heading-news {
        color: #434242;
        font-family: 'BankGothic Md BT', sans-serif;
        font-size: 30px;
        text-align: left;
        padding: 10px;
        padding-top: 50px;
        padding-left: 50px;
      }

    .columnnews {
        float: left;
        width: 49.55%;
        padding: 46px;
        padding-top: 30px;
        /* border: 1px ridge blue; */
      }
      
      /* Clearfix (clear floats) */
      .rownews::after {
        content: "";
        clear: both;
        display: table;
      }
      
      @font-face {
        font-family: "BankGothic Md BT";
        src: url(fonts/bankgothic-md-bt-medium.ttf);
      }
      .column-title-news{
          font-family: 'BankGothic Md BT', sans-serif;
          font-size: 25px;
          color: gray;
      }
      /* News Pages off */

      .affairs-title{
        font-family: 'Times New Roman', Times, serif;
        font-size: 25px;
        color: black;
        padding-top: 15px;
      }

      .affairs-image{
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
      }


@media (max-width:667px){
        .sdk{
             float: left;
            width: fit-content;
            padding: 34px;
            padding-left: 20px;
            cursor: pointer;
            padding-top: 33px;
            background: whitesmoke;
        }
        }

@media screen and (max-width: 500px) 
{
  @font-face {
    font-family: "BankGothic Md BT";
    src: url(fonts/bankgothic-md-bt-medium.ttf);
  }
    .columnhome {
      width: 100%;
    }
  }

  @media screen and (max-width: 500px) {
    .columnnews {
        width: 373px;
        height: 450px;
        padding: 10px;
        padding-top: 20px;
    }
  }

  @media screen and (max-width: 500px) {
    @font-face {
      font-family: "BankGothic Md BT";
      src: url(./fonts/bankgothic-md-bt-medium.ttf);
    }
    .heading-features-of-issue {
    color: #434242;
    font-family: 'BankGothic Md BT', sans-serif;
    font-size: 28px;
    text-align: left;
    padding: 10px;
    padding-top: 85px;
    padding-left: 50px;
    }
  }

  @media screen and (max-width: 500px) {
    @font-face {
      font-family: "BankGothic Md BT";
      src: url(./fonts/bankgothic-md-bt-medium.ttf);
    }
    .heading-news {
    color: #434242;
    font-family: 'BankGothic Md BT', sans-serif;
    font-size: 28px;
    text-align: left;
    padding: 10px;
    padding-top: 85px;
    padding-left: 73px;
    }
  }

  @media screen and (max-width: 500px) {
    .affairs-title {
      font-family: 'Times New Roman', Times, serif;
      font-size: 18px;
      color: black;
      padding-top: 15px;
    }
  }


  @media screen and (max-width: 500px) {
  .sub-news-home{
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #525252;
    cursor: pointer;
    padding-top: 20px;
  }
}
 
@media screen and (max-width: 500px) {
  .home-publish-time{
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #AEAEAE;
  }
}