/* .section-header__title {
    font-size: 1.575rem;
} */

.section-header__title_small {
    font-size: 1.275rem;
}

.card-radius-20 {
    border-radius: 20px;
    background-color: #833C0B0D;
}

.card-radius-20-pink {
    background-color: #FF006608;
    border-radius: 20px;
}

.item-radius-22 {
    border-radius: 22px;
}

.justify-content-center {
    justify-content: center;
}

.align-items-start {
    align-items: flex-start;
}

.pl-20 {
    padding-left: 20px;
}

.font-size-32 {
    font-size: 2rem;
}

.font-size-24 {
    font-size: 1.5rem;
}

.font-size-20 {
    font-size: 1.3rem;
}

.flex-lg {
    display: block;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-16 {
    margin-bottom: 16px;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.text-dark-primary {
    color: #231F20;
}

.text-white {
    color: #ffffff;
}

.btn-outline-gray {
    border-radius: 50px;
    border: solid #EBEBEB 1px;
    padding: 12px 20px;
    line-height: 1;
}

.btn-dark-brown {
    width: 190px;
    background-color: #833C0B;
    border-radius: 50px;
    color: white;
    padding: 6px;
}

.btn-dark-pink {
    width: 198px;
    background-color: #FF0066;
    border-radius: 50px;
    color: white;
    padding: 6px;
}

.bg-orange-linear {
    background: linear-gradient(180deg, #EF4B25 0%, #EE7A23 100%);
}

.section-header__title strong {
    display: block;
}

.new-line {
    display: block;
}

.img-teamwork-md {
    display: none;
}

.text-lowercase {
    text-transform: lowercase;
}

.header-about-wownut {
    display: flex;
    justify-content: center;
}

.page-section-product-gi {
    background-image: url("../img/orange-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 48px;
    display: flex;
}

.page-section-product-gi h2 {
    line-height: 1.2;
}

.row-no-gutters-img {
    left: -14px;
    margin-top: 30px;
}

.product-gi-md {
    display: none;
}

.wownut-menu {
    width: 126px;
    border-radius: 22px;
    background-color: #fff;
    height: 44px;
    display: flex;
    margin-left: auto;
    margin-right: -20px;
    position: relative;
    justify-content: center;
}

.btn-menu-outline {
    border: solid 1px #fff;
    width: 97px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    height: 30px;
    align-items: center;
    margin-right: 15px;
}

.page-section-gi-warantee {
    background-image: url("../img/gi-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    display: flex;
}

.page-section-gi-warantee h2 {
    line-height: 1.2;
}

.card-outline-white {
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 16px;
}

.check-list {
    min-width: 20px;
    max-width: 20px;
    max-height: 16px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.check-list-content {
    align-items: baseline;
}

.page-section-about p {
	line-height: 1.5;
}

.py-8 {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

@media (max-width: 460px) {
    .page-section-about,
    .page-section-product-gi {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-section-gi-warantee {
        padding: 90px 16px;
    }

    .page-section-gi-warantee h2 br {
        display: none;
    }

    .page-section-tiger-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 395px) {
    /* .section-header__title {
        font-size: 1.375rem;
    } */

    .section-header__title_small {
        font-size: 1.175rem;
    }
}

@media (max-width: 920px) {
    .page-section-about br {
        display: none;
    }
}

@media (max-width: 1023px) {
    .wownut-menu {
        margin-right: 8px;
        width: 98px;
        height: 30px;
    }

    .wownut-menu img {
        width: 67px;
    }

    .img-sm-center {
        margin: auto;
    }
}

@media (min-width: 768px) {
    .section-header__title {
        font-size: 2.7rem;
    }
}

@media (min-width: 992px) {
    .section-header__title {
        font-size: 3rem;
    }

    .section-header__title_small {
        font-size: 1.565rem;
    }
}

@media (min-width: 1024px) {
    .lg\:rounded-full {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .site-nav .menu-item > a {
        opacity: 1;
    }

    .card-outline-white {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .section-content-intro__detail {
        max-width: 398px;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-none {
        display: none;
    }

    .flex-lg {
        display: flex;
    }

    .section-header__title strong,
    .new-line {
        display: inline-block;
    }

    .teamwork-content-lg {
        display: flex;
        flex-direction: column;
        align-self: center;
        order: 0;
    }

    .card-body-661 {
        min-height: 661px;
    }

    .header-about-wownut span {
        padding-left: 20px;
    }

    .card-outline-white {
        padding: 0 85px;
    }

}

@media (min-width: 1300px) {
    .container.container-xxl {
        width: 1280px;
    }
}

@media (max-width: 1199px) {
    .section-content-intro__detail br {
        display: none;
    }

    .img-teamwork {
        order: 0;
    }

    .teamwork-content-lg h2,
    .teamwork-content-lg p {
        text-align: center;
    }

    .img-teamwork-md {
        display: block;
    }

    .img-teamwork-lg,
    .product-gi-lg {
        display: none;
    }

    .font-size-32 {
        font-size: 1.5rem;
    }

    .header-about-wownut {
        display: flex;
        flex-direction: column;
    }

    .header-about-wownut span {
       margin: auto;
       padding-top: 15px;
    }

    .page-section-product-gi {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .row-no-gutters-img {
        left: 0;
    }

    .row-no-gutters-img img,
    .img-sm-center {
        margin: auto;
    }

    .product-gi-md {
        display: block;
    }

    .page-section-gi-warantee h2 {
        padding-top: 40px;
        font-size: 30px;
        text-align: center;
    }

    .text-center-md {
        text-align: center;
    }

    .text-left-md {
        text-align: left !important;
    }

}