.calender_tab_content{
    width: 20px;
}
.hero_contained{
    min-height: 300px;
    background-image: url("../img/contact/Rectangle\ 470.png") !important;
    background-position: top;
    background-size: 100vw;
    background-repeat: no-repeat;
}
.calender_content{
    margin-left: 1%;
}
.calender_border{
    border-left: 6px solid #B60000;

    display: flex;
    justify-content: stretch;

}
.calender_image{
    width: 3%;
    

}
.calender_align{
    display: flex;
    margin-left: 20px;
    color: #B60000;
}

@media screen and (max-width: 600px){
    .calender_image{width: 8%;}
    .calender_content{margin-left: 6%;}

}
