*{
    font-family: 'Inter', sans-serif;
}
.cards{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cards-hp{
    display: none;
}
.about-hp{
    display: none;
}
.cards__item{
    padding: 10px;
    overflow: hidden;
}
.cards__item img{
    transition: ease-out 0.3s;
    object-fit: cover;
    width: 413px;
    height: 212px;
    border-radius: 12px;
}
.cards__item img:hover{
    transition: ease 0.3s;
    object-fit: cover;
    transform: scale(1.05);
}
.bigabout{
    transition: ease-out 0.3s;
    background-color: #A92F17;
    padding-top: 75px;
    font-family: 'Inter';
    width: 413px;
    height: 212px;
    text-align: center;
    border-radius: 12px;
}
.bigabout:hover{
    transition: ease 0.3s;
    transform: scale(1.05);
}    
.bigabout b{
    color: white;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
}
.bigabout1{
    display: flex;
    transition: ease-out 0.3s;
    padding-left: 12px;
    background-color: #A92F17;
    font-family: 'Inter';
    width: 413px;
    height: 212px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.bigabout1:hover{
    transition: ease 0.3s;
    transform: scale(1.05);
}
.bigabout1 p{
    width: 370px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.bigabout2{
    display: flex;
    transition: ease-out 0.3s;
    background-color: #D8B774;
    font-family: 'Inter';
    width: 413px;
    height: 212px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.bigabout2:hover{
    transition: ease 0.3s;
    transform: scale(1.05);
}
.bigabout2 p{
    width: 380px;
    color: white;
    font-family: 'Inter';
    font-size: 20px;
    line-height: 24.2px;
}

/* CONTENT 3 */
.cards2{
    margin-top: 220px;
    margin-bottom: 122px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.cards__center{
    width: 1400px;
    height: 463px;
    background-color: #D8B774BF;
    box-shadow: 5px 5px 15px 5px #D8B77440;
    border-radius: 12px;
    display: inline-block;
}

.under-h1{
    display: none;
}

.cards__value{
    width: 100%;
    height: 1024px;
    background-color: #F9F9F9;
    display: inline-block;
}

@media only screen and (max-width:1366px) {
    .cards__center{
        width: 1280px;
        height: 463px;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}
@media only screen and (max-width:1070px) {
    .bigabout{
        transition: ease-out 0.3s;
        width: 331px;
        height: 212px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }.bigabout b{font-size: 32px;}

    .bigabout1{
        padding: 10px;
        display: flex;
        transition: ease-out 0.3s;
        width: 331px;
        height: 212px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }.bigabout1 p{font-size: 18px;}
    .cards__item img{
        width: 331px;
    }
    .bigabout2{
        padding: 5px;
        display: flex;
        transition: ease-out 0.3s;
        width: 331px;
        height: 212px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }.bigabout2 p{width: 350px;font-size: 14px;}

    .cards__center{
        width: 900px;
        height: 463px;
    }
}

@media only screen and (max-width:500px) {
    .cards{
        display: none;
    }
    .cards-hp{
        display: flex;
        flex-direction: row;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .cards__item-hp{
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .cards__item-hp img{
        transition: ease-out 0.3s;
        object-fit: cover;
        width: 196px;
        height: 128px;
        border-radius: 12px;
    }
    .cards__item-hp img:hover{
        transition: ease 0.3s;
        object-fit: cover;
        transform: scale(1.05);
    }
    .bigabout-hp{
        display: flex;
        transition: ease-out 0.3s;
        background-color: #A92F17;
        width: 196px;
        height: 128px;
        text-align: center;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }
    .bigabout-hp:hover{
        transition: ease 0.3s;
        transform: scale(1.05);
    }    
    .bigabout-hp b{
        color: white;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
    }
    .bigabout1-hp{
        display: flex;
        transition: ease-out 0.3s;
        background-color: #A92F17;
        width: 196px;
        height: 128px;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
    }
    .bigabout1-hp:hover{
        transition: ease 0.3s;
        transform: scale(1.05);
    }
    .bigabout1-hp p{
        width: 370px;
        color: white;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }
    .bigabout2-hp{
        display: flex;
        transition: ease-out 0.3s;
        background-color: #D8B774;
        width: 196px;
        height: 128px;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
    }
    .bigabout2-hp:hover{
        transition: ease 0.3s;
        transform: scale(1.05);
    }
    .bigabout2-hp p{
        width: 170px;
        color: white;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }

    .cards2{
        display: flex;
        flex-direction: column;
        margin-top: -70px;
        margin-bottom: 62px;
        padding: 0;
    }

    .cards__center{
        display: none;
    }

}