-webkit-box-decoration-break: clone;
box-decoration-break: clone;
.sec1 .ar0 h2 {
padding-right: 245px;
}
article h2{
width: 100%;
max-width: 518px;
}
.sec1 .ar0 h2 {
/* padding-right: 245px; */
}
@keyframes scale {
from {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
opacity: 0.75;
}
50% {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
opacity: 1.0;
}
to {
-webkit-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
opacity: 0.75;
}
}