/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/Blogs/Blog.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.Blog_blogContainer__3eaqZ {
  max-width: 1180px;
  margin-left: 32px;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  animation: Blog_fadeIn__w2t44 0.8s ease-in-out;
}

@keyframes Blog_fadeIn__w2t44 {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.Blog_layout__97qmN {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.Blog_leftSection__bBDYV {
  flex: 2;
  min-width: 280px;
}

.Blog_blogPosts__UqZOr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.Blog_blogCard__1tmm3 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  border: 1px solid #ddd;
}

.Blog_blogCard__1tmm3:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.Blog_carImage__tySri {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.Blog_carImage__tySri:hover {
  transform: scale(1.02);
}

.Blog_blogContent__uY2nh {
  padding: 20px;
}

.Blog_blogContent__uY2nh h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: #0080F6;
  margin-bottom: 10px;
}

.Blog_blogContent__uY2nh .Blog_meta__UG44U {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.Blog_blogContent__uY2nh p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.Blog_readMoreButton__eIJGW {
  background: linear-gradient(90deg, #0080F6, #42C3F7);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: background 0.3s, transform 0.3s;
}

.Blog_readMoreButton__eIJGW:hover {
  background: linear-gradient(90deg, #42C3F7, #0080F6);
  transform: scale(1.05);
}

.Blog_pagination__a1w3n {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.Blog_pagination__a1w3n button {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background 0.3s, color 0.3s;
}

.Blog_pagination__a1w3n button:hover {
  background: #0080F6;
  color: #fff;
}

.Blog_pagination__a1w3n .Blog_active__RB2gP {
  background: #0080F6;
  color: #fff;
  font-weight: bold;
}

.Blog_rightSection__NWxHy {
  flex: 1;
  min-width: 250px;
}

.Blog_searchBar__tQOFY {
  display: flex;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}

.Blog_searchInput__fnRsA {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 1rem;
  background: #f9f9f9;
}

.Blog_searchButton__32a8R {
  background: #ffc107;
  border: none;
  color: #1f1f1f;
  padding: 12px 20px;
  transition: background 0.3s;
}

.Blog_searchButton__32a8R:hover {
  background: #ff9800;
}

.Blog_categories__IpEtr,
.Blog_recentPosts__3Ih54 {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
  border: 1px solid #ddd;
}

.Blog_categories__IpEtr:hover,
.Blog_recentPosts__3Ih54:hover {
  transform: translateY(-3px);
}

.Blog_categories__IpEtr h3,
.Blog_recentPosts__3Ih54 h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #0080F6;
  margin-bottom: 15px;
}

.Blog_categoryList__jLGLK {
  list-style: none;
  padding: 0;
}

.Blog_categoryList__jLGLK li {
  margin-bottom: 12px;
}

.Blog_categoryList__jLGLK a {
  color: #0080F6;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}

.Blog_categoryList__jLGLK a:hover {
  color: #ffc107;
}

.Blog_categoryList__jLGLK span {
  color: #666;
  margin-left: 8px;
  font-size: 0.9rem;
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  transition: transform 0.3s;
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV:hover {
  transform: translateX(5px);
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV a {
  color: #0080F6;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV a:hover {
  color: #ffc107;
}

.Blog_recentPosts__3Ih54 .Blog_post__OxwqV p {
  font-size: 0.85rem;
  color: #666;
  margin: 5px 0 0;
}

/* Responsive Design */
@media (max-width: 767px) {
  .Blog_blogContainer__3eaqZ{
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .Blog_layout__97qmN {
    flex-direction: column;
  }

  .Blog_blogPosts__UqZOr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .Blog_blogContainer__3eaqZ {
    padding: 15px;
  }

  .Blog_blogContent__uY2nh h2 {
    font-size: 1.4rem;
  }

  .Blog_blogContent__uY2nh .Blog_meta__UG44U {
    font-size: 0.8rem;
  }

  .Blog_blogContent__uY2nh p {
    font-size: 0.95rem;
  }

  .Blog_readMoreButton__eIJGW {
    padding: 8px 16px;
    font-size: 0.95rem;
  }

  .Blog_carImage__tySri {
    height: 180px;
  }

  .Blog_pagination__a1w3n {
    gap: 8px;
    margin-top: 20px;
  }

  .Blog_pagination__a1w3n button {
    padding: 8px 12px;
    font-size: 0.95rem;
  }

  .Blog_searchBar__tQOFY {
    margin-bottom: 20px;
  }

  .Blog_searchInput__fnRsA {
    padding: 10px;
    font-size: 0.95rem;
  }

  .Blog_searchButton__32a8R {
    padding: 10px 15px;
  }

  .Blog_categories__IpEtr h3,
  .Blog_recentPosts__3Ih54 h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .Blog_categoryList__jLGLK li {
    margin-bottom: 10px;
  }

  .Blog_categoryList__jLGLK a {
    font-size: 0.95rem;
  }

  .Blog_categoryList__jLGLK span {
    font-size: 0.85rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV a {
    font-size: 0.95rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV p {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .Blog_blogContainer__3eaqZ {
    padding: 10px;
  }

  .Blog_blogPosts__UqZOr {
    gap: 20px;
  }

  .Blog_blogCard__1tmm3 {
    justify-items: center;
  }

  .Blog_blogContent__uY2nh {
    padding: 15px;
  }

  .Blog_blogContent__uY2nh h2 {
    font-size: 1.3rem;
  }

  .Blog_blogContent__uY2nh .Blog_meta__UG44U {
    font-size: 0.75rem;
    gap: 8px;
  }

  .Blog_blogContent__uY2nh p {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }

  .Blog_readMoreButton__eIJGW {
    padding: 7px 14px;
    font-size: 0.9rem;
  }

  .Blog_carImage__tySri {
    height: 160px;
  }

  .Blog_pagination__a1w3n {
    gap: 5px;
    margin-top: 15px;
  }

  .Blog_pagination__a1w3n button {
    padding: 6px 10px;
    font-size: 0.9rem;
  }

  .Blog_searchInput__fnRsA {
    padding: 8px;
    font-size: 0.9rem;
  }

  .Blog_searchButton__32a8R {
    padding: 8px 12px;
  }

  .Blog_categories__IpEtr,
  .Blog_recentPosts__3Ih54 {
    padding: 15px;
  }

  .Blog_categories__IpEtr h3,
  .Blog_recentPosts__3Ih54 h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .Blog_categoryList__jLGLK li {
    margin-bottom: 8px;
  }

  .Blog_categoryList__jLGLK a {
    font-size: 0.9rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV a {
    font-size: 0.9rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV p {
    font-size: 0.75rem;
    margin: 3px 0 0;
  }
}

@media (max-width: 400px) {
  .Blog_blogContainer__3eaqZ {
    padding: 8px;
  }

  .Blog_leftSection__bBDYV {
    min-width: 100%;
  }

  .Blog_blogPosts__UqZOr {
    gap: 15px;
  }

  .Blog_blogCard__1tmm3 {
    min-width: 100%;
  }

  .Blog_blogContent__uY2nh {
    padding: 12px;
  }

  .Blog_blogContent__uY2nh h2 {
    font-size: 1.25rem;
  }

  .Blog_blogContent__uY2nh .Blog_meta__UG44U {
    font-size: 0.7rem;
    gap: 6px;
    flex-wrap: wrap;
  }

  .Blog_blogContent__uY2nh p {
    font-size: 0.85rem;
  }

  .Blog_readMoreButton__eIJGW {
    padding: 6px 12px;
    font-size: 0.85rem;
  }

  .Blog_carImage__tySri {
    height: 140px;
  }

  .Blog_pagination__a1w3n {
    gap: 4px;
    margin-top: 12px;
  }

  .Blog_pagination__a1w3n button {
    padding: 5px 8px;
    font-size: 0.85rem;
  }

  .Blog_searchInput__fnRsA {
    padding: 6px;
    font-size: 0.85rem;
  }

  .Blog_searchButton__32a8R {
    padding: 6px 10px;
  }

  .Blog_categories__IpEtr,
  .Blog_recentPosts__3Ih54 {
    padding: 12px;
  }

  .Blog_categories__IpEtr h3,
  .Blog_recentPosts__3Ih54 h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .Blog_categoryList__jLGLK li {
    margin-bottom: 8px;
  }

  .Blog_categoryList__jLGLK a {
    font-size: 0.85rem;
  }

  .Blog_categoryList__jLGLK span {
    font-size: 0.8rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV a {
    font-size: 0.85rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV p {
    font-size: 0.7rem;
  }
}

@media (max-width: 320px) {
  .Blog_blogContainer__3eaqZ {
    padding: 5px;
  }

  .Blog_blogPosts__UqZOr {
    gap: 12px;
  }

  .Blog_blogContent__uY2nh {
    padding: 10px;
  }

  .Blog_blogContent__uY2nh h2 {
    font-size: 1.2rem;
  }

  .Blog_blogContent__uY2nh .Blog_meta__UG44U {
    font-size: 0.65rem;
    gap: 5px;
  }

  .Blog_blogContent__uY2nh p {
    font-size: 0.8rem;
  }

  .Blog_readMoreButton__eIJGW {
    padding: 5px 10px;
    font-size: 0.8rem;
  }

  .Blog_carImage__tySri {
    height: 120px;
  }

  .Blog_pagination__a1w3n {
    gap: 3px;
    margin-top: 10px;
  }

  .Blog_pagination__a1w3n button {
    padding: 4px 6px;
    font-size: 0.8rem;
  }

  .Blog_searchInput__fnRsA {
    padding: 5px;
    font-size: 0.8rem;
  }

  .Blog_searchButton__32a8R {
    padding: 5px 8px;
  }

  .Blog_categories__IpEtr,
  .Blog_recentPosts__3Ih54 {
    padding: 10px;
  }

  .Blog_categories__IpEtr h3,
  .Blog_recentPosts__3Ih54 h3 {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .Blog_categoryList__jLGLK li {
    margin-bottom: 6px;
  }

  .Blog_categoryList__jLGLK a {
    font-size: 0.8rem;
  }

  .Blog_categoryList__jLGLK span {
    font-size: 0.75rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV a {
    font-size: 0.8rem;
  }

  .Blog_recentPosts__3Ih54 .Blog_post__OxwqV p {
    font-size: 0.65rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./public/styles/Home.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* public/styles/Home.module.css */
.Home_container__5kShT {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.3s ease;
  position: relative;
  margin: 0;
  width: 100%;
}
.Home_gradient__R7Xzf {
   background:
    /* subtle light rim to bottom-right to mimic studio lighting */
    radial-gradient(1200px 600px at 80% 70%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.06) 12%),
    /* soft top-left to bottom-right deep gradient */
    linear-gradient(135deg, #0b0d10 0%, #0b0d10 30%, #0b0d10 60%, #0b0d10 100%);
  /* border-right: 2px solid #feb321; */
}

.Home_noImage__vSOmc {
  background-color: #f5f5f5;
}

.Home_mainContent__1ozmQ {
  flex: 1;
  padding: 0;
  margin: 0;
  width: 100%;
}

.Home_sidebar__H_yxh.Home_expanded__Ds9Zu ~ .Home_container__5kShT {
  margin-left: 250px;
}

.Home_searchSection__iloBy {
  padding: 1rem 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

/* Background color section */
.Home_backgroundSection__RoSVz {
  /* background-color: #0080F6; */
  /* background-color: transparent; */
  width: 100%; /* Changed from 100vw to 100% to prevent horizontal scroll */
  margin: 0;
  padding: 20px 0;
  position: relative;
  top: 0;
  /* margin-top: -71px; */
  margin-top: -8px;
  /* padding-top: 91px; */
  /* padding-top: 9px; */
  align-items: center;
  align-content: center;
}

.Home_mainHeading__NNbqK {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 100%;
}

.Home_mobileOnly__afxhy {
  display: none;
}

.Home_desktopOnly__xgdvE {
  display: block;
}

.Home_textSection__i45zP {
  margin-top: 2rem;
  text-align: center;
  padding: 0 1rem;
}

.Home_textSection__i45zP h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.Home_textSection__i45zP p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}

.Home_category-row__yLHE_ {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  padding-bottom: 15px;
  min-width: 120%;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  justify-content: flex-start;
}

.Home_category-row__yLHE_::-webkit-scrollbar {
  height: 8px;
}

.Home_category-row__yLHE_::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.Home_category-row__yLHE_::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.Home_category-row__yLHE_::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.Home_category-row__yLHE_ .Home_col__RYclQ {
  flex: 0 0 auto !important;
  width: 120px !important;
  max-width: none !important;
  margin-right: 10px;
}

.Home_category-card__2I2o1 {
  transition: transform 0.2s;
  cursor: pointer;
}

.Home_category-card__2I2o1:hover {
  transform: scale(1.05);
}

.Home_mobileCarousel__zAAyO {
  margin: 1rem 0;
  width: 100%;
}

.Home_mobileCarousel__zAAyO .Home_carousel__J0vTZ .Home_slide__fCJl2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

/* Responsive Adjustments */
@media (min-width: 1535px) {
  .Home_backgroundSection__RoSVz{
    background-color: #0080F6;
  }
}
@media (max-width: 1023px) {
  .Home_backgroundSection__RoSVz{
    background-color: #0080F6;
  }
}
@media (max-width: 768px) {
  .Home_mainContent__1ozmQ {
    padding: 0;
  }

  .Home_mainHeading__NNbqK {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .Home_searchSection__iloBy {
    padding: 0.75rem 0.5rem;
  }

  .Home_mobileOnly__afxhy {
    display: block;
  }

  .Home_desktopOnly__xgdvE {
    display: none;
  }

  .Home_sidebar__H_yxh.Home_expanded__Ds9Zu ~ .Home_container__5kShT {
    margin-left: 200px;
  }

  .Home_textSection__i45zP {
    margin-top: 1rem;
  }

  .Home_textSection__i45zP h2 {
    font-size: 1.2rem;
  }

  .Home_textSection__i45zP p {
    font-size: 0.9rem;
  }

  .Home_backgroundSection__RoSVz {
    padding: 15px 0;
    padding-top: 86px;
    margin-top: -71px;
  }
}

@media (max-width: 1347px) {

}
@media (max-width: 576px) {
  .Home_mainHeading__NNbqK {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .Home_searchSection__iloBy {
    padding: 0.5rem 0;
  }

  .Home_mobileCarousel__zAAyO .Home_carousel__J0vTZ .Home_slide__fCJl2 {
    padding: 0.3rem;
  }

  .Home_backgroundSection__RoSVz {
    padding: 10px 0;
    padding-top: 81px;
    margin-top: -71px;
  }
/* public/styles/Home.module.css */
.Home_container__5kShT {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.Home_mainContent__1ozmQ {
  padding-top: 0;
}

.Home_backgroundSection__RoSVz {
  /* background: linear-gradient(135deg, #feb321 0%, #ffcc00 100%); Gradient background */
  padding: 4rem 0;
  position: relative;
  /* overflow: hidden; */
  animation: Home_fadeIn__ZvfRG 1s ease-in-out; /* Fade-in animation */
}

@keyframes Home_fadeIn__ZvfRG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Home_contentWrapper__YNMNJ {
  /* background: rgba(255, 255, 255, 0.9);  Semi-transparent white background */
  background: rgba(255, 255, 255, 0.562);  /* Semi-transparent light background */
  /* background: rgba(0, 0, 0, 0.418); Semi-transparent black background */
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  max-width: 900px; /* Limit width for better centering */
  margin: 0 auto;
  margin-top: 60px;
}

.Home_mainHeading__NNbqK {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #333, #666); /* Gradient text */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
  position: relative;
  font-family: 'Poppins', sans-serif; /* Modern font */
  animation: Home_slideIn__AlwqU 0.5s ease-out; /* Slide-in animation */
}

.Home_mainHeading__NNbqK::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #333, #666); /* Gradient underline */
  border-radius: 2px;
}

.Home_componentWrapper__QlZjf {
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover transition */
  animation: Home_slideIn__AlwqU 0.5s ease-out forwards; /* Slide-in animation */
  opacity: 0; /* Start hidden for animation */
}

/* Delay animations for each component */
.Home_componentWrapper__QlZjf:nth-child(2) {
  animation-delay: 0.2s;
}

.Home_componentWrapper__QlZjf:nth-child(3) {
  animation-delay: 0.4s;
}

.Home_componentWrapper__QlZjf:hover {
  transform: translateY(-5px); /* Lift effect on hover */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

@keyframes Home_slideIn__AlwqU {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .Home_backgroundSection__RoSVz {
    padding: 3rem 0;
  }

  .Home_contentWrapper__YNMNJ {
    padding: 1.5rem;
    max-width: 90%;
  }

  .Home_mainHeading__NNbqK {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .Home_mainHeading__NNbqK::after {
    width: 80px;
    height: 3px;
  }

  .Home_componentWrapper__QlZjf {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .Home_backgroundSection__RoSVz {
    padding: 2rem 0;
  }

  .Home_contentWrapper__YNMNJ {
    padding: 1rem;
    max-width: 95%;
  }

  .Home_mainHeading__NNbqK {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .Home_mainHeading__NNbqK::after {
    width: 60px;
    height: 2px;
  }

  .Home_componentWrapper__QlZjf {
    margin-bottom: 1rem;
  }
}
}
