
.logo-set img {
    width: 80%;
}

.lapal-logo  {
    width: 62% !important;
}

.space4me {
    width: 45% !important;
}

.bottom-line {
    position: relative;
}



.bottom-line ::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
     bottom: 0;
    left: 0;
}


.off-line ::before {
    position: absolute;
    content: "";
    width: 66%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
}

.left-right-line {
    position: relative;
}

.left-right-line::after {
    position: absolute;
    content: "";
    width:1px;
    height: 100%;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    top: 0;
    left: 33%;
}

.left-right-line::before {
    position: absolute;
    content: "";
    width:1px;
    height: 100%;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    top: 0;
    right: 33%;
}


@media (max-width:768px) {
    
.bottom-line ::before {
    display: none;
}



.off-line ::before {
    display: none;
}

.left-right-line {
    position: relative;
}

.left-right-line::after {
    left: 50%;
        height: 81%;
        top: 16%;
}

.left-right-line::before {
    display: none;
}

.mobile-view {
    display: block !important;
}

.mobile-none {
    display: none !important;
}

.top-logo-image {
    
    position: relative;
}


.top-logo-image::after {
    position: absolute;
    content: "";
    width:100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 0;
}

.space-image {
    padding: 26px 30px !important;
}

.mobile-bottom-line {
    position: relative;
}

.mobile-bottom-line::after {
    position: absolute;
    content: "";
    width:100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 0;
}

.mobile-bottom-line::before{
    position: absolute;
    content: "";
    width:100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    top: 50%;
    left: 0;
}

.mobile-bottom-line-only{
    position: relative;
}

.mobile-bottom-line-only::after {
    position: absolute;
    content: "";
    width:100%;
    height: 1px;
    background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
    bottom: 0;
    left: 0;
}

}

