﻿
.section-pt-100 {
    padding-top: 100px;
}
.color-blue {
    color: #0A1D35 !important;
}
.color-dark-blue {
    color: #45566C;
}
.line-height-24 {
    line-height: 24px;
}
.bordered-row {
    border: 1px solid #CA9A67;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    /* padding: 15px 0; */
}
.att-2-container {
    background-image: url('../img/attorney/pattern.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F1F5F9;
    padding: 30px 30px 150px;
    margin-top: 80px;
}

.shape-image {
    max-width: 276px !important;
}
.graduate-wrap {
    position: relative;
}
    .graduate-wrap::before {
        content: '';
        background-image: url('../img/attorney/graduate-cap.png');
        width: 100%;
        position: absolute;
        height: 100%;
        background-repeat: no-repeat;
        top: 6px;
    }
    .graduate-wrap p {
        margin-left: 35px;
        color: #0A1D35;
        font-weight: 600;
        line-height: 30px;
        margin-bottom:0;
    }
    .graduate-wrap.graduate-home::before {
        background-image: url('../img/attorney/graduate-home.png');
    }
.last-achivement{
    margin-bottom:130px;
}
.mb-10 {
    margin-bottom: 10px;
}





@media (max-width: 1500px) {
    .att-2-container {
        margin-top: 80px;
    }
    .att-2-spacing .right-content {
        margin-left: 0px;
    }
}


@media (max-width: 1366px) {
    .att-2-container {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 990px;
        padding: 0 15px;
    }
    .att-2-container {
        margin: 0;
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .detail-page-wrap .left-sidebar .image-box img {
        margin-right: 0px;
    }
}
