.bt-about-section { .about-right { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; .about-box-small { max-width: 50%; width: 100%; flex: 0 0 50%; padding: 15px; @include media(mobile) { max-width: 100%; flex: 0 0 100%; } h4 { font-size: 18px; font-weight: bold; text-transform: capitalize; margin-top: 16px; a { color: $color_black; @include transition(all .3s); &:hover { text-decoration: none; @extend %color-primary; } } } } } }