/** DL style*/
.c-profile-block__row {
    display: flex;
    gap: 20px 20px;
}
.c-profile-block__title {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #E5800D;
    width: 240px;
    padding: 23px 20px;
}
.c-profile-block__title--color {
    color: #846343;
}
.c-profile-block__txt {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #111;
    padding: 20px 20px 24px;
    flex: 1;
}
.p-profile__info {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.p-profile__ck {
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}
.p-profile__ck small {
    font-size: 18px;
    font-weight: 600;
}
.p-profile .c-list{
    gap: 2%;
    padding: 0 20px;
}
.p-profile .c-list.col4 .item {
    width: 23.5%;
}

.p-profile__sub {
    font-size: 18px;
    font-weight: bold;
}
.c-profile-block{
    padding: 0 20px;
}
.c-map{
    height: 440px;
    /* margin-top: 66px; */
    width: 100%;
    max-width: 960px;
    display: block;
}

@media screen and (max-width: 1024px) {
    .c-profile-block__title {
        width: 180px;
    }
    .c-profile-block{
        padding: 0;
    }
    .c-map{
        height: 340px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    .c-profile-block__title{
        width: 110px;
        font-size: 13px;
        padding: 15px 10px !important;
    }
    .c-profile-block__txt{
        font-size: 12px;
        padding: 15px 10px !important;
    }
    .c-profile-block__row {
        gap: 0 !important;
    }
    .c-map{
        height: 200px;
        margin-top: 30px;
    }
}
/** End DL style*/

/** Table style*/
.c-profile-block--table .c-profile-block__title{
    background-color: rgba(215, 0, 0, 0.1);
    border: 1px solid #CCCCCC;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    padding: 28px 20px;
}
.c-profile-block--table .c-profile-block__txt{
    border: 1px solid #CCCCCC;
    border-left: 0;
    border-bottom: 0;
    padding: 28px 23px 28px 50px;
}
.c-profile-block--table .c-profile-block__row {
    gap: 0;
}
.c-profile-block--table .c-profile-block__row:last-child .c-profile-block__title,
.c-profile-block--table .c-profile-block__row:last-child .c-profile-block__txt{
    border-bottom: 1px solid #CCCCCC;
}
/** End Table style*/
/** DL style 2*/
.c-profile-block.--style2 .c-profile-block__row{
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 0 30px;
}
.c-profile-block.--style2 .c-profile-block__row ~ .c-profile-block__row{
    margin-top: 20px;
}
.c-profile-block.--style2 .c-profile-block__title,
.c-profile-block.--style2 .c-profile-block__txt{
    border: 0;
    font-size: 16px;
    font-weight: bold;
}
.c-profile-block.--style2 .c-profile-block__title{
    width: 180px;
    text-align: center;
}
@media(max-width: 768px){
    .c-profile-block.--style2 .c-profile-block__title, .c-profile-block.--style2 .c-profile-block__txt{
        font-size: 13px;
        padding: 15px 5px !important;
    }
   .c-profile-block.--style2 .c-profile-block__title{
        width: 90px;
    }
    .c-profile-block.--style2 .c-profile-block__row{
        padding: 0 10px;
        border-radius: 10px;
    }
}
@media(max-width: 768px){
    .access_heading{
        display: block;
    }
    .access_heading small{
        display: block;
    }
}

/** End DL style 2*/