@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.main_container {
    max-width: 780px;
    margin:0px auto;
}

.main_container h1 {
    font-size: 28px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 10px 20px;
    width: fit-content;
    margin: auto;
    border: 1px solid #2b2f322e;
    background-color: #162f5a;
    color: white;
}


.header_img {
    max-width: 780px;
    margin: auto;
}

.header_img img {
    width: 100%;
}

.box h3{
font-size: 18px;
font-weight: 700;
font-family: "Poppins", sans-serif;
border: 0px solid #2b2f322e;
background-color: #162f5a;
color: white;
padding: 7px 10px;
text-align: center;
}

h2.text-center.mt-5 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.table-responsive {
    font-family: "Poppins", sans-serif;
    border-collapse: collapse;
    width: 100%;
    /* padding: 20px 20px;
    border: 1px solid #2b2f322e; */
    margin: 5px 0px;

}

.table-responsive table {
    border: 2px solid black;
}

.table-responsive table th{
    font-size: 14px;
}

.table-responsive table td{
    font-size: 14px;
}

/* .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
} */

.table-bordered>:not(caption)>*>* {
    border-width: 2px !important;
}

#customers td,
#customers th {
    border: 2px solid black;
    padding: 12px;
}

.table-responsive .table>:not(:last-child)>:last-child>* {
    border: 2px solid black;
}

/* .company_description {
  max-width: 700px;
} */

.company_description span {
    color: #00000069;
        color: black;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    margin-top: 40px;
    margin-bottom:10px;
    font-family: "Poppins", sans-serif;
}
.main_container p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    word-break: break-all;
}

.main_container li {
    font-family: "Poppins", sans-serif;
    word-break: break-all;
    font-size: 13px;
}

.company_description strong {
    margin-right: 5px;
}