.bg-section {
      padding: 50px 20px;
     background: linear-gradient(90deg, rgb(32, 30, 30) 0%, rgba(227,3,3,0.865983893557423) 100%, rgba(10,10,10,1) 100%);
    }

    .btn-custom {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 18px;
      margin: 5px;
      color: white;
      font-size: 16px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      width: 160px;
      text-align: center;
      border: none;
    }

    .btn-call {
      background-color: #428bca;
    }

    .side-img img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    @media (max-width: 768px) {
      .text-section {
        text-align: center;
      }

      .btn-section {
        flex-direction: column;
        align-items: center;
      }
    }