.psiko-div{
    display: flex;
    justify-content: space-between;
}

.psiko-texts{
    width: 50%;
}

.psiko-text{
    margin-top: 1rem;
    line-height: 150%;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black);
}

.psiko-title{
    font-size: 1.2rem;
    font-weight: 600;
    color: #111114;
}

.psiko-margin{
    margin-top: 4rem;
}

b{
    font-weight: 500;
    color: #111114;
}

@media only screen and (max-width: 1300px) {

    .psiko-title{
        font-size: 1rem;
    }

    .psiko-text{
        font-size: .875rem;
    }
}

@media only screen and (max-width: 1050px) {

    .psiko-img img{
        height: 350px;
    }

}

@media only screen and (max-width: 769px) {

    .psiko-div{
        display: flex;
        flex-direction: column;
    }

    .psiko-title{
        font-size: 1rem;
        width: 550px;
    }

    .psiko-text{
        font-size: .875rem;
        width: 550px;
    }

    .psiko-div img{
        margin-top: 2rem;
    }


}

@media only screen and (max-width: 550px) {
    .psiko-title{
        font-size: 1rem;
        width: 390px;
    }

    .psiko-text{
        font-size: .875rem;
        width: 390px;
    }
}


@media only screen and (max-width: 400px) {
    .psiko-title{
        width: 350px;
    }

    .psiko-text{
        width: 350px;
    }
}


