.about-content{
    min-height: 80vh;
}
.about-container {
    width: 100%;
    padding: 100px 70px 0 70px;
    display: flex;
    justify-content: space-between;
}
.about-font {
    /*width: 57%;*/
    /*height: 450px;*/
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 50px;
}
.about-image {
    /* width: 320px; */
    /*width: 391px;*/
    /*height: 450px;*/
    border-radius: 4px;
}
.about-image img {
    width: 100%;
    /*height: 100%;*/
}
.aboutus {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}
.telus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-top: 80px; */
}
.aboutus-title {
    color: #2b2b2b;
    font-size: 22px;
    width: 235px;
    /* min-height: 150px; */
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}
.aboutus-title p {
    font-size: 13px;
    color: #bcbbbb;
    margin-top: 10px;
}
.aboutus-title img {
    margin-left: 10px;
    /* margin-bottom: 6px; */
}
.aboutus-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*margin-left: 70px;*/
    margin-left: 30px;
}
.aboutus-content p {
    color: #56595f;
    font-size: 16px;
    line-height: 25px;
}
.telus-title {
    color: #2b2b2b;
    font-size: 22px;
    width: 235px;
    /* min-width: 150px; */
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}
.telus-title p {
    font-size: 13px;
    color: #bcbbbb;
    margin-top: 10px;
}
.telus-title img {
    margin-left: 10px;
    /* margin-bottom: 6px; */
}
.telus-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*margin-left: 70px;*/
    margin-left: 30px;
    justify-content: center;
}
.telus-content p {
    color: #56595f;
    font-size: 16px;
    line-height: 23px;
}
.brp {
    margin-bottom: 14px;
}
@media(max-width:1400px){
    .aboutus-content {
        margin-left: 20px;
    }
    .aboutus-title {
        font-size: 20px;
    }
    .aboutus-content p {
        font-size: 15px;
    }
    .telus-title {
        font-size: 20px;
    }
    .telus-content p {
        font-size: 15px;
    }
    .telus-content {
        margin-left: 20px;
    }
    .aboutus-title img {
        margin-left: 7px;
    }
    .telus-title img {
        margin-left: 7px;
    }
    .brp {
        margin-bottom: 10px;
    }
    .aboutus-title p {
        font-size: 12px;
    }
    .telus-title p {
        font-size: 12px;
    }
    .about-container {
        padding: 100px 30px 0 30px;
    }
}
@media(max-width:1260px){
    .aboutus-content {
        margin-left: 10px;
    }
    .telus-content {
        margin-left: 10px;
    }

    .aboutus-title img {
        margin-left: 4px;
    }
    .telus-title img {
        margin-left: 7px;
    }
    .brp {
        margin-bottom: 6px;
    }
    .about-container {
        padding: 100px 20px 0 20px;
    }
    .aboutus-title {
        font-size: 18px;
    }
    .aboutus-content p {
        font-size: 14px;
    }
    .telus-title {
        font-size: 18px;
    }
    .telus-content p {
        font-size: 14px;
    }
    .aboutus-title p {
        font-size: 11px;
    }
    .telus-title p {
        font-size: 11px;
    }
}
@media(max-width:1160px){
    .about-container {
        padding: 100px 10px 0 10px;
    }
    .aboutus-title {
        font-size: 16px;
    }
    .aboutus-content p {
        font-size: 13px;
    }
    .telus-title {
        font-size: 16px;
    }
    .telus-content p {
        font-size: 13px;
    }
    .aboutus-title p {
        font-size: 10px;
    }
    .telus-title p {
        font-size: 10px;
    }
}
.main {
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 70px;
}

@media (max-width: 1300px) {
    .container {
        width: 100%;
    }
}