﻿.img-iconbb {
    display: inline-flex;
    border-radius: 100%;
    background: #fff;
    width: 40px;
    height: 40px;
    align-items: center;
}
 /*img {
    width: 40px;
    margin: 0 auto;
}*/
img, svg {
    vertical-align: middle;
}
.img-iconbb01 {
    display: inline-flex;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    align-items: center;
}
.about-img-title01 {
    margin-left: 100px;
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ddb465;
    margin-top: -94px;
}
.about-img-title02 {
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    margin-left: 100px;
    margin-top: -94px;
}
@media (max-width: 767px) {
    
    .about-img-title01 {
        margin-left: 0px;
        font-size: 50px;
        text-align: center;
    }
}
