.wpcf7-spinner {
    width: 24px !important;
    height: 24px !important;
}


.b2__top svg{
    transform: rotate(180deg);
    transition: 0.4s;
}
.b2__top.open svg{
    transform: rotate(0deg);
}