/* main section */
.main--cont{
    width: 100%;
    height: 75vh;
    display: flex;
    justify-content: right;
    align-items: center;
}
.bg--main--cont{
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/covers/cover_main_01.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    box-shadow: inset 0 -5px 5px -1px #202020;
}
.title--main--cont{
    position: absolute;
    padding-right: 30px;
    padding-bottom: 30px;
    font-size: 50pt;
    text-align: right;
    font-family: var(--DCC_Ash);
}

/* GARANTY CONT */
.garanty--cont{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 4vw;
}
.garanty--title{
    font-family: var(--DCC_Ash);
    font-size: 50pt;
    text-align: center;
}
.garanty--desc{
    font-size: 20pt;
    text-align: justify;
}