.text-modul-wrapper{
    width: 100%;
    max-width: 920px;
    margin: 60px auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

.text-modul-wrapper.bottom-square::before{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 35px;
    width: 10px;
    height: 10px;
    background-color: #f2fa14;
}

.text-modul-wrapper > *:first-child {
    margin-top: 0px !important;
}

@media only screen and (max-width: 960px){
    .text-modul-wrapper{
	padding-left: 20px;
	padding-right: 20px;
    }
}
