.anthropic-banner-logos{
    display: flex;
    align-items: center;
    width: 30%;
}
.anthropic-logo-wrapper {
    width: 45%;
}
.anthropic-banner-logos .pbt-logo-wp{
    width: 43%;
}
.anthropic-banner{
    background: url("/images/anthropic/anthropic-banner-bg.png");
    background-size: cover;
}
.anthropic-banner .partner2-hero-cta .btn{
    background-color: transparent;
    border: 1px solid #C3C6D1;
    border-radius: 12px;
    color: #001E40;
    text-transform: unset;
}
.anthropic-banner .partner2-hero-cta .btn:hover{
    background-color: #001E40;
    color: #fff;
}
@media screen and (min-width: 2500px){

}
@media (min-width: 2000px) and (max-width: 2499px) {
}

@media (min-width: 1600px) and (max-width: 2000px) {
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* ipad-pro */
}

@media (min-width: 769px) and (max-width: 991px) {
    /* ipad-air */
}
@media (min-width: 569px) and (max-width: 768px){
    /* ipad-mini */
}
 
@media (min-width: 320px) and (max-width: 568px){
/* mobile devices */
}