a{text-decoration: none;}
a:hover{text-decoration: underline ;}
.cloud_hd_tx {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.title-subdiv {
  float: left;
  width: 100%;
  height: 98px;
}

.posts_cloud li a {
    list-style: none;
    font-style: normal;
    font-weight: 400;
    color: #222;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 136px;

}

.posts_cloud li {
    list-style: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #222;
    line-height: 1.6px;
    text-align: left;

}

.posts_cloud .point_cs {
/*  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  bottom: 3px;*/
display: none;
  position: relative;
    bottom: 2px;
    width: 10%;
}

.posts_cloud ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.see_all_btn_cd {
  border-radius: 50px;
  border: 1px solid #1A73E8;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #1A73E8;
  line-height: 19.6px;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
}

.see_all_btn_cd:hover {
  background-color: #1A73E8;
  color: #fff;
}

.see_all_btn_cd:hover .blue_arrow {
    display: none;
}
.see_all_btn_cd:hover .white_arrow {
    display: inline-block;
}
.white_arrow{
  display: none;
}

.posts_cloud {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(204, 204, 204, 0.80);
  background: #FFF;
  float: left;
  width: 100%;
}


.posts_cloud h3 a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 100%;
}

.posts_cloud .post_img img {
  border-radius: 8px;
  width: 100%;
  height: 123px;
  object-fit: cover;
}

.posts_cloud .post_img {
  float: left;
  width: 100%;
  text-align: inherit;
}

.cloud_security_section {
  padding: 40px 0px;
  float: left;
  width: 100%;
}
.title-subdiv {
    float: left;
    width: 100%;
    height: 98px;
}



.hero-title {
    text-align: center;
    color: #24272c;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.4;
}

.see_all_btn_cd {
    cursor: pointer;
}