@charset "UTF-8";

.profile-title{
    margin: 20px 0 45px;
    padding: 0;
    font-size: 1.80rem;
    line-height: 1.4;
    text-align: center;
}
.page_content img{
    margin-bottom: 10px;
}
dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom:10px;
}
dd{
    font-size: 14px;
}
.content-video {
    margin-bottom: 60px;
}
.box_model{
    background-color: #F5F5F5;
    padding: 5px;
}
.business_box_model img{
    margin-bottom: 10px ;
}
.business_box_model a{
    color: black;
}
.business_box_model{
    justify-content: space-between;
}
.box_model_link{
    color: #105BAA !important;
}


@media (min-width: 992px){
.col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
}
}

@media (max-width: 991px){
.box_model{
    padding: 0 5px;
}
.business_box_model{
    margin: 0 5px;
}
.business_box_model>div {
    margin-bottom: 20px !important;
}
.profile-title{
    margin: 10px 0 35px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
}
img{
    margin-bottom: 5px;
}
dt{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
}
dd{
    font-size: 12px;
}
.video-style{
    height: 300px;
}
}