.class_logo {
    position: relative;    
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.class_logo img {
    width: 150px;
}


.backlight {
    width: 180px;
    height: 44px;
    position: absolute;    
    top: 17px;
    left: -9px;
    z-index: -1;
    animation: myanim 1s cubic-bezier(.22, 1.47, .26, -0.49) 0.5s infinite;
}


@keyframes myanim {
0% {
    background: radial-gradient(at 50% center, rgba(255,152,0,0.65) 8%, rgba(2,62,84,0) 70%);
}

50% {
    background: radial-gradient(at 50% center, rgba(255,152,0,0.65) 19%, rgba(2,62,84,0) 80%);
}
100% {
    background: radial-gradient(at 50% center, rgba(255,152,0,0.65) 8%, rgba(2,62,84,0) 70%);
}
}

.btn1 {
    margin-top: 40px;
}

.mimg {
    display: block;
    position: relative;
    bottom: -194px;
    z-index: -1;
}

.milnkonion {
    word-break: break-all;
}

.callme {
    text-decoration: underline;
}






