/**********  Section 1  **********/
.section-1 {
    background-color: #ed524f;
}

.hero {
    padding-top: 5px;
}

.hero_title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 500;
    justify-content: center;
}

/**********  Section 2  **********/
.section-2 {
    margin-top: -200px;
    margin-bottom: 100px;
}

.card-anc {
    display: flex;
    justify-content: center;
}

.card-anc__container {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    max-width: 320px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-anc__container:hover {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}

.card-anc__logo-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    padding-top: 100px;
}

.card-anc__logo-container img {
    width: 200px;
    max-width: 83%;
    margin-bottom: 30px;
}

.card-anc__content-container {
    height: 110px;
    background-color: #ed524f;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.card-anc__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: white;
}


.card-anc__content-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    opacity: .55;
    margin-bottom: 0;
}

.card-anc__content-price {
    font-size: 28px;
    font-weight: 600;
    color: white;
}


/**********  Section 3  **********/
.section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F4E7E7;
}

/**********  Things New  **********/
.card-anc {
    flex-direction: column;
    align-items: center;
}

li.tik-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

li.tik-icon::before {
    content: "";
    margin-right: 10px;
    background-image: url("/wp-content/themes/woodmart-child/home/assets/tick-red.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    display: inline-block;
    height: 20px;
    width: 20px;
}

ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.nobullet li {
    margin-bottom: 10px;
}

.card-info__container {
    margin-top: 25px;
    border-radius: 15px;
    background-color: #F4E7E7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 320px;
    width: 100%;
}

.card-info__container li {
    font-weight: 700;
    color: #ed524f;
}

.card-info__content-container {
    padding: 20px;
}

.card-info__button {
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    background-color: #ed524f;
    border: none;
    color: white;
    font-weight: 700;
    padding: 9px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.card-info__button:hover {
    color: #e0e0e0;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
