.case-studies-pop-up .section_title{
    margin: 20px 0;
}


.case-studies-pop-up{
    max-width:1450px;
    margin:0 auto;
}

.case-study-block-item-image{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}


.case-study-block-item-content {
    padding: 20px 1px;
}

.case-study-block-item h4 {
    font-weight: 500;
}



.case-study-modal {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 30px;
    display: none;
}

span.case-study-modal-close {
    position: relative;
    right: 0;
    float: right;
    color: pink;
    color: #9FC63B;
    z-index: 999999999999999;
    opacity: 1;
}


.case-study-modal h3 {
    color: #00FFFF;
}

.case-study-modal p {
    color: #E1E7EA;
}


.case-study-excerpt > p {
    border-left: solid 2px #00FFFF;
    padding-left: 15px;
    line-height: 22px;
    font-size: 19px;
    letter-spacing: .7px;
    /* color:#0F0F2D; */
}

.case-study-excerpt svg {
    fill: white;
    width: 25px;
    height: 25px;
}



.aws-case-studies-pop-up-widget li {
  list-style: none;
}
.aws-case-studies-pop-up-widget li::before {
  content: '';
    display: inline-block;
    height: 25px;
    width: 30px;
    background-image: url(https://pro-global.com/wp-content/uploads/2021/10/arrow-icon.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 9px;
    position: relative;
    right: 10px;
}
.right_content li,.right_content li a {
    color:white;
}

.right_content a.btn.bgpink.btn-sm img ,
.right_content a.btn.btn-sm img {
    width: 20px;
    height: 20px;
}

.right_content  a.btn.bgpink.btn-sm ,
.right_content  a.btn.btn-sm {
    display: block;
    max-width: 250px;
    margin-top: 10px;
}


@media (max-width:768px) {
    .case-study-modal .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .case-study-modal{
        padding:10px
    }
}