.column-banner img{
    width: 100%;
    height: 340px;
}
.bread-nav{
    border-bottom: 1px solid #dedede;
}
.bread-nav-container{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.about-content-container{
    margin: 70px auto 80px;
    width: 100%;
    max-width: 1200px;
    display: flex;
}
.about-info{
    flex: 0 0 63%;
    padding-right: 25px;
}
.about-image{
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.about-image-wrapper{
    overflow: hidden;

    max-width: 429px;
    margin-right: 0px;
    margin-left: auto;
    border-bottom-left-radius: 60px;
    max-height: 590px;
}
.about-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(0);
    transition: filter 1s;
    border-style: none;
}
