.bg-green + .sec-action-v1,
.sec-block-v1 + .sec-action-v1{
  margin-top: 0;
}
.bg-green + .sec-action-v1::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 18.9rem;
  background: var(--green);
}
.sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1{
  overflow-x: clip;
}
.sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after{
  position: absolute;
  content: "";
  top: -37.4rem;
  right: -50rem;
  height: 100rem;
  width: 100rem;
  background: linear-gradient(180deg, rgba(0, 211, 161, 0.24) 0%, rgba(0, 211, 161, 0) 100%);
  border-radius: 50%;
  -webkit-filter: blur(35rem);
  filter: blur(35rem);
}
.action-v1{
  position: relative;
  z-index: 1;
  padding: 10.4rem;
  border-radius: 2.4rem;
}
.action-v1::after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 44.3rem;
  height: 25.7rem;
  background-image: url(../images/pattern-09.png);
  background-size: cover;
  background-position: center;
}
.action-v1 .h3{
  margin: 0 0 2.4rem;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after {
    top: -30rem;
    right: -40rem;
    height: 80rem;
    width: 80rem;
  }
  .bg-green + .sec-action-v1::before {
    height: 17.4rem;
  }
  .action-v1 {
    padding: 9.6rem;
  }
  .action-v1::after {
    width: 37.4rem;
    height: 21.7rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after {
    top: -30rem;
    right: -40rem;
    height: 80rem;
    width: 80rem;
  }
  .bg-green + .sec-action-v1::before {
    height: 16rem;
  }
  .action-v1 {
    padding: 8.8rem;
  }
  .action-v1::after {
    width: 37.4rem;
    height: 21.7rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after {
    top: -30rem;
    right: -40rem;
    height: 80rem;
    width: 80rem;
  }
  .bg-green + .sec-action-v1::before {
    height: 14.9rem;
  }
  .action-v1 {
    padding: 8rem;
  }
  .action-v1::after {
    width: 34rem;
    height: 19.7rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after {
    top: -26.2rem;
    right: -35rem;
    height: 70rem;
    width: 70rem;
  }
  .bg-green + .sec-action-v1::before {
    height: 14.9rem;
  }
  .action-v1 {
    padding: 8rem;
  }
  .action-v1::after {
    width: 34rem;
    height: 19.7rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after {
    top: -22.4rem;
    right: -30rem;
    height: 60rem;
    width: 60rem;
  }
  .bg-green + .sec-action-v1::before {
    height: 13.5rem;
  }
  .sec-action-v1 br{
    display: none;
  }
  .action-v1 {
    padding: 6.4rem;
  }
  .action-v1::after {
    width: 30.5rem;
    height: 17.7rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after{
    content: none;
  }
  .sec-action-v1 .subtitle{
    line-height: 1.4;
  }
  .action-v1 {
    text-align: center;
    padding: 6.4rem;
  }
  .sec-action-v1 br{
    display: none;
  }
}
@media(max-width:767.98px){
  .sec-action-v1{
    background: var(--black);
  }
  .bg-green + .sec-action-v1::before,
  .sec-block-v1:not(.bg-green,.bg-blue,.bg-light-blue) + .sec-action-v1::after{
    content: none;
  }
  .action-v1 {
    border-radius: 1.4rem;
    text-align: center;
    padding: 4.8rem 0;
  }
  .action-v1 br{
    display: none;
  }
  .sec-action-v1 .subtitle{
    line-height: 1.4;
  }
  .action-v1-btn .btn{
    min-width: 20rem;
  }
}