.logo{
    width:  60px;
    border-radius: 50%;
}

.sec_01{
    background-image: url(../img/background_image_03.jpg);
    background-repeat: no-repeat ;
    background-size: cover;
    background-attachment: fixed;
    
}

.bg-title{
    background-color:  rgba(238, 188, 240, 0.637);
    padding:20px 25px;
    border-left: 5px solid rgb(233, 12, 141);
}

.bg-beige{
    background-color:  rgba(238, 188, 240, 0.637);
 

}
.sec_02{
    background-image: url(../img/background_image_02.jpg);
    background-repeat: no-repeat ;
    background-size: cover;
    background-attachment: fixed;
}