@media (max-width: 991.90px) {
    .main-sidebar .widget-sidebar.widget-twitter {
      padding-right: 0;
    }
    .main-sidebar .widget-sidebar.widget-twitter img {
      width: 100%;
    }
  }
  
  .main-sidebar .widget-sidebar {
    background-color: #f1f1f1;
    padding: 23px 10px 12px 15px;
    margin-bottom: 25px;
    position: relative;
  }
  
  .main-sidebar .widget-sidebar:last-child {
    margin-bottom: 0;
  }
  
  .main-sidebar .widget-sidebar::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f36f21;
  }
  
  .main-sidebar .widget-sidebar img {
    max-width: 100%;
  }
  
  .main-sidebar .section-title {
    margin-bottom: 3px;
    text-align: center;
  }
  
  .main-sidebar .section-title h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
  }
  
  .main-sidebar .section-title h4 span {
    color: #fff;
    background-color: #f36f21;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .main-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .main-sidebar ul li {
    border-bottom: 1px solid #f36f21;
    padding-bottom: 8px;
    padding-top: 10px;
  }
  
  .main-sidebar ul li:last-child {
    border-bottom: none;
  }
  
  .main-sidebar ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #1d1d1d;
    display: flex;
    align-items: center;
  }
  
  .main-sidebar ul li a i {
    font-size: 19px;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
  }
  
  .main-sidebar ul li a:hover {
    color: #f36f21;
    text-decoration: none;
  }
  
  .main-sidebar ul li a:hover span {
    text-decoration: underline;
  }
  
  .main-sidebar ul li a strong {
    font-weight: 500;
  }
  
  .main-sidebar .widget-twitter::before {
    background-color: #00b0cf;
  }
  
  