.iYCsa ul
{
  list-style: disc;
}
main.whGLZ h1 {
  color: #303030;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 25px;
}

main.whGLZ p.EuRrY {
  margin-bottom: 30px;
  display: inline;
}
.articles_by{
  display: inline;
  margin-left: 20px;
}

p.EuRrY a {
  text-decoration: underline;
}

p.EuRrY a:hover {
  color: #5095a0;
  text-decoration: none;
}

#st-1 .st-btn {
  height: 40px !important;
  line-height: 40px !important;
}
  
#st-1 .st-btn > img {
  width: 24px !important;
  height: 24px !important;
}

.MvnGc {
  width: 480px;
  height: 310px;
  object-fit: cover;
  object-position: top center;
  float: left;
  margin: 0 20px 20px 0;
}


/* saa/news */
.wqoPO {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

a.btn {
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  text-transform: capitalize;
  padding: 12px 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

table.m2KY0 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

table.m2KY0 tbody tr {
  color: white;
  background-color: #5095A0;
}

table.m2KY0 tbody tr:nth-child(odd) {
  background-color: #5AA5B1;
}

table.m2KY0 th,
table.m2KY0 td {
  text-align: left;
  padding: 8px 24px;
  border: 1px solid white;
}

table.m2KY0 a {
  cursor: pointer;
  text-decoration: underline;
}

table.m2KY0 a:hover {
  text-decoration: none;
}

.bx {
  font-size: 24px;
  vertical-align: middle;
}

table.m2KY0 img, table.m2KY0 video {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: top center;
}




/* saa/news-upadte */
form.T8ORj {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

form.T8ORj ::placeholder {
  color: #A6A6A6;
}

form.T8ORj input[type="text"],
form.T8ORj input[type="email"],
form.T8ORj input[type="file"],
form.T8ORj input[type="select"],
form.T8ORj textarea {
  color: #303030;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  text-transform: none;
  border: 1px solid #5095A0;
  border-radius: 5px;
  padding: 17px 29px;
  width: 100%;
  height: 60px;
}

form.T8ORj textarea {
  height: 300px;
}

form.T8ORj button {
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  letter-spacing: 1px;
  width: 250px;
  height: 50px;
}

.DaboS {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px;
}

.LdUqY {
  display: flex;
  gap: 24px;
  position: relative;
}

.LdUqY .pYy5g {
  color: #5095a0;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #5095a0;
  border-radius: 5px;
  background: white;
  border-radius: 5px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.LdUqY li:hover .pYy5g img {
  transform: rotate(180deg);
}

.LdUqY .tU5nX {
  background-color: white;
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  gap: 1rem 2rem;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.LdUqY li:hover .tU5nX {
  display: grid;
}

.LdUqY label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nSDf {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 975px;
    width: 100%;
    margin: auto;
}

.nSDf p
{
  text-align: center;
}

.nSDf p img
{
    margin: auto;
    text-align: center;
    float: inherit !important;
}

.nSDfImg
{
    max-width: 850px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    float: left;
    margin: 0 0px 20px 0;
}


@media screen and (max-width: 600px) {
  .MvnGc
  {
    width: 100%;
  }
}