.maps-container {
    background-color: #F5FAFF;
}

.ebooks-detail-container > h1 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    line-height: 73px;
    padding-top: 50px;
}

@media screen and (max-width: 820px) {
    .ebooks-detail-container > h1 {
        font-size: 28px;
        line-height: 37px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 21px
    }
}

.ebooks-detail-container > p, li {
    text-align: left;
    color: #3C3C3C;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
}

.__ebooks-detail_button-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.__ebooks-detail_button-wrapper > button {
    background: #189FE0;
    border-radius: 12px;
    padding: 8px 15px;
    border: none
}

.__ebooks-detail_button-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.__ebooks-detail_main-image {
    padding-top: 30px;
    padding-bottom: 70px
}

.__ebook-image-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Elementor: styling check icon */
.ebook-detail-wrapper > .elementor-widget-container > .elementor-image-box-wrapper {
    display: flex!important;
    align-items: center!important;
}