.general-content-txt h1 {
    color: #134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 781px;
    margin: 0 auto;
    padding: 70px 0 22px 0;
}

.general-content-txt p {
    color: #6B7280;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
}

.tailord-approach-content h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.tailord-approach-content p {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

.tailor-approach-img img {
    width: 100%;
}

.tailor-approach-img {
    padding-left: 28px;
}

.general-content-txt {
    padding-bottom: 13px;
}

.tailord-approach-bg .row {
    align-items: center;
}

.tac-img-padi {
    padding-left: 0;
}

.tac-padi {
    padding-left: 25px;
}

.tailord-approach-para p {
    border-radius: 16px;
    background: #27A9E1;
    color: #FFF;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 600;
    padding: 12px 24px;
    margin-bottom: 25px;
}

.tailord-approach-para {
    max-width: 1071px;
    margin: 0 auto;
    margin-top: 25px;
}

.tailor-approach-img {
    position: relative;
}

/* .tailor-approach-img p{
    position: absolute;
    bottom: 0;
    color: #FFF;
    font-family: "Sora";
    font-size: 11px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    border-radius: 90px;
    border: 1px solid rgba(28, 135, 255, 0.00);
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 576px;
    padding: 10px 0px;
    text-align: center;
} */

.tac-mawid {
    max-width: 530px;
}

.insta-post-content h4 {
    color: #134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
}

.insta-post-content p {
    color: #6B7280;
    text-align: center;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.insta-post-content {
    padding-top: 105px;
}

.tailord-approach-bg {
    padding-top: 55px;
}


.general-content-txt {
    position: relative;
}

.general-content-txt:after {
    position: absolute;
    content: '';
    background: url(../images/hamburg-line.png) repeat;
    width: 100%;
    height: 400px;
    z-index: -1;
    top: 0px;
    opacity: 0.3;
}


.general-content-txt-bg {
    position: relative;
}

.general-content-txt-bg::after {
    position: absolute;
    content: url(../images/ham-gr1.png);
    top: 0;
    left: 0;
    z-index: -2;
}

.general-content-txt-bg::before {
    position: absolute;
    content: url(../images/ham-gr2.png);
    top: 180px;
    right: 0;
    z-index: -2;
}

/* insta post  */

.ipc-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.ipc-profile-txt p {
    color: #000;
    text-align: center;
    font-family: "Sora";
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.ipc-profile-txt {
    display: flex;
    align-items: center;
    gap: 17px;
}

.insta-like{
    display: flex;
    align-items: center;
    gap: 12px;
}

.insta-like-bg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.insta-banner img{
    width: 100%;
}

.ipc-profile-txt img{
    display: flex;
    align-items: center;
    gap: 17px;
}

.insta-post-card{
        border-radius: 12px;
        background: #EFF6FF;
}
.insta-like svg, .insta-save svg{
    cursor: pointer;
}

.insta-post-card-bg .row{
    row-gap: 24px;
    padding: 28px 0;
}
.tailord-approach-bg-lst .row{
    align-items: center;
}

@media (max-width:991px) {
    .tail-ab-res .row{
        flex-direction: column-reverse;
    }
    .tailor-approach-img {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .tac-mawid {
        max-width: 100%;
    }
    .insta-post-content {
        padding-top: 40px;
    }
    .insta-post-card-bg .row {
        padding-bottom: 0;
    }
    .tac-padi {
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .general-content-txt h1 {
        font-size: 24px;
        padding: 30px 0 10px 0;
    }
    .tailord-approach-bg {
        padding-top: 0px;
    }
    .tailord-approach-content h4 {
        font-size: 24px;
    }
    .tailord-approach-content p {
        font-size: 14px;
    }
    .tailord-approach-para p {
        font-size: 14px;
    }
    .insta-post-content h4{
        font-size: 24px;
    }
    .insta-post-content {
        padding-top: 20px;
    }
    .insta-post-content p{
        font-size: 14px;
    }
}