.section_6
{
    width: 80%;
    margin: auto;
    /* padding-top: 80px;
    padding-bottom: 50px; */
}

.section_6_Container
{
    margin-top: 5%;
    /* display: flex;
    justify-content: space-between; */
    
}
.section_6_Containerbox
{
  /* flex-basis: 48%; */
  /* padding: 30px 2px;  */
  text-align: center;
}
/* .section_6 .section_6_Container .section_6_Container1 h2
{
  padding: 15px 0 25px;
  color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
} */
.section_6_mainContainer
{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.section_6_mainContainer .section_6_mainContainer_Box
{
  flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    /* background: #fff3f3; */
    padding: 13%;
    cursor: pointer;
    display: flex;
}
.section_6_mainContainer_BoxContent
{
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.section_6_mainContainer_BoxContent
{
  text-align: center;
}


@media(max-width: 700px)
{
     

}