.bg-image {
    background-image: url('/img/back-2.webp');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px;
}

.hr-main-block{
    border: 2px solid white;
}

.cover-style {
    position: relative;
    z-index: 1;
}

.cover-style::before {
    content: "";
    background: url("/img/back-2.webp") no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.main-margin{
    padding: 3%;
}

.main-margin-block{
    padding: 50px;
}

.main-color{
    color: #67629b;
}

.main-color-link:hover{
    color: #67629b;
}

.main-border{
    border: 2px solid #67629b;
    /* border-radius: 0px 50px 0px 50px; */
}

.main-btn{
    background-color: #67629b;
    color: #fff;
}

.main-btn:hover{
    background-color: #5b5696;
    color: #fff;
}