.pricetitle {
  padding: 10px 0 60px
}
.tag {
  max-width: 60%;
  margin: auto;
  display: block
}
.tag, h1 {
  text-align: center
}
.pricetitle h1 {
  font-size: 40px;
  margin-bottom: 20px
}
.grid_hs {
  max-width: 90%;
  margin: auto
}

* {
  box-sizing: border-box
}
.grid_hs:after {
  content: "";
  display: block;
  clear: both
}
.grid_hs_item, .grid_sizer {
  width: calc(50% - 20px)
}
@media (max-width:1024px) {
  .grid_hs_item, .grid_sizer {
    width: calc(50% - 20px)
  }
}
@media (max-width:700px) {
  .grid_hs_item, .grid_sizer {
    width: 100%
  }
}
.ce__content_inner {
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 20px
}
.ce__image {
  display: flex;
  width: 100%;
  height: 250px
}
.ce__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.ce__logo {
  position: relative
}
.ce__logo .ce__logo_inner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  position: absolute;
  top: -50px;
  left: 30px;
  object-fit: contain;
  padding: 15px
}
.ce__logo .ce__logo_inner img {
  width: 100%;
  height: 100%;
  object-fit: contain
}
.ce__content {
  padding: 65px 30px 30px
}
.ce__content_p {
  padding: 20px 0 0;
  min-height: 115px
}
.ce__content_a a {
  background-image: url(../img/right-red-arrow.png);
  background-size: 15px;
  padding-right: 20px;
  display: inline-flex;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 800
}

.wrapper {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: #9f9f9f;
            font-size: 15px;
        }
        

	
.wrapper .package {
            box-sizing: border-box;
            width: calc(25% - 11px);
            height: auto;
            border: 3px solid #e8e8e8;
            border-radius: 7px;
            display: inline-block;
            padding: 24px 14px;
            text-align: center;
            float: left;
            -webkit-transition: margin-top 0.5s linear;
            transition: margin-top 0.5s linear;
            position: relative;
            margin-right: 11px;
        }
@media (max-width: 767px)
{
.wrapper .package {
            box-sizing: border-box;
            width: 90%;
            height: auto;
            border: 3px solid #e8e8e8;
            border-radius: 7px;
            display: inline-block;
            padding: 24px;
            text-align: center;
            float: left;
            -webkit-transition: margin-top 0.5s linear;
            transition: margin-top 0.5s linear;
            position: relative;
            margin:4% 5%;	
}
}
        
.wrapper .package:hover {
            margin-top: -30px;
            -webkit-transition: margin-top 0.3s linear;
            transition: margin-top 0.3s linear;
        }
        
.wrapper .name {
            color: #565656;
            font-weight: 600;
            font-size: 2.5rem;
            margin-top: -5px;
			margin-bottom: 20px;
        }
        
.wrapper .price {
            margin-top: 7px;
            font-weight: bold;
			color: #FF9E00;
			font-size: 1.8rem;
        }
        
.wrapper .price::after {
            content: "";
            font-weight: normal;
        }
        
.wrapper hr {
            background-color: #dedede;
            border: none;
            height: 1px;
        }
        
.wrapper .trial {
            font-size: 1.3rem;
            font-weight: 600;
            padding: 2px 21px 2px 21px;
            color: #0074e8;
            border: 1px solid #e4e4e4;
            display: inline-block;
            border-radius: 15px;
            background-color: white;
            position: relative;
            bottom: -20px;
        }
        
.wrapper ul {
            list-style: none;
            padding: 0;
            text-align: left;
            margin-top: 29px;
        }
        
.wrapper li {
            margin-bottom: 15px;
        }
        
.wrapper .checkIcon {
            font-family: "FontAwesome";
            content: "\f00c";
        }
        
        .wrapper li::before {
            font-family: "FontAwesome";
            content: "\f00c";
            font-size: 1.3rem;
            color: #0074e8;
            margin-right: 3px;
        }
        .wrapper li.closen::before {
            font-family: "FontAwesome";
            content: "\f00d";
            color: #FF0004;
        }
.wrapper .brilliant {
            border-color: #0074e8;
        }
        /* Triangle */
        
.wrapper .brilliant::before {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 64px 64px 0 0;
            border-color: #0074e8 transparent transparent transparent;
            position: absolute;
            left: 0;
            top: 0;
            content: "";
        }
        
.wrapper .brilliant::after {
            font-family: "FontAwesome";
            content: "\f00c";
            color: white;
            position: absolute;
            left: 9px;
            top: 6px;
            text-shadow: 0 0 2px #0074e8;
            font-size: 1.4rem;
        }