/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.5.3.1596750921
Updated: 2020-08-06 21:55:21

*/


.cam-popup-content {
    max-width: 960px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.cam-popup-inner-content {
    flex: 2;
    padding: 24px;
    overflow-y: auto;
    max-height: 700px;
}

.cam-popup-inner-content p {
    font-size: 16px !important;
}



.cam-popup-image {
    width: 390px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.cam-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.cam-popup-content .cam-popup-title {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.cam-popup-content .cam-popup-content p {
    color: #222;
    font-size: 16px;
}

.cam-close-popup {
    height: 40px;
    width: 40px;
    text-align: center;
    border: 0;
    background: #f1f1f1 !important;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease-in-out;

    svg {
        width: 16px;
        height: 16px;
        fill: #000;
    }
}

/* Responsive */

@media(max-width: 991px) {
    .cam-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .cam-team-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}