* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.3rem;
}
.main-container {
  display: block;
  background-color: aliceblue;
}

.header {
  height: 70px;
}

.main-header {
  margin-left: 30px;
  margin-right: 30px;
}
.header-line {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}

.CAST {
  color: #16a34a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.logo {
  width: 50px;
  height: 50px;
}

.blog-row {
  border-radius: #000000;
  text-align: center;
  height: auto;
}

.blog-content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* flex-direction: column; */
  border-radius: 8px;
  background-color: #ffffff;
  height: 480px;
  width: 334px;
}

.blog {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.2rem;
  margin: 4.8rem 3.2rem;
}

.blog-img {
  width: 334px;
  height: 250px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-text-content {
  text-align: left;
  padding-left: 2rem;
}

.read-more {
  color: #ae540a;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-top: 2.6rem;
}

.text-clr {
  color: #ae540a;
}

h2 {
  margin-bottom: 1.6rem;
  padding-top: 4.8rem;
  font-size: 3.2rem;
}

h3 {
  padding-top: 20px;
}

.icons {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.user {
  padding-left: 20px;
}

.txt-gray {
  color: rgb(110, 106, 106);
}

.Green-line {
  height: 2px;
  margin: 0 60.1rem;
  display: block;
  background-color: #008000;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 10px;
}

.pagination a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

.pagination a:hover {
  color: #008000;
  cursor: pointer;
  transform: scale(1.1);
}

.section-footer {
  background-color: #008000;
  margin-top: 60px;
  color: #ffffff;
}
.footer {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 70px;
  /* align-items: center;*/
  justify-content: center;
}
.footer-row-cast,
.footer-row-links,
.footer-contact {
  width: 300px;
  margin-right: 100px;
  margin-top: 48px;
  /* border: 2px solid black; */
  padding: 10px;
}
.links {
  line-height: 2.6;
}
.links,
a {
  color: #dcfce7;
  text-decoration: none;
}

.foooter-cast,
h4 {
  margin-bottom: 16px;
}

.footer-text {
  margin-bottom: 16px;
  color: #dcfce7;
  line-height: 2;
  display: flex;
}
.cast-icons {
  display: flex;
}
.fb-icon,
.tw-icon,
.in-icon {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.footer-content {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-content-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9f0e148;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-copyright {
  margin-right: 20px;
}
.location,
.contact,
.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-icon,
.call-icon,
.mail-icon {
  margin-right: 10px;
  cursor: pointer;
}
