


#mainbox{
    display: grid;
    grid-template-columns: 20% 79%;
    height: auto;
    /* border: 1px solid red; */
   
}

#sidebar{
  /* width: 25%;  */
  margin-top: 8%;
  margin-left: 25%;
 
}

#vconatainer{
    /* width:75%; */
    height: auto;
    margin-right: 5%;
  
}

#vp1{
    font-family: Trade Gothic W01 Light,Arial,sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px;
    line-height: 1.3125rem;
    color: #333;
    margin: 1.25rem 0;
    font-weight: 400;
   
}

#vp1+hr {
    margin-bottom: 15px;
    
}

#vbox1>img{
    width:100%;
    margin-bottom: 20px;

}

#vbox2>img{
    width:100%;
    margin-bottom: 20px;
    cursor: pointer;

}

#vbox3{
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    cursor: pointer;
    margin-bottom: 20px;
}

#vbox3>img{
    width:30%;

}

#vbox4>img{
    width: 100%;
    margin: auto;
}

#vbox5{
    width:100%;
    height: auto;
    background-color:#fabecc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    padding-top:2%;
    padding-bottom: 2%;
    
}

.vbox6{
  width:20%;
  height: 50px;
  font-family: "Trade Gothic W01 Regular", Arial, sans-serif;
    font-size: 14px;
  background-color: #ffff;
  display: flex;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    margin-top:20px;
    margin-bottom: 15px;
    cursor: pointer;
}

#vp2{
    font-family: Trade Gothic W01 Light,Arial,sans-serif;
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 5%;
}

#vp3{
    font-family: Trade Gothic W01 Light,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem;
    color: #666;
    line-height: 24px;
    line-height: 1.5rem;
    font-size: 1rem;
    line-height: 1.75;
    /* margin-top: 3%; */
    margin-bottom: 10%;
}

#vconatainer>#vp1{
    font-family: Trade Gothic W01 Light,Arial,sans-serif;
    font-size: 30px;
    /* font-size: 1.3125rem; */
    line-height: 21px;
    /* line-height: 1.3125rem; */
    color: #333;
    /* margin: 1.25rem 0; */
    font-weight: 400;
}


