.body {
    background: var(--BG, #EEE);
}
.info-page-card {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 30px;
    background: var(--White-text, #F6F7F9);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.info-page-card h1 {
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    margin-top: 0;
    margin-bottom: 0;
}
.page_information {
    margin-top: 50px;
}
.info-content-body h3 {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; 
    margin: 0;
    margin-bottom: 10px;
}

.info-content-body hr {
    height: 2px;
    align-self: stretch;
    border-radius: 50px;
    background: var(--Footer-text, #8A8C8D);
}

.info-content-body ul {
    list-style: none;
    padding-left: 0;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
    margin-bottom: 10px;
}

.info-content-body ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}

.info-content-body ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #000;
    font-weight: bold;
}
.site-container .container {
    margin-bottom: 70px;
}
.site-container {
    padding: 0;
}
.col-sm-12 {
    margin-bottom: 70px;
}
.info-content-body p {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
    margin: 0;

}
@media screen and (max-width: 1300px) {
    .container_page_information {
        width: calc(100% - 40px);
    }
    .container_page_information .breadcrumb-custom {
        padding: 90px 0 0 0;
    }
}
@media (min-width: 1280px) and (max-width: 1299px) {
	.container_page_information .breadcrumb-custom {
		padding: 80px 0 0 0;
	}
}
@media screen and (min-width: 740px) and (max-width: 900px) {
    .container_page_information .col-sm-12 {
}
}
@media screen and (max-width: 739px) {
    .col-sm-12 {
}
.container_page_information .col-sm-12 {
    margin-bottom: 50px;
}
.page_information {
    margin-bottom: 50px;
}
.info-page-card h1 {
    font-size: 20px;
    text-align: left;
}
.container_page_information {
    width: calc(100% - 20px);
}
}
