.wp-block-video{
display: flex;
justify-content: center;
}
.blog{}
.blog .bricks-layout-wrapper[data-layout=grid]:not(.isotope){
grid-template-columns:none;
gap: 50px;
}
.blog .bricks-layout-item{
padding-right: 0;
}
.blog .content-wrapper [data-field-id="0"]{
order: 2; 
color:#ca9551;
font-size:20px;
line-height:28px;
}
.blog .content-wrapper [data-field-id="1"]{
order: 1;
}
.blog .content-wrapper [data-field-id="2"]{
order: 3;
font-size: 1rem;
}
.blog .content-wrapper [data-field-id="3"]{
display: none;
}
.brxe-container strong{
font-size: 24px;
}
@media (min-width: 1024px) {
.wp-block-video video{
max-width: 50%;
max-height: 600px;
}
}
@media (min-width: 768px) {
.blog .bricks-layout-wrapper[data-layout=grid]:not(.isotope){
grid-template-columns:repeat(3,minmax(0,1fr));
}
}i.fa {
margin-top: 9px;
// font-family: "Font Awesome 5 Brands";
font-weight: 400; 
}
.telegram-button {
background: #0088cc; right: 10px;
top: 120px;
}
.telegram-button:before,
.telegram-button:after {
border: 1px solid #0088cc; }
.whatsapp-button {
background: #25d366; right: 10px;
top: 190px;
}
.whatsapp-button:before,
.whatsapp-button:after {
border: 1px solid #25d366; }
.soc_btn {
position: fixed;
transform: translate(-50%, -50%);
border-radius: 50%;
width: 55px; height: 55px; color: #fff;
text-align: center;
line-height: 53px; font-size: 35px; z-index: 9999999;
}
.soc_btn a {
color: #fff;
}
.soc_btn:before,
.soc_btn:after {
content: " ";
display: block;
position: absolute;
border: 50%;
left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: animate 1.5s linear infinite;
opacity: 0;
backface-visibility: hidden;
}
.soc_btn:after {
animation-delay: .5s;
}
@keyframes animate {
0% {
transform: scale(0.5);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@media (max-width: 880px){
.telegram-button {
top: unset;
bottom: 183px;
right: 24px;
transform: scale(1.2);
}
.whatsapp-button {
top: unset;
bottom: 103px;
right: 24px;
transform: scale(1.2);
}
}