.custom_feature_block img {
  border-radius: 50%; }

.custom_feature_block {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d7d7d7; }

.custom_feature_block {
  margin-bottom: 30px; }

/* Scrollbar Styling */
.popup_inner::-webkit-scrollbar {
  width: 10px; }

.popup_inner::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.popup_inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; }

.popup_inner {
  max-height: 87%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .custom_feature_block {
    margin-bottom: 20px; }

  .form {
    padding: 15px 30px !important; }

  .popup_inner {
    max-height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5vh !important; } }
div#featureBlocks img {
  width: 100%; }

.anchor_tag {
  display: flex;
  justify-content: center;
  align-items: center; }

.anchor_tag i {
  width: 45px;
  height: 45px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
