.text-title {
  color: #222;
  margin: 40px 0 20px;
  text-align: center;
  color: #ff6600;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
}

.text-title span {
  color: #000;
  display: block;
  font-size: 25px;
}


.craft{
  font-size:16px;
}

.craft h2 {
  line-height: 1.5em;
}

.grid-1 {
  display: flex;
  justify-content: center;
  margin: 0px 0 2em;
  flex-wrap: wrap;
}
  .grid-1 .item {
  width: 100%;
  border: 3px solid #ff6600;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  flex-grow: unset;
}

.grid-1 .item span {
  color: #ff6600;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  padding: 0px 0 20px;
}

.item span.text-red {
  color: #ff2e2e;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
}

.text-red{
  color: #ff2e2e;
}

.text-black{
  color:#000;
}

.item .col span.text-black{
  font-size: 25px;
  font-weight: bold;
  color:#000;
  padding-bottom: 0;
}

.grid-1 .item p {
  color: #000;
  font-size: 1em;
}


.course-flow {
  display: flex;
  justify-content: center;
  margin: 2em -50px !important;
  flex-wrap: wrap;
  box-sizing: border-box;
}



.course-flow .item {
  border: 3px solid #ff6600;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 47%;
  position: relative;
  flex: unset;
}

.course-flow .item  p{
  color:#000
}

.sec1 ul{
  padding:0;
}

.grid-2{
  display:flex;
  justify-content:space-between;
  gap:2em;
}

.craft table th, .craft table tr{
  text-align:center;
}

.table {
  border: 1px solid rgba(0,0,0,.1);
  background: #fff;
  margin: 0 0 50px;
}

.table thead th {
  background: #ebebeb;
  text-align: center;
  color: #000;
}

.table tbody tr td {
border: 1px solid rgba(0,0,0,.1);

}

.table tbody tr td:first-child{
  vertical-align: middle;
}

.table > thead > tr > th{
border-bottom:none;
}



@media only screen and (max-width: 1300px){
  .course-flow{
    margin:20px 0 !important;
  }
}
@media only screen and (max-width: 768px){
.course-flow .item{
  width: 100%;
}

.item .col span.text-black, .item .col span:first-child {
  font-size: 20px;
}

.sec1 .course-flow .item p{
  font-size:16px;
}

.text-title{
  font-size: 30px;
}


}


/*with flag*/
.craft.with-flag table.table{
  margin-bottom:20px
}
.craft.with-flag table.table img {
border: 1px solid #000;
padding: 5px;
width: 78px;
height:78px;
object-fit:cover;
}

.craft.with-flag .table tbody tr td {
vertical-align:bottom;
}

.craft.with-flag .table tbody tr td:first-child {
  vertical-align:middle;
  }

.craft.with-flag table.table small {
display:block;
font-weight:bold;
}

.craft.with-flag .sec1 .course-flow .item.no-arrow:nth-child(odd)::after, .craft.with-flag .sec1 .course-flow .item.no-arrow:nth-child(even)::after{
display:none !important;
}

@media only screen and (max-width: 991px) {
  .craft.with-flag table.table img {
width: 60px;
height:60px
}
}

@media only screen and (max-width: 500px) {
  .craft.with-flag table.table small {
font-size: 11px;
}


}