
.intro{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.intro h2{
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0px;
}
@media(max-width: 600px){
  .intro h2{
    font-size: 2em;
  }
}
.intro p{
  font-size: 15px;
  margin-bottom: 10px;
}
@media(max-width: 600px){
  .intro p{
    font-size: 10px;
  }
}
@media(max-width: 600px){
  .intro h1{
    font-size: 15px;
  }
}

button:focus, input:focus, textarea:focus{
outline: 0;
}

.wrapper{
padding: 80px 0;
display: flex;
border-bottom: 2px solid rgb(72, 35, 0);
}
.wrapper p{
  color: #cd1B17;
  font-weight: 500;
  font-size: 24px;
}
.wrapper h2{
  font-weight: 700;
  font-size: 40px;
  margin-top: 5px;
}
.wrapper .price_item{
  border: 1px solid rgb(93, 56, 2);
  margin-top: 60px;
}
.container{

  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;

  

}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}
.col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
    flex: 0 0  30%;
    max-width: 80%;
    margin: 10px;
}
col{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.text_center{
  text-align: center;
  margin-bottom: 50px;
}

.wrapper .price_item h3{
font-size: 36px;
font-weight: 700;
color: #ffffff;
padding: 13px 10px;
text-align: center;
}
.bg1{
  background: #ad0000;
}
.wrapper .price_item p{
  font-weight: 500;
  font-size: 29px;
  line-height: 32px;
  color: #000000;
  padding: 36px 0;
  text-align: center;
}
.wrapper .price_item .price_content{
  padding: 20px;
  height: 500px;
}
.wrapper .price_item .price_content ul{
  list-style: none;
}
.wrapper .price_item .price_content ul li{
  margin: 10px 0;
}
.wrapper .price_item .price_content ul li span{
  font-weight: 600;
}
.wrapper .price_item .price_content a{
  width: 186px;
  height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #38000B;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  border: 2px solid #38000B;
  margin-top: 40px;
}
.wrapper .price_item .price_content a:hover{
  opacity: 0.7;
  transition: 0.4s all ease-in-out;
}
.bg2{
  background: #d39400;
}
.bg3{
  background: rgb(0, 75, 15);
}

.wrapper .price_item2{
  border: 1px solid #023e76 !important;
  position: relative;
  
}
.wrapper .price_item2 a{
  border: 2px solid #023e76 !important;
}
.wrapper .price_item2 .shape{
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  background: #e60606;
  padding: 0px 10px;
  position: absolute;
  top:-33px;
  left: 50%;
  transform: translateX(-50%);
  
}

.wrapper .price_item3 a{
  border: 2px solid rgb(0, 75, 15) !important;
}
.wrapper .price_item3{
  border: 1px solid rgb(0, 75, 15) !important;
}

/*Extra large devices (large deskts, 1200px and up*/
@media (max-width: 1399px){

}
@media (min-width: 1400px){
  
}
@media (min-width: 1200px){
  
}
@media (max-width: 1199px){
  
}
@media (max-width: 991px){
.col_3 {
  -ms-flex: 0 0  50%;
    flex: 0 0  50%;
    max-width: 50%;
}
  
  
}
/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767px){
  .col_3 {
  -ms-flex: 0 0  68%;
    flex: 0 0  68%;
    max-width: 68%;
}
  .justify_center{
    justify-content: center;
  }
}
/*Small devices (landscape phones, 575px and down*/
@media (max-width: 575px){
   .col_3 {
  -ms-flex: 0 0  100%;
    flex: 0 0  100%;
    max-width: 80%;
}
}