.world-container-section{
    width: 100vw;
    padding: 60px 0;
    position: relative;
}
.world-container-columns{
    display: flex;
    gap: 149px;
    align-items: center;
    padding: 0 100px;
}
.col-world, .col-world-image{
    width: 50%;
}
.col-world{
    display: flex;
    flex-direction: column;
    gap: 41px;

}
.home #teaser{
    width: 50%;
    cursor: pointer;
}
.word-title{
    font-size: 2rem;
    color: #29a5f7;
    font-weight: 600;
    line-height: 40px
}

@media screen and (max-width:640px){
    .word-title{
        text-align: center;
    }
    .main .world-text{
        text-align: center;
    }
}
.main .world-text{
    font-size: 0.87rem;
    font-weight: 400;
}
.earth-image{
    width: 646px;
    height: 609px;
    z-index: 100;
}
.col-world-image{
    display: flex;
    justify-content: center;
    position: relative;
}
.blur-effect{
    background-color: #66a9e0;
    filter: blur(143.5px);
    width: 646px;
    height: 609px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.button-world{
    width: fit-content;
}
@media screen and (max-width:640px){
    .button-world{
        width: 100%;
        text-align: center;
    }
}
.button-world:hover{
    opacity: 0.7;
}
.button-world>a{
    color: white;
    text-decoration: none;
    font-size: 0.87rem;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #29a5f7;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:1380px) {
    .world-container-columns{
       align-items: normal;
       padding: 0 60px;
    }
    .earth-image, .blur-effect{
        width: 446px;
        height: 409px;
    }
}
@media screen and (max-width:1024px){
    .world-container-columns{
        padding: 0 15px;
        flex-direction: column-reverse;
    }
    .col-world,.col-world-image,#teaser{
        width: 100%;
        justify-content: start;
    }
}
@media screen and (max-width:640px){
    .world-container-columns{
        align-items: center;
    }
    .world-container-section{
        padding: 62px 0;
    }
    .earth-image,.blur-effect{
        width: 346px;
        height: 309px;
    }
    .col-world{
        gap: 40px;
    }
}
