.capability {
    padding-top: 50px;
    background-color: #F0F2F3;
}
.cap-detail {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 100px;
}
.cap-img {
    width: 40%;
}
.cap-img img{
    width: 100%;

}
.cap-txt {
    width: 40%;
    padding-left: 50px;
}
.cap-con-o {
    background-image: url(../images/01.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
    background-size: 45%;
}
.cap-txt h3 {
    color: #000;
    font-weight: 700;
    padding-top: 80px;
    width: 65%;
}
.cap-txt p {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    padding: 20px 0px;
}
.cap-small {
    display: flex;
}
.small-img {
    width: 50%;
}
.small-img img {
    width: 80%;
}
.cap-con-t {
    background-image: url(../images/02.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-th {
    background-image: url(../images/03.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-f {
    background-image: url(../images/04.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-fi {
    background-image: url(../images/05.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-s {
    background-image: url(../images/06.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-se {
    background-image: url(../images/07.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}
.cap-con-e {
    background-image: url(../images/08.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-right: 50px;
}