*
{
    margin: 0px;
    padding: 0px;
}

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

.card .card-body
{
    background-image: url('AG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 400px;
    height: 100vh;
}

/* Media query for screens smaller than 600px */
  @media (max-width: 600px)
    .card .card-body{
       max-width: 300px;
}
  @media (max-width: 400px)
    .card .card-body{
       max-width: 250px;
}

.sb-logo img
{
    max-width: 100%;
    
}

.mid-img img
{
    height: 150px;
    margin-top: 50px;
    width: 100%;
}

.card-info h3
{
    color: #bf1f1f;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 50px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.card-info ul
{
    list-style: none;
}

.card-info ul li
{
    margin-left: 30px;
    color: #000000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}

.details ul{
    margin-top: 40px;
}
.details ul li
{
    list-style-type: none;
    margin-left: 30px;
}

.details ul li i
{
    font-size: 15px;
    color: #fff;
    background-color: #bf1f1f;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.details ul li span
{
    font-size: 17px;
    margin-left: 18px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000000;
}

.card-buttons button:nth-child(1)
{
   margin: 10px 10px; 
}

.card-buttons
{
    margin-left: 25px;
}

.card-buttons button
{
    width: fit-content;
    padding: 3px 20px;
    color: #fff;
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #bf1f1f;
}

@media print{
    body *
    {
        visibility: hidden;
    }
    .item, .item *
    {
        visibility: visible;
    }
}

.icons 
{
    margin-left: 15px;
}

.icons i
{
    font-size: 20px;
    color: #fff;
    background-color: #bf1f1f;
    padding: 8px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}
