.customfl{
    /* display: grid;
    grid-template-columns: 60%  30%;
    margin-top:4rem ; */

background-color: #F5F7FA;

}

.customw{
  font-size: 3em;
  margin-top: 8rem;
}

  
.customw1{
  height: 100px;
  width: 110px;
   margin-left: 5rem; 
}
.customg1{
  /* display: grid;
  grid-template-columns: 50% 50%; */
}
.custombc{
  background-color: #F5F7FA;
 
}
.customn{
  background-color: white;
}

@media (max-width: 600px) {
 .customw{
    font-size: 38px;
    margin-top: 3rem;
    
  }
 
}

/* @media (max-width: 600px){
.customfl{
  height: fit-content;
  display: grid;
  grid-template-columns: auto auto;
}
} */
.customg2{
    /* display: grid;
  grid-template-columns: 40% 60%; */
}
.customls{
  background-color: #263238;
}

.customsz{
  margin-top: -5rem;
   background-color: antiquewhite;
    max-width: 16rem;
     margin-left: 4rem;
      height: fit-content;
}

@media (max-width:600px) {

.customsz{
  margin-top: -5rem;
   background-color: antiquewhite;
    max-width: 13rem;
     margin-left: 2rem;
      height: fit-content;
}

}

.customtwo{
  height: fit-content;
  max-width: 22rem;
}

@media (max-width:600px){
.customtwo{
  height: fit-content;
  max-width: 17rem;


}