/*
Theme Name: Atelior
Template: hello-elementor 
Description: Child theme for Hello Elementor
Author: Atelior
Version: 1.0
*/

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.ribbon {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ff3b00;
  position: relative;
}

.h2ribbon {
  color: #fff;
}

.ribbon::after {
  content: "";
  position: absolute;
  top: 0;
}

.ribbon-left::after {
  right: 0px;
}

.ribbon-right::after {
  left: 0px;
}

.ribbon p:last-child {
  margin-bottom: 0;
}

selector::after {
  border-top: 95px solid transparent;
  border-bottom: 95px solid transparent;
  border-left: 65px solid #e5dbd9;
}

