.section-top-part span, .section-last-part span {
    color: #eb2626;
}
.section-top-part .own-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
}
.section-top-part{
background-repeat: no-repeat;
    background-size: cover;
}



.section-top-part .left, .right{
    width: 100%;
    height: 100%;
    padding: 20px;
}

.text-part{
    width: 75%;
}
.section-top-part .right {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
}

.section-top-part .own-part .left{
    background-color: #000;
}

.section-top-part .own-part .left h5{
    color: #EB2626;
font-style: normal;
font-weight: 800;
font-size: 18px;
line-height: 22px;
}
.section-top-part .own-part .left h2{
    color: #fff;
font-style: normal;
font-weight: 800;
font-size: 55px;
line-height: 67px;
}
.section-top-part .own-part .right img{
    width: 30%;
}


.second-part{
    display: flex;
    align-content: space-between;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 20px;
    counter-reset: items;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.box{
    position: relative;
    padding: 0 20px 20px;
    width: 33%;
}

.overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.section-last-part{
    background-color: #EB2626;
    padding: 50px;
}

.last-part{
    border: 2px solid #fff;
    border-radius: 15px 0px 15px 0px;
    background-color: #262626;
    padding: 50px 80px;
    align-items: center;
}
.last-part h2{
    color: #fff;
    font-size: 55px;
    text-align: center;
}

.last-part a{
    margin: 40px auto;
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}


@media  (max-width:1024px){
    .box {
        width: auto;
    }
    .section-last-part {
        padding: 25px 20px;
    }
    .last-part {
        padding: 30px 10px;
    }
    .last-part h2 {
        font-size: 25px;
      
    }
    .last-part a {
        width: 60%;
    }
    .text-part {
        width: 100%;
    }
    .section-top-part .own-part {
        display: block;
    }
    .section-top-part .own-part .left h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .section-top-part .right {
        padding: 150px 0px;
        height: 100%;
    }
}
