
        .feedback {
            padding: 50px 10%;
            background-color: #162336;
            color: white;

        }

        .feedback .title p {
            text-align: center;
        }

        .feedback .title p:nth-child(1) {
            font-size: 36px;
            color: white;
        }

        .feedback .title p:nth-child(2) {
            border: 2px solid #2BC3AC;
            width: 8%;
            margin: 10px 46%;
        }

        .feedback .title p:nth-child(3) {
            color: darkgrey;
        }

        .feedback_content {
            display: flex;
            justify-content: space-between;
        }

        .feedback_content div {
            width: 47%;
        }

        .feedback_left img {
            width: 80%;
            margin-top: 20px;
        }
        .feedback_right{
            margin-top: 10px;
        }
        .feedback_right div {
            background-color: rgba(44, 43, 48, 0.8);
            width: 100%;
            padding: 18px 8%;
            margin: 10px 0;
            border-radius: 10px;
        }