body {
    background: url('../asset/about/head.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left top;
}

.circle-title-vector {
    width: 20px;
    height: 20px;
    background-color: #FF9C06;
    border-radius: 50%;
    margin-left: 15px;
}

.title {
    font-weight: 900;
    font-size: 35px;
    color: #363636;
}

.paragraph-1 {
    width: 70%;
    max-width: 700px;
    font-weight: 100;
    color: #363636;
    margin-top: 10px;
}

.paragraph-2 {
    width: 50%;
    max-width: 700px;
    font-weight: 100;
    color: #363636;
    margin-top: 10px;
}

.paragraph-3 {
    width: 100%;
    max-width: 700px;
    font-weight: 100;
    color: #363636;
    margin-top: 10px;
}

.team-box {
    width: 80%;
    height: 300px;
    background-color: #f5e8db;
    margin: auto;
    border-radius: 20px;
}

.action-btn {
    background-color: #FDBC4A;
    border: 0;
}

.team-image {
    left: 5%;
    width: 360px;
}

.text-page-cadr {
    padding-right: 100px !important

}

@media only screen and (max-width:728px) {

    .paragraph-1,
    .paragraph-2 {
        width: 98%;
    }

    body {
        background-size: 60%;

    }

    .title {
        font-size: 30px;
    }
    .text-page-cadr {
        padding-right: 16px !important
    
    }
    
}

@media only screen and (max-width:991px) {



    .paragraph-2 {
        width: 98%;
    }

    .team-box {
        width: 90%;
        height: 570px;
    }

    .team-image {
        left: auto;
    }
}