/*Layouts css goes here*/

img {
    border-style: none;
    padding: 5px;

}

.btn-group-sm > .btn, .btn.btn-sm {
    padding: 20px;
  text-align: center;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
      background: #e68d20;
    border-color: #e68d20;
  margin-left: 50px;
}

.btn-group-lg > .btn, .btn.btn-lg {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 1.3333333;
    background: #e68d20;
    border-color: #e68d20;
}