*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    max-width: 100vw;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

p,
body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: PB;
    src: url('../font/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PR;
    src: url('../font/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PM;
    src: url('../font/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.imgCss {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.titleF,
.titleS {
    font-size: .48rem;
    font-family: PB;
    line-height: .48rem;
    text-align: center;
}

.titleF {
    color: #000;
}

.titleS {
    color: #009600;
    margin-left: .2rem;
}