.placeCol{
    flex: 1 1 33%;
    margin-bottom: 20px;
}
.placeCol:nth-child(3n+2){
    flex: 1 1 49%;
}
.placeCol:nth-child(3n+1){
    flex: 1 1 32%;
}
.rightBoxaccent img{
    border-radius: 1rem;
}
.contentBox{
    display: flex;
    background-color: #84eca725;
    /* width: fit-content; */
    padding: 1.5rem;
    border-radius: 0.5rem;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.view-all:hover {
    color: var(--primary);
  }
.contentBox *{
    text-align: center;
    font-weight: 300;   
}
.contentBox span{
    display: block;
    font-weight: 700;
}

.checkDefault{
    margin-bottom: 0;
}

@media only screen and (min-width: 1000px) and (orientation: landscape) and (min-height: 600px) and (max-height: 900px) {
.leftBoxaccent p.subheading {
    --FMultiplier: 0.7;
}
}

@media (max-width: 576px){
    .placeCol{
      flex: 1 0 100%;
    }
    main{
        --FMultiplier: 0.7;
    }
  }


