.section-one {
    box-sizing: border-box;
    line-height: 1.5;

}

.main-heading {
    text-align: center;

}

.wrapper {
    box-sizing: border-box;
    padding: 70px 80px;
    height: auto;

}

.logoContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headlogoContent {
    box-sizing: border-box;
    font-size: 22px;
    text-align: left;
    font-family: 'Josefin Sans', Arial, sans-serif;
    color: black;
    margin-bottom: 20px;
    background-color: rgb(134, 123, 140, 0.1);
    

}

.textlogoContent {

    box-sizing: border-box;
    font-size: 18px;
    text-align: left;

}

.content{
    color:#5e5a5a;

}

.header-link:hover {
    color: black;
    transition: color 0.3s;
    opacity: 1;
}

@media (max-width:820px) {
    .wrapper {

        padding: 30px 20px;
    }

    .headlogoContent {
        font-size: 18px;

    }

    .textlogoContent {
        font-size: 16px;
    }

}

@media(max-width:768px){
    .headlogoContent{
        font-size:18px;
    }
}