
/*--------------------------------------------------------------------
  Intro
--------------------------------------------------------------------*/

.intro {
	background-color:#ff0126;
}
.intro:after {
  background-image: url(../img/arc-bottom.png);
}

.head-2 {
  color:#ff0126;
}


#card-home {
  width:60%;
  position: relative;
  overflow: visible;
}
#card-home::after {
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 10px #3cb769;
	bottom: -9px;
	content:"";
	display:block;
	height:0;
	left:45%;
	margin-left:-4px;
	position: absolute;
	width:0;
}
#card-home>.card-body {
  border-radius: 0.5rem;
}
/*
@media (min-width: 768px) {
  #card-home {
    width: 30%;
    margin-left: 10%;
  }
  #card-home::after {
    left:50%;
  }
}
*/


@media (min-width: 576px) {
  #card-home {
    width: 50%;
    margin-left: 0%;
  }
  #card-home::after {
    left:50%;
  }
}

@media (min-width: 768px) {
  #card-home {
    width: 40%;
    margin-left: 5%;
  }
}

@media (min-width: 992px) {
  #card-home {
    width: 30%;
    margin-left: 10%;
  }
}

@media (min-width: 1200px) {
}
