.founded-by{padding-bottom: 32px; max-width: 1863px; margin-inline: auto;}

.founded-by > div{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.founded-by img:nth-child(1){height: 158px;}
.founded-by img:nth-child(2){height: 107px;}
.founded-by img:nth-child(3){height: 132px;}

.founded-by p{
    width: 75%;
    margin-inline: auto;
    font-size: 20px;
    line-height: 1.25;
}

@media only screen and (max-width: 1050px) {
    .founded-by img:nth-child(1){height: 120px;}
    .founded-by img:nth-child(2){height: 70px;}
    .founded-by img:nth-child(3){height: 100px;}
    .founded-by > div{margin-block: 40px;}
}

@media only screen and (max-width: 680px) {
    .founded-by img:nth-child(1){height: 100px;}
    .founded-by img:nth-child(2){height: 50px;}
    .founded-by img:nth-child(3){height: 70px;}
    .founded-by > div{margin-block: 40px;}
}


@media only screen and (max-width: 480px){
    .founded-by > div{flex-direction: column; gap: 20px;}
    .founded-by img:nth-child(1){height: 120px;}
    .founded-by img:nth-child(2){height: 70px;}
    .founded-by img:nth-child(3){height: 100px;}
    .founded-by p{font-size: 18px;}
}