@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sofia&display=swap');

h1, h2, h3, h4 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.detail-wide-head{
    margin: 100px 0px;
    padding: 50px 12% 80px;
    background-color: #E9E9E9;
}

.detail-wide-head h1{
    font-family: "Sofia", cursive;
}

.detail-wide-body {
    margin: 100px 0px;
    padding: 50px 12%;
    background-color: #F6F6F6;
}

.detail-wide-founder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-wide-founder button{
    background-color: #89CFF0;
}

.detail-wide-founder-tile {
    display: flex;
    width: 500px;
    max-width: 40vw;
}

.detail-wide-founder-tile img {
    margin-right: 12px;
}


@media (max-width: 700px) {
    .detail-wide-founder {
        flex-direction: column;
    }

    .detail-wide-founder-tile {
        max-width: 90%;
        flex-direction: column;
    }    
}
