.custom-head--wrapper{
    display: flex;
    align-items: end;
    min-height: 265px;
}
.custom-head--title{
    color: var(--Orange);
    margin: 0;
}
@media screen and (max-width: 1100px) {
    .custom-head--wrapper{
        min-height: 200px;
    }
}
@media screen and (max-width: 769px) {
    .custom-head--wrapper{
        min-height: 175px;
    }
}
