.partners-wrapper{ margin-bottom: 30px; }
.partners-item{ height: 260px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 15px; margin-bottom: 20px; }
.partners-item:last-child{ margin-bottom: 0px;}
.partners-item-content{ position: absolute; bottom: 20px; left: 20px; max-width: calc(100% - 40px); background:rgb(44 66 92 / 75%); color: #fff; padding: 15px; border-radius: 6px;}
.partners-item-title{ font-weight: 700; font-size: 18px; margin-bottom: 10px;}
.partners-item-html{ font-size: 13px;}
.partners-item-html .weblink{ font-size: 12px; opacity: 0.7; margin-top: 15px; display: inline-block}
.partners-item-html .weblink:hover{ opacity: 1; text-decoration: underline}


@media only screen and (min-width: 768px) {

    .partners-wrapper{ display: flex; flex-wrap: wrap; justify-content: center;gap: 30px;}

    .partners-item:last-child{ margin-bottom: 30px;}
    .partners-item{ width: calc(50% - 15px); height: 300px;}

}



@media only screen and (min-width: 1024px) {


    .partners-item-title{  font-size: 24px; }
    .partners-item-html{ font-size: 16px;}
    .partners-item-html .weblink{ font-size: 14px;}


}
