﻿.bottom-arrow 
{
     background-color: #f5f5f5;/*#d7daea;/*#3a4a97;/*#6A0136;*/
      border-bottom: 5px solid #f5f5f5;/*#d7daea;/*#3a4a97;*/
}

.bottom-arrow:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #f5f5f5;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.bottom-arrow  h2
{
    color:#7C2011;text-align:center;padding-top:30px;padding-bottom:30px;font-weight:700;
}

