
.partner-boxes{
    margin-bottom: unset;
    display: flex;
    height: 100%;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: unset !important;
}
.partner-boxes{
    padding: 18px 0px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    /* margin-bottom: 1.5rem; */
    border: 2px solid transparent;
    text-align: center;
    font-size: 1rem;
    background: #3872E0;
    transition: 0.8s;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ba37f ', endColorstr='#e8e9e8',GradientType=0 );
}
.partner-boxes:focus{
    
}
.partner-boxes:hover{
    border: 2px solid #3872E0;
    background: none;
    color: #3872E0;
	/* transform: scale(1.09); */
}
.text-sz-1{
    font-weight: 400;
    font-style: normal;
    font-size: var(--e-global-typography-eb879c6-font-size);
    line-height: var(--e-global-typography-eb879c6-line-height);
}
@media only screen and (max-width: 768px){
    .text-sz-1{
        font-size: var(--e-global-typography-eb879c6-font-size);
        line-height: var(--e-global-typography-eb879c6-line-height);
    }
}
.text-black0{
    color: #000;
}
body{
    /*
    position: relative;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, var(--e-global-color-f642355) 0%, var(--e-global-color-03a391d) 100%) !important;
    */
}