.logo-gavaris{
    height: 70px;
    width: auto;
}

.bg-manou{
    background-color: #010253e1;
}

#testimanou::before{
    background: #5d75ff;
}

.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #5d75ff;
    border-radius: 6px;
}