﻿body {
}
.about-container {
  /*  padding-bottom: 2rem;*/
    background-size: cover;
}
.about-container-img {
    width: 100%;
}
.about-container-img {
    width: 100%;
}
.top-title-wrapper {
    color: #000;
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.tabs h3 {
    margin-bottom: 1.125rem;
    text-align: center;
    color: #000000;
}
.tabs h2 {
    margin-bottom: 4rem;
    text-align: center;
    color: #000000;
    font-weight:bold;
}
.mode-h3{
    margin-top:20px;
}
.separator {
    width: 45px;
    height: 5px;
    background: #0072EF;
    margin: 0 auto;
}
.p-heading {
    margin-bottom: 3rem;
    color: #8D8B8B;
    text-align: center;
}
.online-retailers {
    text-align:center;
    padding:60px 40px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    width: 260px;
    height: 396px;
}
.totalcategory{
    display:flex;
    justify-content:space-around;
}
.mode-retailers {
    padding: 60px 40px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
    width: 260px;
    height: 396px;
}
.mock-move{
    transition:all 0.1s;
}
.mock-move:hover{
    box-shadow:2px 5px 10px rgba(0,0,0,0.2);
    transform:translateY(-5px);
}
.online-img {
    width: 70px;
    height: 70px;
}
.mode-img {
    margin: 0 auto;
    display:flex;
}
.online-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0;
}
.mode-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 35px;
    padding: 30px 0;
    text-align:center;
}
.characteristic {
    color: #808082;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
}
.characteristic-item{
    display:flex;
    padding:15px 10px;
}
.spot {
    width: 4px;
    height: 4px;
    background: #808082;
    border-radius: 50%;
    margin-top:10px;
    margin-right:5px;
}
.mode-tit {
    color: #8D8B8B;
}