.img-detail {
    display: flex;
    justify-content: center;
}
.about_banner .img_box {
    background-color: #edf2fa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    /* opacity: 0.5; */
    padding: 235px 0px 137px 0px;
    position: relative;
}

.background_overlay {
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(
        at bottom center,
        #fec854 20%,
        #ffffff00 64%
    );
    top: 0px;
    left: 0;
    position: absolute;
}

.background_overlay2 {
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(at top right, #1f5ed8 10%, #edf2fa 100%);
    top: 0;
    left: 0;
    position: absolute;
}

.page-info {
    margin-top: 70px;
}
.info {
    margin-top: 21px;
    font-family: "system-ui" !important;
}
.page-info a {
    color: #007bff;
    /* font-weight: 600; */
    text-decoration: underline;
}
.info h4 {
    font-size: 21px;
    font-family: "lora";
    font-weight: 700;
}
.page-info-sec {
    padding-bottom: 80px;
}
span.text-bold {
    font-weight: 700;
    font-size: 17px;
}
.cookie-policy-sec {
    padding-bottom: 120px;
}
li {
    text-decoration: dotted;
}
.this p {
    margin-left: 27px;
}
.close {
    background-color: transparent !important;
}
.about-it {
    display: flex;
    justify-content: space-around;
}
.camera {
    background-color: transparent;
    border: transparent;
}
.info .camera {
    color: black;
}
.block-this {
    display: block;
}
.camera:hover {
    color: black;
    background-color: #fff;
    border-color: black;
}
/* .info p {
    font-family: "system-ui";
    margin: 0px !important;
} */
.info p span {
    font-size: 16px !important;
    font-style: italic !important;
    line-height: 1.5;
}

.info p {
    margin: 0px !important;
    font-size: 16px !important;
    font-style: italic !important;
    line-height: 1.5;
}
.info.this span {
    display: block;
}
