.s-home {
    background-color: #102033;
    padding-top: 150px;
    padding-bottom: 100px;
}

.card {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    margin: 20px;
    max-width: 90%;
    display: block;
    padding: 15px 15px;
  }
  
  /* Add rounded corners to the top left and the top right corner of the image */
  img {
    border-radius: 5px 5px 0 0;
    display: block;
    margin: auto;
    max-width: 100%;
    margin-top: 10px;
  }

  .s-home .row h1{
    color: #fff;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 50px;
  }

  .s-home .row button{
    max-width: 100%;
    display: flex;
    justify-content:center;
    float: right;
  }

  .s-home h1{
    color: #fff;
    text-align: left;
    padding-bottom: 50px;

  }