.main{
  color:#fcfcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 4rem 0;
  gap: 4rem;
  min-height: 100vh;
}

.bg{
  background-image: url('/bg-2.jpg');
 background-size: cover;
position: fixed;
top: -2.5%;
left: -2.5%;
 width:105%;
 height:105%;
 display: flex;
 align-items: center;
 justify-content: center;
 z-index: -1;
}

.logo {
  position: relative;
  user-select: none;
  cursor: pointer;
  filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70);
}

.sectionH1{
  font-size:2rem;
  width:fit-content;
  margin: auto;
  margin-bottom: 40px;
}

.grid{
  display: grid;
  grid-template-columns: repeat(2,minmax(50%,auto));
  max-width: 1280px;
  gap:40px;
  width: 100%;
  transform: translate(-20px,0);
}
.hiw_img{
  width:100%;
  height: fit-content;
  object-fit: contain;
}
.plans_circle{
  margin:auto;
  font-size: 20px;
  transform:translateY(50%);
  background:var(--secondary-300);
  border:4px solid #fafafa;
  width:80px;
  aspect-ratio: 1 / 1;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:8px;
   border-radius:100rem;
}
.plans_hr{
  opacity:0.4;
  width:84%;
  margin:auto;
  border:1px solid rgba(0,0,0,.2);
}
.plans_p{
  margin-top: 8px;
  margin-bottom: 8px;
  word-break: break-word;
}
.about_icon_left{
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 8px 0 8px 0;
  border:2px solid var(--primary-400);
}

.about_icon_right{
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 0 8px 0 8px;
  border:2px solid var(--primary-400);
}
@media (max-width: 1000px) {
  .hiw_title{
    font-size: 24px !important;
    line-height: 27px !important;
  }
  .hiw_sub_title{
    font-size: 16px !important;
  }
}

@media (max-width: 700px) {
  .sectionH1{
    font-size:1.5rem;
  }
  .am_title{
    font-size: 16px !important;
  }
  .am_content{
    font-size: 12px !important;
  }
  .hiw_title{
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .hiw_sub_title{
    font-size: 14px !important;
  }
  .plans_title{
    font-size: 18px !important; 
  }
}