.sec60{
    position: relative;
    width: 100%;
    height: 50vh;
}
.sec60 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec60 h4{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sec61{
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    padding: 0px 15px;
}
.sec61 > h5{
    font-size: 30px;
    margin: 80px 0 40px;
    text-align: center;
}
.sec61 .company{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
    box-sizing: border-box;
    background-color: #1D1D1D;
    margin-bottom: 40px;
}
.sec61 .company .logo{
    width: 33%;
}
.sec61 .company .logo img{
    width: 80%;
}
.sec61 .company .info{
    width: 66%;
}
.sec61 .company .info h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.sec61 .company .info p{
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 797px){
    .sec61 .company .logo{
        width: 100%;
        text-align: center;
    }
    .sec61 .company .logo img{
        width: 60%;
        margin-bottom: 30px;
    }
    .sec61 .company .info{
        width: 100%;
    }
}