.rec-section {
    padding: 60px 0;
}

.call-list-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    flex-direction: column;
}

.call-list-content {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}

.caller-info-box {
    max-width: 480px;
    width: 100%;
    border: 1px solid rgba(204, 213, 227, 1);
    border-radius: 1rem;
    padding: 1rem;
}

.caller-id span {
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(15, 41, 77, 1);
    margin-bottom: 10px;
}

.bottom-content {
    max-width: 278px;
    width: 100%;
    margin: 0 auto;
}

.voice-btn {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(15, 41, 77, 1);
    border-radius: 10px;
    padding: 1rem;
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

    .voice-btn:hover {
        background-color: rgba(186, 34, 40, 1);
        color: #fff;
    }

.record_list_box {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.record_list_content h4 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(15, 41, 77, 1);
    margin-bottom: 25px;
}

.recored-list-items {
    border-radius: 1rem;
    border: 1px solid rgba(223, 232, 245, 1);
    box-shadow: 4px 5px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 20px 10px 1rem;
}

    .recored-list-items p {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 1.3;
        text-transform: capitalize;
        margin-bottom: 10px;
        color: rgba(15, 41, 77, 1);
        text-align: left;
    }

.recored-lists {
    margin-bottom: 20px;
}

    .recored-lists:last-child {
        margin-bottom: 0;
    }

    .recored-lists h5 {
        font-family: Poppins;
        font-weight: 700;
        text-align: left;
        font-size: 20.04px;
        line-height: 1.5;
        margin-bottom: 5px;
        text-transform: capitalize;
        color: rgba(15, 41, 77, 1);
    }

    .recored-lists ul {
        margin: 0;
        display: block;
        width: 100%;
    }

        .recored-lists ul li {
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 18px;
            text-align: left;
            line-height: 1.3;
            text-transform: capitalize;
            color: rgba(15, 41, 77, 1);
            margin-bottom: 5px;
        }

            .recored-lists ul li span {
                font-weight: 600;
            }

            .recored-lists ul li:last-child {
                margin-bottom: 0;
            }

.rec-btn {
    border-radius: 10px;
    padding: 20px 30px;
    max-width: 160px;
    width: 100%;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 1);
    margin: 25px auto;
}

.rec-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 20px;
}

    .rec-info-content span {
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 18px;
        line-height: 1.3;
        vertical-align: middle;
        text-transform: capitalize;
        color: rgba(15, 41, 77, 1);
    }

.call-section {
    padding: 90px 0;
}

.call-list-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 20px;
    flex-direction: column;
}

.call-list-content {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    height: 100%;
}

.caller-info-box {
    max-width: 480px;
    width: 100%;
    border: 1px solid rgba(204, 213, 227, 1);
    border-radius: 1rem;
    padding: 1rem;
}

.caller-id span {
    display: block;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: rgba(15, 41, 77, 1);
    margin-bottom: 10px;
}

.bottom-content {
    max-width: 278px;
    width: 100%;
    margin: 0 auto;
}

.voice-btn {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(15, 41, 77, 1);
    border-radius: 10px;
    padding: 1rem;
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

    .voice-btn:hover {
        background-color: rgba(186, 34, 40, 1);
        color: #fff;
    }
