﻿
.about-section {
    background-size: 88% !important;
    background-color: #fdfdfd;
    overflow: hidden;
    height: 100%;
    padding: 100px 0;
    background-repeat: no-repeat !important;
}

.inner-container {
    width: 68%;
    float: right;
    margin-right: 77px;
    background-color: #fdfdfd;
    padding: 105px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

    .inner-container h1 {
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 900;
    }

.text {
    font-size: 13px;
    color: #545454;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 40px;
}

h1 {
    color: #F85370;
}

.skills {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 13px;
}

@media screen and (max-width:1200px) {
    .inner-container {
        padding: 80px;
    }
}

@media screen and (max-width:1000px) {
    .about-section {
        background-size: 100%;
        padding: 100px 40px;
    }

    .inner-container {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .about-section {
        padding: 0;
    }

    .inner-container {
        padding: 60px;
    }
}



.active {
    background-image: linear-gradient(to right top, #f85370, #f35470, #ee5570, #e8556f, #e3566f);
    color: #fff;
    border-radius: 20px;
}

.section .row {
    margin-top: 7%;
    margin-bottom: 10%;
}

    .section .row .col-md-6 {
        background: #f5f5f5;
        margin-right: -2%;
        padding: 5%;
    }

.section h3 {
    color: #004085;
}

.section p {
    margin-top: 10%;
    color: #545b62;
}

.section img {
    width: 100%;
}

.about-section-img{
    
    height:39%;
}