#SupportedBy
{
    height: 100vh;
}

@media only screen and (max-width: 800px) {

    #SupportedBy
    {
        height: auto;
    }
}

.supportedby
{
    margin-top: 30px;
}

.PartnershipBox
{
    border: 4px solid #F0E9E0;
    border-radius: 35px;
    height: 140px;
    width: 120px;
}

.Partnership:hover
{
    cursor: pointer;
}

.PartnershipBox .PartnershipImage
{
    width: 140px;
    height: 140px;
    background-size: cover;
    z-index: -99;
    border-radius: 35px;
}

.Partnership
{
    width: 130px;
    max-width: 130px;
    min-width: 130px;
    padding: 0px;
    margin: 5px;
    display: inline-block; 
    margin: 0px 15px;
}

.Partnership .line
{
    border: 1px solid #989898;
    margin: 5px;
}

.Partnership .row
{
    padding: 5px;
    font-size: 12px;
    text-align: center;
    color: #989898;
}

.PartnerShips
{
    height: 280px;
    width: 100%;
    overflow: hidden;
    margin: 0px;
}

.PartnerShips .SliderArrow
{
    color: #F0E9E0;
    margin-top: 30px;
    margin-right: 30px;
}

#PartnersSlider
{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width:100%;
    height: 250px;
}

#Support
{
    width: 100%;
    padding-left: 15px;
}

#Support [class*=col]
{
    width: auto !important;
}

/* width */
#PartnersSlider::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}

/* Track */
#PartnersSlider::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
#PartnersSlider::-webkit-scrollbar-thumb {
  background: #F77014; 
}

/* Handle on hover */
#PartnersSlider::-webkit-scrollbar-thumb:hover {
  background: #555; 
}