
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body {background: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; color: #000; margin: 0; padding: 0;}

.no-padding {
  padding-left: 0;
  padding-right: 0;  
}

.vst {
  padding: 0 30px 0 20px;
}
.tpbr {
  background: #000;
  width: 100%;
  display: inline-block;
  margin: 12px 0 0;
  padding: 8px 15px;
}
.tpbr p {
  margin: 0;	
  float: left;
}
.tpbr a {
  color: #fff;	
  text-decoration: none;
}
.tpbr .time {
  color: #fff;		
  float: right;
}
.logo {
  margin: 20px 0 30px;
}
.text {
  padding: 0 15px 0 0;
}
.text h2 {
  font-size: 23px;
  color: #000;
}
.text h4 {
  font-size: 16px;
  color: #4a4a4a;
  margin: 40px 0 15px;
  font-weight: 700;
}
.text p {
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #777;
  margin-bottom: 7px;
}
.text .btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  display: inline-block;
  margin: 40px 0 0;
  font-weight: 300;
  border-radius: 7px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.text .btn:hover {
  background: #5e5e5e;
}


.rg_images ul {
  margin: 0;
  padding: 0;  
}
.rg_images li {
  display: inline-block;
  list-style: none;
  float: left;
  position: relative; 
  width: 25%;
}
.rg_images li img {
  width: 100%;
  border-radius: 7px;
  border: 2px solid #fff;
  height: calc(var(--vh, 1vh) * 33.3);
}



@media screen and (max-width: 1390px) {
.rg_images li img {
  height: auto;
}

}

@media screen and (max-width: 991px) {
.rg_images {
  margin: 40px 0 0;
}

}

@media screen and (max-width: 767px) {
.tpbr p {
  text-align: center;
}
.tpbr p, .tpbr .time {
  float: none;
  line-height: 27px;
}
.logo {
  text-align: center;
}
.text h2 {
  font-size: 19px;
}
.text h4 {
  margin: 20px 0 15px;
}
.vst {
  padding: 0 15px;
}
.text {
  padding: 0;
}



}