.panel {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}

.panel-m {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 480px) {
  .panel-m {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
}



.line-container {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: 0.3s;
}

.btn:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
}

#rec2196768051 .t410 .t-beforeafter__slider {
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

#rec2194847751 .t410 .t-beforeafter__slider {
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}




